1. d4ecc83 [media] tea575x-tuner: update to latest V4L2 framework requirements by Hans Verkuil · 12 years ago
  2. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  3. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  4. dba8b46 ALSA: mpu401: clean up interrupt specification by Clemens Ladisch · 13 years ago
  5. 30bdee0 ALSA: es1968,maestro3 - Use work for hw-volume control by Takashi Iwai · 13 years ago
  6. 934c2b6 ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* by Takashi Iwai · 13 years ago
  7. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 13 years ago
  8. 10ca720 ALSA: tea575x: use better card and bus names by Ondrej Zary · 13 years ago
  9. 3d11ba5 ALSA: tea575x: remove unused card from struct by Ondrej Zary · 13 years ago
  10. ea27316 ALSA: tea575x: remove freq_fixup from struct by Ondrej Zary · 13 years ago
  11. 7258717 ALSA: es1968: convert TEA575x support to new interface by Ondrej Zary · 13 years ago
  12. 1872f58 ALSA: es1968: add radio (tea575x tuner) support by Ondrej Zary · 13 years ago
  13. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  14. 6895b52 ALSA: es1968: Clear interrupts before enabling them by Ville Syrjälä · 14 years ago
  15. 5a5e02e ALSA: snd-es1968: Make hardware volume buttons an input device (rev2) by Hans de Goede · 14 years ago
  16. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 14 years ago
  17. ce0b620 dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28) by Yang Hongyang · 15 years ago
  18. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 16 years ago
  19. 1f04128 ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() by Takashi Iwai · 16 years ago
  20. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 16 years ago
  21. f000fd8 [ALSA] Fix synchronize_irq() bugs, redundancies by Jeff Garzik · 16 years ago
  22. 66c9aa6 [ALSA] es1968 - fix coding style in the last patch by Andrew Morton · 16 years ago
  23. f24bfa5 [ALSA] es1968: fix jitter on some maestro cards by Andreas Mueller · 16 years ago
  24. 3463d8f [ALSA] sound: es1968.c fox shadowed variable warning by Harvey Harrison · 16 years ago
  25. 4b47c97 es1968: fix sleep-while-holding-lock bug by Arjan van de Ven · 16 years ago
  26. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  27. 50f47ff [ALSA] ESS Maestro 1/2/2E Sound Card: Use list_for_each_entry by Matthias Kaehlcke · 17 years ago
  28. b942cf8 [ALSA] es1968 - Fix stuttering capture by Rene Herman · 17 years ago
  29. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 18 years ago
  30. 7ab3992 [ALSA] use the ALIGN macro by Clemens Ladisch · 18 years ago
  31. 30b3539 [ALSA] Various fixes for suspend/resume of ALSA PCI drivers by Takashi Iwai · 18 years ago
  32. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  33. 679e28e [ALSA] es1968: Fix hw volume by Ville Syrjala · 18 years ago
  34. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 18 years ago
  35. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  36. 302e4c2 [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags by Takashi Iwai · 18 years ago
  37. 6581f4e [ALSA] Remove zero-initialization of static variables 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. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  41. 9d2f928 [PATCH] Intruduce DMA_28BIT_MASK by Tobias Klauser · 18 years ago
  42. 62932df [ALSA] semaphore -> mutex (PCI part) by Ingo Molnar · 18 years ago
  43. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  44. 607da7f [ALSA] es1968 - Fix conflict with ISA boards by Rene Herman · 19 years ago
  45. 1d4b822 [ALSA] es1968 - Fix PM support by Takashi Iwai · 19 years ago
  46. 969165a [ALSA] Remove xxx_t typedefs: PCI ES1968 by Takashi Iwai · 19 years ago
  47. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  48. 99b359b [ALSA] Add missing KERN_* suffix to printk by Takashi Iwai · 19 years ago
  49. b1d5776 [ALSA] Remove vmalloc wrapper, kfree_nocheck() by Takashi Iwai · 19 years ago
  50. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 19 years ago
  51. e560d8d [ALSA] Replace with kzalloc() - pci stuff by Takashi Iwai · 19 years ago
  52. 8cdfd25 [ALSA] Remove superfluous PCI ID definitions by Takashi Iwai · 19 years ago
  53. ef21ca2 [ALSA] sound/pci: fix-up sleeping paths by Nishanth Aravamudan · 19 years ago
  54. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  55. e6e514f [ALSA] Add the vendor 0x1558 to PM whitelist of es1968 by Takashi Iwai · 19 years ago
  56. 01d25d4 [ALSA] Replace pci_module_init() with pci_register_driver() by Takashi Iwai · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago