1. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  2. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  3. dba8b46 ALSA: mpu401: clean up interrupt specification by Clemens Ladisch · 13 years ago
  4. 30bdee0 ALSA: es1968,maestro3 - Use work for hw-volume control by Takashi Iwai · 13 years ago
  5. 934c2b6 ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* by Takashi Iwai · 13 years ago
  6. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 13 years ago
  7. 1bde78b ALSA: maestro3: Clear interrupts before enabling them by Ville Syrjälä · 14 years ago
  8. eb581ad ALSA: snd-maestro3: Make hardware volume buttons an input device (rev2) by Hans de Goede · 14 years ago
  9. 20133d4 ALSA: snd-meastro3: Document hardware volume control a bit by Hans de Goede · 14 years ago
  10. 715aa67 ALSA: snd-meastro3: Ignore spurious HV interrupts during suspend / resume by Hans de Goede · 14 years ago
  11. 7efbfd1 ALSA: snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C by Hans de Goede · 14 years ago
  12. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 14 years ago
  13. ce0b620 dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28) by Yang Hongyang · 15 years ago
  14. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 16 years ago
  15. 1f04128 ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() by Takashi Iwai · 16 years ago
  16. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 16 years ago
  17. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  18. a292f40 firmware: convert maestro3 driver to use firmware loader exclusively by David Woodhouse · 16 years ago
  19. fa6e1cb maestro3: treat firmware data as const by David Woodhouse · 16 years ago
  20. 8b83afe [ALSA] maestro3: Fix hw volume on HP OmniBook by Ville Syrjälä · 16 years ago
  21. f000fd8 [ALSA] Fix synchronize_irq() bugs, redundancies by Jeff Garzik · 16 years ago
  22. e37273d [ALSA] sound: maestro3.c fix shadowed variable warnings by Harvey Harrison · 16 years ago
  23. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  24. 6bab533 [ALSA] sound/pci: remove line duplications in defines by Nicolas Kaiser · 17 years ago
  25. b83f346 [ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync() by Clemens Ladisch · 17 years ago
  26. 7e0af29 [ALSA] add MODULE_FIRMWARE entries by Clemens Ladisch · 17 years ago
  27. b7dd2b3 [ALSA] Don't use request_firmware if internal firmwares are defined by Takashi Iwai · 17 years ago
  28. 8ad2da1 [ALSA] Enable Kconfig options for external firmwares by Takashi Iwai · 17 years ago
  29. 1061eeb [ALSA] maestro3 - Use quirk list helper function by Takashi Iwai · 18 years ago
  30. 81d7724 [ALSA] maestro3: add request_firmware() by Clemens Ladisch · 18 years ago
  31. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 18 years ago
  32. 7ab3992 [ALSA] use the ALIGN macro by Clemens Ladisch · 18 years ago
  33. 30b3539 [ALSA] Various fixes for suspend/resume of ALSA PCI drivers by Takashi Iwai · 18 years ago
  34. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  35. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 18 years ago
  36. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  37. 302e4c2 [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags by Takashi Iwai · 18 years ago
  38. 396c9b9 [ALSA] add __devinitdata to all pci_device_id by Henrik Kretzschmar · 18 years ago
  39. 1d606f1 [ALSA] sound/pci/: remove duplicate #include's by Adrian Bunk · 18 years ago
  40. 0b2dcd5 [ALSA] maestro3.c: fix BUG, optimization by Andreas Mohr · 18 years ago
  41. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  42. 9d2f928 [PATCH] Intruduce DMA_28BIT_MASK by Tobias Klauser · 18 years ago
  43. 0e2364a [ALSA] maestro3 - Fix PM support by Takashi Iwai · 19 years ago
  44. 3470c29 [ALSA] Remove xxx_t typedefs: PCI Maestro3 by Takashi Iwai · 19 years ago
  45. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  46. 8433a50 [ALSA] Fix schedule_timeout usage by Nishanth Aravamudan · 19 years ago
  47. 99b359b [ALSA] Add missing KERN_* suffix to printk by Takashi Iwai · 19 years ago
  48. 051b516 [ALSA] Fix maestro3 hang after cold boot by Charles R. Anderson · 19 years ago
  49. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 19 years ago
  50. e560d8d [ALSA] Replace with kzalloc() - pci stuff by Takashi Iwai · 19 years ago
  51. 8cdfd25 [ALSA] Remove superfluous PCI ID definitions by Takashi Iwai · 19 years ago
  52. 5ba1e7b [ALSA] maestro3 - Clean up by Takashi Iwai · 19 years ago
  53. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  54. 82f008c [ALSA] maestro3: Add hardware volume control quirk list by Ville Syrjala · 19 years ago
  55. 091bf4d [ALSA] maestro3: HP OmniBook HW volume button magic by Ville Syrjala · 19 years ago
  56. db68d15 [ALSA] maestro3: Add HW volume button support by Ville Syrjala · 19 years ago
  57. 8849138 [ALSA] maestro3: Fix interrupt ack and disable by Ville Syrjala · 19 years ago
  58. 01d25d4 [ALSA] Replace pci_module_init() with pci_register_driver() by Takashi Iwai · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago