1. b816db9 ALSA: core: Fix randconfig build wrt CONFIG_PROC_FS by Takashi Iwai · 9 years ago
  2. cd6a650 ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS by Jie Yang · 9 years ago
  3. 85d1431 ALSA: core: Build conditionally and remove superfluous ifdefs by Takashi Iwai · 9 years ago
  4. b591b6e ALSA: core: Don't ignore errors at creating proc files by Takashi Iwai · 9 years ago
  5. 3e21a19 ALSA: seq: fill client ID in return value of pool operation by Takashi Sakamoto · 9 years ago
  6. 4945f1f ALSA: seq: Fix init order of snd_seq_device stuff by Takashi Iwai · 9 years ago
  7. 24db8bb ALSA: seq: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  8. 8d98a06 ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  9. 54a721a ALSA: seq: Drop snd_seq_autoload_lock() and _unlock() by Takashi Iwai · 9 years ago
  10. 0566220 ALSA: seq: Define driver object in each driver by Takashi Iwai · 9 years ago
  11. af03c24 ALSA: seq: Clean up device and driver structs by Takashi Iwai · 9 years ago
  12. 7c37ae5 ALSA: seq: Rewrite sequencer device binding with standard bus by Takashi Iwai · 9 years ago
  13. 72496ed ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-in by Takashi Iwai · 9 years ago
  14. b6a4267 ALSA: seq: Move EXPORT_SYMBOL() after each function by Takashi Iwai · 9 years ago
  15. 0b444af ALSA: seq: potential out of bounds in do_control() by Dan Carpenter · 9 years ago
  16. 3fe9cf3 Merge branch 'topic/snd-device' into for-next by Takashi Iwai · 9 years ago
  17. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 9 years ago
  18. 5205388 ALSA: seq: Handle the device directly by Takashi Iwai · 9 years ago
  19. a55bdf1 ALSA: seq: remove unused callback_all field by Clemens Ladisch · 9 years ago
  20. de20b57 ALSA: seq: fix off-by-one error in port limit check by Clemens Ladisch · 9 years ago
  21. 467be35 ALSA: seq: correctly report maximum number of ports by Clemens Ladisch · 9 years ago
  22. 7533185 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  23. 0767e95 ALSA: seq-dummy: remove deadlock-causing events on close by Clemens Ladisch · 9 years ago
  24. 57dca36 ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free" by Markus Elfring · 9 years ago
  25. d712eaf ALSA: core: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  26. d5129f3 Subject: ALSA: seq: Remove autoload locks in driver registration by Takashi Iwai · 10 years ago
  27. 68ab610 ALSA: seq: bind seq driver automatically by Takashi Iwai · 10 years ago
  28. 54841a0 ALSA: seq: Use atomic ops for autoload refcount by Takashi Iwai · 10 years ago
  29. b245a82 ALSA: seq: seq_memory.c: Fix closing brace followed by if by Rasmus Villemoes · 10 years ago
  30. 2742325 ALSA: seq: Continue broadcasting events to ports if one of them fails by Adam Goode · 10 years ago
  31. 21fd3e9 ALSA: seq: correctly detect input buffer overflow by Adam Goode · 10 years ago
  32. 53403a8 ALSA: core: Fix format string mismatch in seq_midi.c by Masanari Iida · 10 years ago
  33. bb343e7 ALSA: seq_oss: Use standard printk helpers by Takashi Iwai · 10 years ago
  34. 04cc79a ALSA: seq: Use standard printk helpers by Takashi Iwai · 10 years ago
  35. f2f9307 ALSA: core: Use standard printk helpers by Takashi Iwai · 10 years ago
  36. a67ca25 ALSA: seq_oss: Drop debug prints by Takashi Iwai · 10 years ago
  37. 80d7d77 ALSA: Drop unused name argument in snd_register_oss_device() by Takashi Iwai · 10 years ago
  38. 256ca9c ALSA: seq-oss: Initialize MIDI clients asynchronously by Takashi Iwai · 11 years ago
  39. 66efdc7 ALSA: seq: Fix missing error handling in snd_seq_timer_open() by Takashi Iwai · 11 years ago
  40. 85c50a5 ALSA: seq: seq_oss_event: missing range checks by Dan Carpenter · 11 years ago
  41. d93cf06 various: Fix spelling of "registered" in comments. by Adam Buchbinder · 12 years ago
  42. 8dea9d3 ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES by Andi Kleen · 12 years ago
  43. 970e248 Documentation: remove references to /etc/modprobe.conf by Lucas De Marchi · 12 years ago
  44. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 12 years ago
  45. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  46. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  47. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  48. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  49. 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 13 years ago
  50. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  51. b6aa63e sound:core:seq:seq_ports.c Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  52. fea952e ALSA: core: sparse cleanups by Clemens Ladisch · 13 years ago
  53. 03cfe6f ALSA: support module on-demand loading for seq and timer by Kay Sievers · 14 years ago
  54. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  55. 27f7ad5 ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open() by Takashi Iwai · 14 years ago
  56. 02f4865 ALSA: core - Define llseek fops by Takashi Iwai · 14 years ago
  57. 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
  58. c85a400 ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0s by Thadeu Lima de Souza Cascardo · 14 years ago
  59. a32f667 sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parameters by Clemens Ladisch · 14 years ago
  60. 0f23c5c Merge branch 'topic/midi' into for-linus by Takashi Iwai · 15 years ago
  61. f96e080 ALSA: OSS sequencer should be initialized after snd_seq_system_client_init by Jaswinder Singh Rajput · 15 years ago
  62. 2d4b842 sound: rawmidi: disable active-sensing-on-close by default by Clemens Ladisch · 15 years ago
  63. 08d0334 sound: seq_oss_midi: remove magic numbers by Clemens Ladisch · 15 years ago
  64. b86c872 sound: seq_midi: do not send MIDI reset when closing by Clemens Ladisch · 15 years ago
  65. f907ed9 seq-midi: always log message on output overrun by Clemens Ladisch · 15 years ago
  66. 3f67f66 Merge branch 'topic/seq-midi-fix' into for-linus by Takashi Iwai · 15 years ago
  67. 6423f9e sound: seq_midi_event: fix decoding of (N)RPN events by Clemens Ladisch · 15 years ago
  68. 0528c74 ALSA: clean up the logic for building sequencer modules by Michal Marek · 15 years ago
  69. ef44a1e ALSA: sound/core: use memdup_user() by Li Zefan · 15 years ago
  70. 006de267 ALSA: Add missing KERN_* prefix to printk in sound/core by Takashi Iwai · 15 years ago
  71. bbaf5e9 ALSA: Add hrtimer backend for ALSA timer interface by Takashi Iwai · 16 years ago
  72. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  73. 82e68f7 sound: ensure device number is valid in snd_seq_oss_synth_make_info by Willy Tarreau · 16 years ago
  74. ee2da99 ALSA: remove CONFIG_KMOD from sound by Johannes Berg · 16 years ago
  75. c354cd7 [ALSA] seq-oss - Remove invalid BUG() by Takashi Iwai · 16 years ago
  76. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  77. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 16 years ago
  78. 3b378e1 [ALSA] sound/core/seq: move declarations of globally visible variables to proper headers by Marcin Ślusarz · 17 years ago
  79. e5723b4 [ALSA] Remove sequencer instrument layer by Takashi Iwai · 17 years ago
  80. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  81. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  82. c929e5e [ALSA] schedule_timeout() fix for core/seq/seq_instr.c by Rene Herman · 17 years ago
  83. 0e75182 [ALSA] seq_midi_event: fix parsing of F9/FD bytes by Clemens Ladisch · 17 years ago
  84. bf8c138 [ALSA] seq_midi_event: fix parsing of missing data bytes by Clemens Ladisch · 17 years ago
  85. 0b664f7 [ALSA] seq_midi_event: prevent running status after system messages by Clemens Ladisch · 17 years ago
  86. 394d051 [ALSA] seq_midi_event: fix encoding of data bytes after end of sysex by Clemens Ladisch · 17 years ago
  87. 7034632 [ALSA] seq: resource leak fix and various code cleanups by Eugene Teo · 17 years ago
  88. e65365d [ALSA] Fix invalid schedule_timeout_interruptible() by Takashi Iwai · 17 years ago
  89. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  90. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  91. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  92. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  93. 6116ea0 [ALSA] Fix possible deadlocks in sequencer at removal of ports by Takashi Iwai · 17 years ago
  94. 9244b2c [ALSA] alsa core: convert to list_for_each_entry* by Johannes Berg · 18 years ago
  95. 201efe3 [ALSA] use the roundup macro by Clemens Ladisch · 18 years ago
  96. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  97. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  98. 59feddb [ALSA] Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  99. 933a2ef [PATCH] lockdep: annotate sound/core/seq/seq_device.c by Arjan van de Ven · 18 years ago
  100. d8371f0 [PATCH] lockdep: annotate sound/core/seq/seq_ports.c by Ingo Molnar · 18 years ago