1. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  2. b4748e7 ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration by Colin Ian King · 6 years ago
  3. 0c93c5c ALSA: opl3: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  4. 969686e ALSA: drivers: Remove empty init and exit by Takashi Iwai · 6 years ago
  5. 7e9c20f ALSA: opl3: Declare common variables properly by Takashi Iwai · 6 years ago
  6. eeef847 ALSA: opl3: remove redundant pointer opl3 by Colin Ian King · 6 years ago
  7. 7f054a5 ALSA: opl3: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  8. 76727c2c Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. bc47ba9 ALSA: drivers: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  11. 53cfa99 ALSA: opl3: Put missing KERN_CONT prefix by Takashi Iwai · 7 years ago
  12. 2b223a9 ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl3_new() by Markus Elfring · 7 years ago
  13. f03293d ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig by Takashi Iwai · 8 years ago
  14. 111b0cd ALSA: seq: Allow the modular sequencer registration by Takashi Iwai · 8 years ago
  15. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 8 years ago
  16. 3ac8226 ALSA: opl3: Kill unused set_fs() by Takashi Iwai · 8 years ago
  17. db0717d ALSA: opl3: don't opencode IS_REACHABLE() by Fabian Frederick · 8 years ago
  18. 4aa01c4 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  19. d124380 ALSA: opl3: small array underflow by Dan Carpenter · 10 years ago
  20. 0566220 ALSA: seq: Define driver object in each driver by Takashi Iwai · 10 years ago
  21. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  22. f5d5f75 ALSA: opl3: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  23. 80d7d77 ALSA: Drop unused name argument in snd_register_oss_device() by Takashi Iwai · 11 years ago
  24. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 11 years ago
  25. a8d09e3 ALSA: opl3: Fix possible negative array index access by Takashi Iwai · 11 years ago
  26. 395d9dd sound: Remove unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  27. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  28. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  29. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  30. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  31. 8dce39b ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off() by Krzysztof Helt · 15 years ago
  32. 0528c74 ALSA: clean up the logic for building sequencer modules by Michal Marek · 16 years ago
  33. 4520383 ALSA: Add missing KERN_* prefix to printk in sound/drivers by Takashi Iwai · 16 years ago
  34. 5e246b8 ALSA: Kill snd_assert() in other places by Takashi Iwai · 16 years ago
  35. 0ee46c9 [ALSA] opl3 - Fix compilation without sequencer support by Takashi Iwai · 17 years ago
  36. 0457652 [ALSA] opl3 - Fix build errors by Takashi Iwai · 17 years ago
  37. 05c1afe [ALSA] opl3 - simplify exclusive access lock by Takashi Iwai · 17 years ago
  38. 224a033 [ALSA] opl3 - Use hwdep for patch loading by Takashi Iwai · 17 years ago
  39. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 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. 52a6db8 [ALSA] Clean up Makefile by Takashi Iwai · 17 years ago
  42. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 19 years ago
  43. c97f3dd [ALSA] fix port type bits by Clemens Ladisch · 19 years ago
  44. ac19e19 [ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each function by Takashi Iwai · 19 years ago
  45. 5e315e9 [ALSA] Fix use after free in opl3_seq and opl3_oss by Dave Jones · 19 years ago
  46. ef9f0a4 [ALSA] semaphore -> mutex (driver part) by Ingo Molnar · 19 years ago
  47. b1a3aa2 [PATCH] alsa: fix bogus snd_device_free() in opl3-oss.c by Takashi Iwai · 19 years ago
  48. 676338a [ALSA] opl3 - Fix the unreleased resources by Takashi Iwai · 19 years ago
  49. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  50. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  51. b32425a [ALSA] Fix possible races in timer callbacks by Takashi Iwai · 19 years ago
  52. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  53. 5b1646a [ALSA] Remove xxx_t typedefs: OPL3 by Takashi Iwai · 19 years ago
  54. b1d5776 [ALSA] Remove vmalloc wrapper, kfree_nocheck() by Takashi Iwai · 19 years ago
  55. 561b220 [ALSA] Replace with kzalloc() - others by Takashi Iwai · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago