1. 6cb53e7 [ALSA] Don't reject O_RDWR at opening PCM OSS with read/write-only device by Takashi Iwai · 18 years ago
  2. 59feddb [ALSA] Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  3. 2999ff5 [ALSA] Fix a deadlock in snd-rtctimer by Takashi Iwai · 18 years ago
  4. 562b590 [ALSA] remove unused snd_minor.name field by Clemens Ladisch · 18 years ago
  5. 933a2ef [PATCH] lockdep: annotate sound/core/seq/seq_device.c by Arjan van de Ven · 18 years ago
  6. d8371f0 [PATCH] lockdep: annotate sound/core/seq/seq_ports.c by Ingo Molnar · 18 years ago
  7. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  8. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  9. be7ee27 [ALSA] Fix misuse of __list_add() in seq_ports.c by Takashi Iwai · 18 years ago
  10. b10e539 [ALSA] make CONFIG_SND_DYNAMIC_MINORS non-experimental by Clemens Ladisch · 18 years ago
  11. 0936f26 [PATCH] devfs: Remove devfs support from the sound subsystem by Greg Kroah-Hartman · 19 years ago
  12. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  13. 45df379 [ALSA] Remove nested mutexes in seq_ports.c by Takashi Iwai · 18 years ago
  14. 3758d4e [ALSA] Remove bogus check of mmap_count in snd_pcm_release() by Takashi Iwai · 18 years ago
  15. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  16. 0fbf405 [ALSA] Fix pcm-draining of capture stream in PCM middle layer by Takashi Iwai · 18 years ago
  17. 746df94 [ALSA] Fix rwlock around snd_iprintf() in sound core by Takashi Iwai · 18 years ago
  18. a7b928a [ALSA] rawmidi: add get_port_info callback for sequencer information flags by Clemens Ladisch · 18 years ago
  19. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 18 years ago
  20. f4a747f [ALSA] fix a wrong lock by Clemens Ladisch · 18 years ago
  21. 170a346 [ALSA] Fix compile warning in timer.c by Takashi Iwai · 18 years ago
  22. 9c323fc [ALSA] Fix mmap_count with O_APPEND opened streams by Takashi Iwai · 18 years ago
  23. 0df63e4 [ALSA] Add O_APPEND flag support to PCM by Takashi Iwai · 18 years ago
  24. f001c3a [ALSA] Insert might_sleep() in snd_iprintf() by Takashi Iwai · 18 years ago
  25. d689e34b [ALSA] Remove spinlocks around proc prints by Takashi Iwai · 18 years ago
  26. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  27. 7e4eeec [ALSA] Make buffer size of proc text interface variable by Takashi Iwai · 18 years ago
  28. 2f4ca8e [ALSA] Clean up ugly hacks in pcm_lib.c by Takashi Iwai · 18 years ago
  29. e88e8ae6 [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module by Takashi Iwai · 18 years ago
  30. 91715ed [ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module by Takashi Iwai · 18 years ago
  31. c0d3fb3 [ALSA] Clean up EXPORT_SYMBOL()s in snd module by Takashi Iwai · 18 years ago
  32. 78fc030 [ALSA] Change seq_midi.c so client name is card, rather than port, specific by Alan Horstmann · 18 years ago
  33. b7d90a3 [ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=n by Takashi Iwai · 18 years ago
  34. 61fb63c [ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUG by Jaroslav Kysela · 18 years ago
  35. 5c59e09 [ALSA] Handle the error correctly in SNDCTL_DSP_SETFMT ioctl by Steven Finney · 18 years ago
  36. 12831c1 [ALSA] sound/core/pcm.c: make snd_pcm_format_name() static by Adrian Bunk · 18 years ago
  37. 1576274 [ALSA] Fix Oops of PCM OSS emulation by Takashi Iwai · 18 years ago
  38. bbdc1b7 [ALSA] pcm_oss: fix snd_pcm_oss_release() oops by OGAWA Hirofumi · 18 years ago
  39. c2f60c5 [ALSA] Kconfig SND_SEQUENCER_OSS help text fix by Frederik Deweerdt · 18 years ago
  40. 060d77b [ALSA] Fix / clean up PCM-OSS setup hooks by Takashi Iwai · 18 years ago
  41. 3bf75f9 [ALSA] Clean up PCM codes (take 2) by Takashi Iwai · 18 years ago
  42. bf1bbb5 [ALSA] Tiny clean up of PCM codes by Takashi Iwai · 18 years ago
  43. cbac4b0 [ALSA] Cleanup unused argument for snd_power_wait() by Takashi Iwai · 18 years ago
  44. 4fa95ef [PATCH] sound: Remove unneeded kmalloc() return value casts by Jesper Juhl · 18 years ago
  45. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  46. c6077b3 [ALSA] Fix memory leaks in error path of control.c by Takashi Iwai · 18 years ago
  47. e64d2e3 [ALSA] Fix seq_clientmgr dereferences before NULL check by Eugene Teo · 18 years ago
  48. 3a63e444 [ALSA] sound/core/: fix 3 off-by-one errors by Adrian Bunk · 18 years ago
  49. 6464940 [ALSA] make control.c suspend aware by Giuliano Pochini · 18 years ago
  50. b3b0abe [ALSA] return ENODEV for disconnected devices by Clemens Ladisch · 18 years ago
  51. 62c5549e [ALSA] Fix sleep in atomic in virmidi driver by Takashi Iwai · 18 years ago
  52. e661d0d [ALSA] pcm - Move PAUSE ioctl to common ioctl handler by Takashi Iwai · 18 years ago
  53. 2ba8c15 [ALSA] Removed unneeded page-reserve by Takashi Iwai · 19 years ago
  54. ea50888 [ALSA] Use dma_alloc_coherent() hack on i386 only by Takashi Iwai · 19 years ago
  55. c82590d [ALSA] Fix mulaw -> linear conversion in OSS PCM emulation by Takashi Iwai · 19 years ago
  56. 3f72a30 [ALSA] snd_pcm_format_name() is no longer exported by Jaroslav Kysela · 19 years ago
  57. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  58. 0534ab4 [ALSA] Clean up pcm-oss plugins by Takashi Iwai · 19 years ago
  59. 9d83911 [ALSA] Fix a typo by Takashi Iwai · 19 years ago
  60. 21a3479 [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optional by Jaroslav Kysela · 19 years ago
  61. 2fbf182 [PATCH] alsa: fix error paths in snd_ctl_elem_add() by Takashi Iwai · 18 years ago
  62. aa657ca [PATCH] Fix snd-usb-audio in 32-bit compat environment by Juergen Kreileder · 18 years ago
  63. d99e988 [ALSA] Remove BKL from sound/core/info.c by Ingo Molnar · 19 years ago
  64. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  65. 3e23c65 [ALSA] Revert the nested-device patch by Takashi Iwai · 19 years ago
  66. aa1e77e [ALSA] seq: reorganize sequencer client numbers by Clemens Ladisch · 19 years ago
  67. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  68. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  69. 255bd16 [ALSA] seq: remove superfluous fields by Clemens Ladisch · 19 years ago
  70. 235475c [ALSA] pcm - Fix wrong asserts by Takashi Iwai · 19 years ago
  71. 416c107 [ALSA] Nest sound devices by Clemens Ladisch · 19 years ago
  72. 59d4858 [ALSA] pcm - Make the support of old API selectable by Takashi Iwai · 19 years ago
  73. 04f141a [ALSA] Optimize for config without PROC_FS (seq and oss parts) by Takashi Iwai · 19 years ago
  74. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  75. 1861204 [ALSA] sound/: possible cleanups by Adrian Bunk · 19 years ago
  76. 9a1a2a1 [ALSA] Fix a missing include by Takashi Iwai · 19 years ago
  77. 1b98ea4 [ALSA] rawmidi: adjust runtime->avail when changing output buffer size by Clemens Ladisch · 19 years ago
  78. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards by Clemens Ladisch · 19 years ago
  79. 204bdb1 [ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per card by Clemens Ladisch · 19 years ago
  80. 332682b [ALSA] dynamic minors (4/6): dynamic minor number allocation by Clemens Ladisch · 19 years ago
  81. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  82. 6983b72 [ALSA] dynamic minors (2/6): simplify storage of snd_minor structures by Clemens Ladisch · 19 years ago
  83. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  84. a106cd3 [ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_select() by Clemens Ladisch · 19 years ago
  85. b32425a [ALSA] Fix possible races in timer callbacks by Takashi Iwai · 19 years ago
  86. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  87. 603bf52 [ALSA] pcm - NULL check in snd_pcm_suspend*() by Takashi Iwai · 19 years ago
  88. a381a7a [ALSA] Decentralize PM control by Takashi Iwai · 19 years ago
  89. 080dece [ALSA] Remove xxx_t typedefs: Sequencer OSS-emulation by Takashi Iwai · 19 years ago
  90. 19ac31e [ALSA] Remove xxx_t typedefs: Instrument layer by Takashi Iwai · 19 years ago
  91. c7e0b5b [ALSA] Remove xxx_t typedefs: Sequencer by Takashi Iwai · 19 years ago
  92. 6ac77bc [ALSA] Remove xxx_t typedefs: PCM OSS-emulation by Takashi Iwai · 19 years ago
  93. f956b4a [ALSA] Remove xxx_t typedefs: Mixer OSS-emulation by Takashi Iwai · 19 years ago
  94. 174c1f6 [ALSA] Remove xxx_t typedefs: OSS-emulation by Takashi Iwai · 19 years ago
  95. 877211f [ALSA] Remove xxx_t typedefs: PCM by Takashi Iwai · 19 years ago
  96. 24c1f93 [ALSA] Remove xxx_t typedefs: Proc handler by Takashi Iwai · 19 years ago
  97. d9a98de [ALSA] Remove xxx_t typedefs: Hwdep by Takashi Iwai · 19 years ago
  98. 48c9d41 [ALSA] Remove xxx_t typedefs: Raw MIDI by Takashi Iwai · 19 years ago
  99. 53d2f74 [ALSA] Remove xxx_t typedefs: Timer by Takashi Iwai · 19 years ago
  100. 82e9bae [ALSA] Remove xxx_t typedefs: Controls by Takashi Iwai · 19 years ago