1. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 13 years ago
  2. 28b26e1 ALSA: hdsp - Add support for RPM io box by Florian Faber · 14 years ago
  3. 4e83998 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 14 years ago
  4. e68d3b3 ALSA: sound/pci/rme9652: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  5. 9fe856e sound: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  6. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  7. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 14 years ago
  8. c18bc9b ALSA: hdsp - allow proc reporting with disconnected io box by Tim Blechmann · 15 years ago
  9. 3c2fcf3 Merge branch 'topic/hdsp' into for-linus by Takashi Iwai · 15 years ago
  10. 3f7440a ALSA: Clean up 64bit division functions by Takashi Iwai · 15 years ago
  11. 8e365f9 ALSA: hdsp: allow firmware loading from inside the kernel by Raphael Doursenaud · 15 years ago
  12. c2503cd ALSA: hdsp - Ignore MIDI and PCM events in interrupts until initialized by Takashi Iwai · 15 years ago
  13. f9ffc5d ALSA: hdsp - whitespace cleanup by Tim Blechmann · 15 years ago
  14. e588ed8 ALSA: hdsp - poll for iobox by Tim Blechmann · 15 years ago
  15. 66a101d Merge branch 'topic/hwdep-cleanup' into topic/hdsp by Takashi Iwai · 15 years ago
  16. 28b7e34 ALSA: Remove superfluous hwdep ops by Takashi Iwai · 15 years ago
  17. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 16 years ago
  18. 5ce442f Merge branch 'topic/udev-id-rename' into to-push 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. 972d4c5 ALSA: hdsp/hdspm: remove card->id from rawmidi device name by Jaroslav Kysela · 16 years ago
  21. 3ae7e2e ALSA: hdsp: check for iobox and upload firmware during ioctl by Tim Blechmann · 16 years ago
  22. 00c9ddd ALSA: HDSP: check for io box before uploading firmware by Tim Blechmann · 16 years ago
  23. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 16 years ago
  24. 47ba97f [ALSA] hdsp - RME 9632 fix at 192kHz by Remy Bruno · 16 years ago
  25. 92eed66 [ALSA] hdsp - Fix section mismatch by Takashi Iwai · 16 years ago
  26. 192b8e3 [ALSA] hdsp: make Multiface II work again by Andreas Degert · 17 years ago
  27. 1374f8c [ALSA] sound: fix rme9652 section mismatch by Randy Dunlap · 17 years ago
  28. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  29. 561de31 [ALSA] sound/: Spelling fixes by Joe Perches · 17 years ago
  30. 4e98d6a [ALSA] pci - check value range in ctl callbacks by Takashi Iwai · 17 years ago
  31. 27caac8 [ALSA] sound/pci: remove duplicated defines by Nicolas Kaiser · 17 years ago
  32. 2a3988f [ALSA] hdsp - Fix zero division by Takashi Iwai · 17 years ago
  33. a3a68c8 [ALSA] hdsp - Add support for latset RME9632 revisions by Remy Bruno · 17 years ago
  34. a5ce889 [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks by Takashi Iwai · 17 years ago
  35. 7e0af29 [ALSA] add MODULE_FIRMWARE entries by Clemens Ladisch · 17 years ago
  36. e4b6088 [ALSA] hdsp - Add support for fine tuning of sample rate support to HDSP 9632 by Julian Cable · 17 years ago
  37. ef991b9 [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup by Takashi Iwai · 17 years ago
  38. d7923b2 [ALSA] hdsp - Add DDS register support for RME9632 rev >= 152 by Remy Bruno · 18 years ago
  39. 6add0f4 [ALSA] hdsp: support for mixer matrix of RME9632 rev 152 by Remy Bruno · 18 years ago
  40. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 18 years ago
  41. 176546a [ALSA] hdsp: precise_ptr control switched off by default by Remy Bruno · 18 years ago
  42. 7ab3992 [ALSA] use the ALIGN macro by Clemens Ladisch · 18 years ago
  43. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  44. 311e70a [ALSA] hdsp - Fix auto-updating of firmware by Takashi Iwai · 18 years ago
  45. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 18 years ago
  46. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  47. ecb594e [ALSA] RME HDSP - fixed proc interface (missing {}) by Remy Bruno · 18 years ago
  48. 140432f [ALSA] hdsp - Fix compilation with hdsp driver built in kernel by Takashi Iwai · 18 years ago
  49. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  50. 396c9b9 [ALSA] add __devinitdata to all pci_device_id by Henrik Kretzschmar · 18 years ago
  51. 55e957d [ALSA] Remove xxx_t typedefs: PCI HDSP by Takashi Iwai · 19 years ago
  52. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  53. b0b9811 [ALSA] hdsp - Code clean up by Takashi Iwai · 19 years ago
  54. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 19 years ago
  55. 8cdfd25 [ALSA] Remove superfluous PCI ID definitions by Takashi Iwai · 19 years ago
  56. b73c1c1 [ALSA] hdsp: always initialize card name by Clemens Ladisch · 19 years ago
  57. 5549d54 [ALSA] use PCM interface for IEC958 controls by Clemens Ladisch · 19 years ago
  58. 67ed416 [ALSA] sound - fix .iface field of mixer control elements by Clemens Ladisch · 19 years ago
  59. ef21ca2 [ALSA] sound/pci: fix-up sleeping paths by Nishanth Aravamudan · 19 years ago
  60. e3ea4d8 [ALSA] hdsp - Add 'Sample Clock Source Locking' control by Takashi Iwai · 19 years ago
  61. b6a9691 [ALSA] Add write support to snd-page-alloc proc file by Takashi Iwai · 19 years ago
  62. 7679a03 [ALSA] hdsp - solved big endian problem by Thomas Charbonnel · 19 years ago
  63. 01d25d4 [ALSA] Replace pci_module_init() with pci_register_driver() by Takashi Iwai · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago