1. b2b9363 ALSA: trident: Suppress gcc string warning by Takashi Iwai · 6 years ago
  2. 6769e98 ALSA: constify snd_pcm_ops structures by Julia Lawall · 8 years ago
  3. 412b979 ALSA: remove deprecated use of pci api by Quentin Lambert · 9 years ago
  4. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 9 years ago
  5. 9e59474 Merge branch 'topic/pci-cleanup' into for-next by Takashi Iwai · 9 years ago
  6. 6f9eb02 ALSA: trident: Simplify PM callbacks by Takashi Iwai · 9 years ago
  7. 1b16416 ALSA: trident: Remove always NULL parameters by Lars-Peter Clausen · 9 years ago
  8. 5c34fdf ALSA: trident: Deletion of a check before snd_util_memhdr_free() by Markus Elfring · 9 years ago
  9. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  10. e2ff840 ALSA: trident: Remove unused variable in trident_memory.c by Sachin Kamat · 10 years ago
  11. 8d90486 ALSA: trident: Remove unused variable in trident_main.c by Sachin Kamat · 10 years ago
  12. 80c19b7 ALSA: trident: Use standard printk helpers by Takashi Iwai · 10 years ago
  13. 60c5772 ALSA: pci: Convert to snd_card_new() with a device pointer by Takashi Iwai · 10 years ago
  14. 20a2422 ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove by Takashi Iwai · 11 years ago
  15. e23e7a1 ALSA: pci: remove __dev* attributes by Bill Pemberton · 11 years ago
  16. c7561cd ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP by Takashi Iwai · 12 years ago
  17. 81fcb17 ALSA: Move some headers to local directories from include/sound by Takashi Iwai · 12 years ago
  18. 68cb2b5 ALSA: Convert to new pm_ops for PCI drivers by Takashi Iwai · 12 years ago
  19. e9f66d9 ALSA: pci: clean up using module_pci_driver() by Takashi Iwai · 12 years ago
  20. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 12 years ago
  21. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  22. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  23. dba8b46 ALSA: mpu401: clean up interrupt specification by Clemens Ladisch · 13 years ago
  24. 934c2b6 ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* by Takashi Iwai · 13 years ago
  25. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 13 years ago
  26. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  27. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 14 years ago
  28. 28b7679 dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) by Yang Hongyang · 15 years ago
  29. e0d2054 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 15 years ago
  30. ee41965 ALSA: Fix missing KERN_* prefix to printk in sound/pci by Takashi Iwai · 15 years ago
  31. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 15 years ago
  32. 77a23f2 ALSA: Clean up SG-buffer helper functions and macros by Takashi Iwai · 16 years ago
  33. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 16 years ago
  34. 981bcea ALSA: trident - pause s/pdif output by Pierre Ossman · 16 years ago
  35. 8bb8b45 [ALSA] trident - clean up obsolete synth codes by Takashi Iwai · 16 years ago
  36. ebf029d [ALSA] Fix possible races at free_irq in PCI drivers by Takashi Iwai · 16 years ago
  37. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 16 years ago
  38. 561de31 [ALSA] sound/: Spelling fixes by Joe Perches · 16 years ago
  39. e5723b4 [ALSA] Remove sequencer instrument layer by Takashi Iwai · 17 years ago
  40. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  41. a5ce889 [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks by Takashi Iwai · 17 years ago
  42. ef991b9 [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup by Takashi Iwai · 17 years ago
  43. 0cb29ea [ALSA] Add even more 'const' to everything related to TLV by Takashi Iwai · 17 years ago
  44. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 17 years ago
  45. 7ab3992 [ALSA] use the ALIGN macro by Clemens Ladisch · 18 years ago
  46. 30b3539 [ALSA] Various fixes for suspend/resume of ALSA PCI drivers by Takashi Iwai · 18 years ago
  47. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  48. a0aef8e [ALSA] Add dB scale information to trident driver by Takashi Iwai · 18 years ago
  49. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 18 years ago
  50. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  51. 302e4c2 [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags by Takashi Iwai · 18 years ago
  52. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 18 years ago
  53. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  54. cbef55f [ALSA] trident - Move EXPORT_SYMBOL() to adjacent to each function by Takashi Iwai · 18 years ago
  55. 396c9b9 [ALSA] add __devinitdata to all pci_device_id by Henrik Kretzschmar · 18 years ago
  56. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  57. 62932df [ALSA] semaphore -> mutex (PCI part) by Ingo Molnar · 18 years ago
  58. e3183ec [ALSA] Prevent ALSA trident driver from grabbing pcnet32 hardware by Jon Mason · 18 years ago
  59. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 18 years ago
  60. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 18 years ago
  61. fb0700b [ALSA] trident - Fix PM support by Takashi Iwai · 19 years ago
  62. bee1a5b [ALSA] Remove xxx_t typedefs: PCI Trident by Takashi Iwai · 19 years ago
  63. c3e6f7d [ALSA] Remove superfluous pcm_free callbacks by Takashi Iwai · 19 years ago
  64. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  65. 8433a50 [ALSA] Fix schedule_timeout usage by Nishanth Aravamudan · 19 years ago
  66. 99b359b [ALSA] Add missing KERN_* suffix to printk by Takashi Iwai · 19 years ago
  67. 7c22f1a [ALSA] Remove snd_runtime_check() macro by Takashi Iwai · 19 years ago
  68. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 19 years ago
  69. e560d8d [ALSA] Replace with kzalloc() - pci stuff by Takashi Iwai · 19 years ago
  70. 41e4845 [ALSA] PCM resume cleanups by Jaroslav Kysela · 19 years ago
  71. ef21ca2 [ALSA] sound/pci: fix-up sleeping paths by Nishanth Aravamudan · 19 years ago
  72. b95eed7cd [ALSA] trident - Shut up compile warnings by Takashi Iwai · 19 years ago
  73. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  74. 1ccc67d [ALSA] Disable MPU401 on SIS7018 by Takashi Iwai · 19 years ago
  75. 01d25d4 [ALSA] Replace pci_module_init() with pci_register_driver() by Takashi Iwai · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago