1. 2dee54b ALSA: drivers: opl3: Fix incorrect use of vp->state by Colin Ian King · 3 years, 1 month ago
  2. 9c78e80 ALSA: opl3: Fix assignment in if condition by Takashi Iwai · 3 years, 7 months ago
  3. 93a5b85c ALSA: drivers: opl3: fix useless self-comparison by Pierre-Louis Bossart · 3 years, 7 months ago
  4. 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
  5. 3b5d1af Merge branch 'for-next' into for-linus by Takashi Iwai · 4 years, 5 months ago
  6. c0dbbda ALSA: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  7. ad15571 ALSA: opl3: fix infoleak in opl3 by xidongwang · 4 years, 6 months ago
  8. e3de2a4 ALSA: opl3: More constifications by Takashi Iwai · 5 years ago
  9. 87065d3 ALSA: seq: oss: Constify snd_seq_oss_callback definitions by Takashi Iwai · 5 years ago
  10. fe27463 ALSA: opl3: Constify snd_opl3_drum_voice definitions by Takashi Iwai · 5 years ago
  11. aad7ebb ALSA: seq: Constify struct snd_midi_op by Takashi Iwai · 5 years ago
  12. 5ff16a3 ALSA: Constify snd_timer_hardware definitions by Takashi Iwai · 5 years ago
  13. 34273b2 ALSA: drivers: Constify snd_device_ops definitions by Takashi Iwai · 5 years ago
  14. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  15. b4748e7 ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration by Colin Ian King · 6 years ago
  16. 0c93c5c ALSA: opl3: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  17. 969686e ALSA: drivers: Remove empty init and exit by Takashi Iwai · 6 years ago
  18. 7e9c20f ALSA: opl3: Declare common variables properly by Takashi Iwai · 6 years ago
  19. eeef847 ALSA: opl3: remove redundant pointer opl3 by Colin Ian King · 6 years ago
  20. 7f054a5 ALSA: opl3: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  21. 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
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. bc47ba9 ALSA: drivers: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  24. 53cfa99 ALSA: opl3: Put missing KERN_CONT prefix by Takashi Iwai · 7 years ago
  25. 2b223a9 ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl3_new() by Markus Elfring · 7 years ago
  26. f03293d ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig by Takashi Iwai · 8 years ago
  27. 111b0cd ALSA: seq: Allow the modular sequencer registration by Takashi Iwai · 8 years ago
  28. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 8 years ago
  29. 3ac8226 ALSA: opl3: Kill unused set_fs() by Takashi Iwai · 8 years ago
  30. db0717d ALSA: opl3: don't opencode IS_REACHABLE() by Fabian Frederick · 8 years ago
  31. 4aa01c4 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  32. d124380 ALSA: opl3: small array underflow by Dan Carpenter · 10 years ago
  33. 0566220 ALSA: seq: Define driver object in each driver by Takashi Iwai · 10 years ago
  34. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  35. f5d5f75 ALSA: opl3: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  36. 80d7d77 ALSA: Drop unused name argument in snd_register_oss_device() by Takashi Iwai · 11 years ago
  37. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 11 years ago
  38. a8d09e3 ALSA: opl3: Fix possible negative array index access by Takashi Iwai · 11 years ago
  39. 395d9dd sound: Remove unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  40. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  41. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  42. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  43. 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
  44. 8dce39b ALSA: opl3: circular locking in the snd_opl3_note_on() and snd_opl3_note_off() by Krzysztof Helt · 15 years ago
  45. 0528c74 ALSA: clean up the logic for building sequencer modules by Michal Marek · 16 years ago
  46. 4520383 ALSA: Add missing KERN_* prefix to printk in sound/drivers by Takashi Iwai · 16 years ago
  47. 5e246b8 ALSA: Kill snd_assert() in other places by Takashi Iwai · 16 years ago
  48. 0ee46c9 [ALSA] opl3 - Fix compilation without sequencer support by Takashi Iwai · 17 years ago
  49. 0457652 [ALSA] opl3 - Fix build errors by Takashi Iwai · 17 years ago
  50. 05c1afe [ALSA] opl3 - simplify exclusive access lock by Takashi Iwai · 17 years ago
  51. 224a033 [ALSA] opl3 - Use hwdep for patch loading by Takashi Iwai · 17 years ago
  52. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  53. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  54. 52a6db8 [ALSA] Clean up Makefile by Takashi Iwai · 17 years ago
  55. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 19 years ago
  56. c97f3dd [ALSA] fix port type bits by Clemens Ladisch · 19 years ago
  57. ac19e19 [ALSA] opl3 - Move EXPORT_SYMBOL() to adjacent to each function by Takashi Iwai · 19 years ago
  58. 5e315e9 [ALSA] Fix use after free in opl3_seq and opl3_oss by Dave Jones · 19 years ago
  59. ef9f0a4 [ALSA] semaphore -> mutex (driver part) by Ingo Molnar · 19 years ago
  60. b1a3aa2 [PATCH] alsa: fix bogus snd_device_free() in opl3-oss.c by Takashi Iwai · 19 years ago
  61. 676338a [ALSA] opl3 - Fix the unreleased resources by Takashi Iwai · 19 years ago
  62. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  63. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  64. b32425a [ALSA] Fix possible races in timer callbacks by Takashi Iwai · 19 years ago
  65. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  66. 5b1646a [ALSA] Remove xxx_t typedefs: OPL3 by Takashi Iwai · 19 years ago
  67. b1d5776 [ALSA] Remove vmalloc wrapper, kfree_nocheck() by Takashi Iwai · 19 years ago
  68. 561b220 [ALSA] Replace with kzalloc() - others by Takashi Iwai · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago