1. d80f19f Driver core: convert sound core to use struct device by Greg Kroah-Hartman · 18 years ago
  2. de1b8b9 [ALSA] Fix hang-up at disconnection of usb-audio by Takashi Iwai · 18 years ago
  3. ac5d1a7 [ALSA] rtctimer: handle RTC interrupts with a tasklet by Clemens Ladisch · 18 years ago
  4. ef35be7 [ALSA] Fix addition of user-defined boolean controls by Takashi Iwai · 18 years ago
  5. dbedca3 [ALSA] Fix re-use of va_list by Takashi Iwai · 18 years ago
  6. cb04e6b [PATCH] hwdep_compat missed __user annotations by Al Viro · 18 years ago
  7. a9edfc6 [ALSA] Handle file operations during snd_card disconnects using static file->f_op by Karsten Wiese · 18 years ago
  8. 104326f [ALSA] Dereference after free in snd_hwdep_release() by Florin Malita · 18 years ago
  9. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  10. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  11. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  12. 9442e69 [PATCH] maximum latency tracking: ALSA support by Takashi Iwai · 18 years ago
  13. e6f8f10 [ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded values by Josef 'Jeff' Sipek · 18 years ago
  14. 2b1181e [ALSA] Add missing compat ioctls for ALSA control API by Takashi Iwai · 18 years ago
  15. 9d19f48 [ALSA] Add pcm_class attribute to PCM sysfs entry by Takashi Iwai · 18 years ago
  16. 18c1c3f [ALSA] Return error if no user TLV is defined by Takashi Iwai · 18 years ago
  17. 86148e8 [ALSA] Fix errors with user TLV_WRITE by Takashi Iwai · 18 years ago
  18. 2529bba [ALSA] Fix substream selection in PCM and rawmidi by Takashi Iwai · 18 years ago
  19. 548a648 [ALSA] Fix control/status mmap with shared PCM substream by Takashi Iwai · 18 years ago
  20. 6e9059b [ALSA] system timer: remove unused snd_timer_system_private.timer field by Clemens Ladisch · 18 years ago
  21. cd93fe4 [ALSA] timer: fix timer rescheduling by Clemens Ladisch · 18 years ago
  22. de2696d [ALSA] system timer: clear correction value when timer stops by Clemens Ladisch · 18 years ago
  23. 6ed5eff [ALSA] system timer: accumulate correction for multiple lost ticks by Clemens Ladisch · 18 years ago
  24. 17f48ec [ALSA] system timer: fix lost ticks correction adjustment by Clemens Ladisch · 18 years ago
  25. 8aa9b58 [ALSA] Control API - more robust TLV implementation by Jaroslav Kysela · 18 years ago
  26. 2b29b13 [ALSA] Deprecate snd_card_free_in_thread() by Takashi Iwai · 18 years ago
  27. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  28. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  29. 42750b0 [ALSA] Control API - TLV implementation for additional information like dB scale by Jaroslav Kysela · 18 years ago
  30. 6cb53e7 [ALSA] Don't reject O_RDWR at opening PCM OSS with read/write-only device by Takashi Iwai · 18 years ago
  31. 59feddb [ALSA] Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  32. 2999ff5 [ALSA] Fix a deadlock in snd-rtctimer by Takashi Iwai · 18 years ago
  33. 562b590 [ALSA] remove unused snd_minor.name field by Clemens Ladisch · 18 years ago
  34. 933a2ef [PATCH] lockdep: annotate sound/core/seq/seq_device.c by Arjan van de Ven · 18 years ago
  35. d8371f0 [PATCH] lockdep: annotate sound/core/seq/seq_ports.c by Ingo Molnar · 18 years ago
  36. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  37. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  38. be7ee27 [ALSA] Fix misuse of __list_add() in seq_ports.c by Takashi Iwai · 18 years ago
  39. b10e539 [ALSA] make CONFIG_SND_DYNAMIC_MINORS non-experimental by Clemens Ladisch · 18 years ago
  40. 0936f26 [PATCH] devfs: Remove devfs support from the sound subsystem by Greg Kroah-Hartman · 19 years ago
  41. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  42. 45df379 [ALSA] Remove nested mutexes in seq_ports.c by Takashi Iwai · 18 years ago
  43. 3758d4e [ALSA] Remove bogus check of mmap_count in snd_pcm_release() by Takashi Iwai · 18 years ago
  44. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  45. 0fbf405 [ALSA] Fix pcm-draining of capture stream in PCM middle layer by Takashi Iwai · 18 years ago
  46. 746df94 [ALSA] Fix rwlock around snd_iprintf() in sound core by Takashi Iwai · 18 years ago
  47. a7b928a [ALSA] rawmidi: add get_port_info callback for sequencer information flags by Clemens Ladisch · 18 years ago
  48. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 18 years ago
  49. f4a747f [ALSA] fix a wrong lock by Clemens Ladisch · 18 years ago
  50. 170a346 [ALSA] Fix compile warning in timer.c by Takashi Iwai · 18 years ago
  51. 9c323fc [ALSA] Fix mmap_count with O_APPEND opened streams by Takashi Iwai · 18 years ago
  52. 0df63e4 [ALSA] Add O_APPEND flag support to PCM by Takashi Iwai · 18 years ago
  53. f001c3a [ALSA] Insert might_sleep() in snd_iprintf() by Takashi Iwai · 18 years ago
  54. d689e34b [ALSA] Remove spinlocks around proc prints by Takashi Iwai · 18 years ago
  55. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  56. 7e4eeec [ALSA] Make buffer size of proc text interface variable by Takashi Iwai · 18 years ago
  57. 2f4ca8e [ALSA] Clean up ugly hacks in pcm_lib.c by Takashi Iwai · 18 years ago
  58. e88e8ae6 [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module by Takashi Iwai · 18 years ago
  59. 91715ed [ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module by Takashi Iwai · 18 years ago
  60. c0d3fb3 [ALSA] Clean up EXPORT_SYMBOL()s in snd module by Takashi Iwai · 18 years ago
  61. 78fc030 [ALSA] Change seq_midi.c so client name is card, rather than port, specific by Alan Horstmann · 18 years ago
  62. b7d90a3 [ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=n by Takashi Iwai · 18 years ago
  63. 61fb63c [ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUG by Jaroslav Kysela · 18 years ago
  64. 5c59e09 [ALSA] Handle the error correctly in SNDCTL_DSP_SETFMT ioctl by Steven Finney · 18 years ago
  65. 12831c1 [ALSA] sound/core/pcm.c: make snd_pcm_format_name() static by Adrian Bunk · 18 years ago
  66. 1576274 [ALSA] Fix Oops of PCM OSS emulation by Takashi Iwai · 18 years ago
  67. bbdc1b7 [ALSA] pcm_oss: fix snd_pcm_oss_release() oops by OGAWA Hirofumi · 18 years ago
  68. c2f60c5 [ALSA] Kconfig SND_SEQUENCER_OSS help text fix by Frederik Deweerdt · 18 years ago
  69. 060d77b [ALSA] Fix / clean up PCM-OSS setup hooks by Takashi Iwai · 18 years ago
  70. 3bf75f9 [ALSA] Clean up PCM codes (take 2) by Takashi Iwai · 18 years ago
  71. bf1bbb5 [ALSA] Tiny clean up of PCM codes by Takashi Iwai · 18 years ago
  72. cbac4b0 [ALSA] Cleanup unused argument for snd_power_wait() by Takashi Iwai · 18 years ago
  73. 4fa95ef [PATCH] sound: Remove unneeded kmalloc() return value casts by Jesper Juhl · 18 years ago
  74. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  75. c6077b3 [ALSA] Fix memory leaks in error path of control.c by Takashi Iwai · 18 years ago
  76. e64d2e3 [ALSA] Fix seq_clientmgr dereferences before NULL check by Eugene Teo · 18 years ago
  77. 3a63e444 [ALSA] sound/core/: fix 3 off-by-one errors by Adrian Bunk · 18 years ago
  78. 6464940 [ALSA] make control.c suspend aware by Giuliano Pochini · 18 years ago
  79. b3b0abe [ALSA] return ENODEV for disconnected devices by Clemens Ladisch · 18 years ago
  80. 62c5549e [ALSA] Fix sleep in atomic in virmidi driver by Takashi Iwai · 18 years ago
  81. e661d0d [ALSA] pcm - Move PAUSE ioctl to common ioctl handler by Takashi Iwai · 18 years ago
  82. 2ba8c15 [ALSA] Removed unneeded page-reserve by Takashi Iwai · 18 years ago
  83. ea50888 [ALSA] Use dma_alloc_coherent() hack on i386 only by Takashi Iwai · 18 years ago
  84. c82590d [ALSA] Fix mulaw -> linear conversion in OSS PCM emulation by Takashi Iwai · 19 years ago
  85. 3f72a30 [ALSA] snd_pcm_format_name() is no longer exported by Jaroslav Kysela · 19 years ago
  86. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  87. 0534ab4 [ALSA] Clean up pcm-oss plugins by Takashi Iwai · 19 years ago
  88. 9d83911 [ALSA] Fix a typo by Takashi Iwai · 19 years ago
  89. 21a3479 [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optional by Jaroslav Kysela · 19 years ago
  90. 2fbf182 [PATCH] alsa: fix error paths in snd_ctl_elem_add() by Takashi Iwai · 18 years ago
  91. aa657ca [PATCH] Fix snd-usb-audio in 32-bit compat environment by Juergen Kreileder · 18 years ago
  92. d99e988 [ALSA] Remove BKL from sound/core/info.c by Ingo Molnar · 19 years ago
  93. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  94. 3e23c65 [ALSA] Revert the nested-device patch by Takashi Iwai · 19 years ago
  95. aa1e77e [ALSA] seq: reorganize sequencer client numbers by Clemens Ladisch · 19 years ago
  96. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  97. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  98. 255bd16 [ALSA] seq: remove superfluous fields by Clemens Ladisch · 19 years ago
  99. 235475c [ALSA] pcm - Fix wrong asserts by Takashi Iwai · 19 years ago
  100. 416c107 [ALSA] Nest sound devices by Clemens Ladisch · 19 years ago