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. 88e24c3 sound: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  4. dba8b46 ALSA: mpu401: clean up interrupt specification by Clemens Ladisch · 13 years ago
  5. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 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. 1661c61 ALSA: opl3sa2: add ZV port control by Krzysztof Helt · 15 years ago
  8. fa15fde Merge branch 'topic/isa-misc' into for-linus by Takashi Iwai · 15 years ago
  9. a3c6048 Merge branch 'topic/cs423x-merge' into for-linus by Takashi Iwai · 15 years ago
  10. dec14f8 Merge branch 'topic/snd_card_new-err' into for-linus by Takashi Iwai · 15 years ago
  11. 37ba1b6 Merge branch 'fix/opl3sa2-suspend' into topic/isa-misc by Takashi Iwai · 15 years ago
  12. dde332b ALSA: opl3sa2 - Fix NULL dereference when suspending snd_opl3sa2 by Krzysztof Helt · 15 years ago
  13. 1713c0d ALSA: opl3sa2 fix irq releasing and short name of card by Krzysztof Helt · 15 years ago
  14. 96cf45c Merge branch 'topic/snd_card_new-err' into topic/cs423x-merge by Takashi Iwai · 15 years ago
  15. 4c9f1d3 ALSA: isa/*: Add missing KERN_* prefix to printk by Takashi Iwai · 15 years ago
  16. c95eadd ALSA: Convert to snd_card_create() in sound/isa/* by Takashi Iwai · 16 years ago
  17. f87426e ALSA: opl3sa2: replace nd_opl3sa2_info_xxx() with snd_wss_info_xxx() by Krzysztof Helt · 16 years ago
  18. 503c10d ALSA: opl3sa2: drop snd_card pointer from the snd_opl3sa2 structure by Krzysztof Helt · 16 years ago
  19. 7779f75 ALSA: wss_lib: rename cs4321_foo to wss_foo by Krzysztof Helt · 16 years ago
  20. 61ef19d ALSA: wss_lib: rename cs4231.h into wss.h by Krzysztof Helt · 16 years ago
  21. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  22. 109c53f84 [ALSA] sound/isa: kill pnp_resource_change by Rene Herman · 17 years ago
  23. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  24. e234046 [ALSA] Fix bugs in mode change/recalibration for opl3sa2 driver by Paul Vojta · 17 years ago
  25. 4700418 [ALSA] opl3sa2 - Add Neomagic MagicWave 3D ISA PnP ID by Paul Vojta · 17 years ago
  26. ea7fc33 ALSA: use __devexit_p by Randy Dunlap · 17 years ago
  27. 609d769 [ALSA] Fix probe of non-PnP ISA devices by Rene Herman · 17 years ago
  28. 83c51c0 [ALSA] isa_bus device/driver naming by Rene Herman · 17 years ago
  29. 5e24c1c [ALSA] Port the rest of ALSA ISA drivers to isa_driver by Takashi Iwai · 17 years ago
  30. 788c604 [ALSA] Fix __devinit and __devexit issues with sound drivers by Prarit Bhargava · 17 years ago
  31. 0cb29ea [ALSA] Add even more 'const' to everything related to TLV by Takashi Iwai · 17 years ago
  32. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  33. a1c7a7d [ALSA] Add dB scale information to opl3sa2 driver by Takashi Iwai · 18 years ago
  34. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  35. 2e74eba [ALSA] Fix invalid __init in ALSA ISA drivers by Takashi Iwai · 18 years ago
  36. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  37. dcccdd9 [ALSA] unregister platform device again if probe was unsuccessful by Rene Herman · 18 years ago
  38. d0ac642 [ALSA] continue on IS_ERR from platform device registration by Rene Herman · 18 years ago
  39. 8c59c4a [PATCH] pnp: opl3sa2: adjust pnp_register_driver signature by Bjorn Helgaas · 18 years ago
  40. 8278ca8 [ALSA] Fix check of enable module option by Takashi Iwai · 18 years ago
  41. 1d79716 [ALSA] Fix adding second dma channel by Alexey Dobriyan · 18 years ago
  42. 62af990 [ALSA] opl3sa2 - Fix conflict of driver name on sysfs by Takashi Iwai · 19 years ago
  43. 59b1b34 [ALSA] Fix compilation without CONFIG_PNP by Takashi Iwai · 19 years ago
  44. f7a9275 [ALSA] unregister platform devices by Clemens Ladisch · 19 years ago
  45. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  46. 704e052 [ALSA] opl3sa2 - Use platform_device by Takashi Iwai · 19 years ago
  47. ec6c5ae [ALSA] Remove xxx_t typedefs: ISA OPL3SA2 by Takashi Iwai · 19 years ago
  48. b1d5776 [ALSA] Remove vmalloc wrapper, kfree_nocheck() by Takashi Iwai · 19 years ago
  49. 06f619c [ALSA] snd_opl3sa2: add missing pnp_unregister_driver() calls by Daniel Ritz · 19 years ago
  50. 9e76a76 [ALSA] Replace with kzalloc() - isa stuff by Takashi Iwai · 19 years ago
  51. 43bcd97 [ALSA] Add snd_card_set_generic_dev() call to ISA drivers by Takashi Iwai · 19 years ago
  52. cff7974 [ALSA] opl3sa2 - use different name for PnP BIOS driver by Jaroslav Kysela · 19 years ago
  53. 53b2666 [ALSA] opl3sa2 - fixed typo in PnP BIOS IDs (YMF0021 -> YMH0021) by Jaroslav Kysela · 19 years ago
  54. 1265509 [ALSA] opl3sa2 driver - added support for PnP BIOS devices by Jaroslav Kysela · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago