1. a8ff48c ALSA: pcm: Free chmap at PCM free callback, too by Takashi Iwai · 8 years ago
  2. 0052b7d ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type because this structure had been removed by Takashi Sakamoto · 9 years ago
  3. 60b9303 ALSA: pcm: Fix pcm_class sysfs output by Takashi Iwai · 9 years ago
  4. cd6a650 ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS by Jie Yang · 9 years ago
  5. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  6. b202213 ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect() by Takashi Iwai · 9 years ago
  7. 646e1dd ALSA: pcm: Don't notify internal PCMs by Takashi Iwai · 9 years ago
  8. b95bd3a ALSA: pcm: Don't add internal PCMs to PCM device list by Takashi Iwai · 9 years ago
  9. ad876c8 ALSA: pcm: Minor refactoring in snd_pcm_attach_substream() by Takashi Iwai · 9 years ago
  10. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 10 years ago
  11. ef46c7a ALSA: pcm: Embed struct device by Takashi Iwai · 10 years ago
  12. 23c18d4 ALSA: control: Provide a helper to look for the preferred subdevice by Takashi Iwai · 10 years ago
  13. 92b7952 ALSA: Allow to pass the device object to snd_register_device*() by Takashi Iwai · 10 years ago
  14. 5031466 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  15. d42472e ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample format by Jussi Laako · 10 years ago
  16. 2b30d41 ALSA: pcm: Add xrun_injection proc entry by Takashi Iwai · 10 years ago
  17. 30b771c ALSA: pcm: More kerneldoc updates by Takashi Iwai · 10 years ago
  18. d4288d3 ALSA: pcm: add new DSD sampleformat for native DSD playback on XMOS based devices by Jurgen Kramer · 10 years ago
  19. 257f8cc ALSA: pcm: Allow nonatomic trigger operations by Takashi Iwai · 10 years ago
  20. caa751b ALSA: Create sysfs attribute files via groups by Takashi Iwai · 10 years ago
  21. 09e56df ALSA: pcm: Use standard printk helpers by Takashi Iwai · 10 years ago
  22. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 10 years ago
  23. a4461f4 ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM by Russell King · 11 years ago
  24. ef7a4f9 ALSA: add DSD formats by Daniel Mack · 11 years ago
  25. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 11 years ago
  26. 51d503d ALSA: PCM: Remove redundant null check before kfree by Sachin Kamat · 12 years ago
  27. 0914f79 ALSA: Avoid endless sleep after disconnect by Takashi Iwai · 12 years ago
  28. 9b0573c ALSA: PCM: Fix some races at disconnection by Takashi Iwai · 12 years ago
  29. 2d3391e ALSA: PCM: channel mapping API implementation by Takashi Iwai · 12 years ago
  30. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  31. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
  32. 945e503 ALSA: PCM - Add PCM creation API for internal PCMs. by Liam Girdwood · 12 years ago
  33. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  34. fea952e ALSA: core: sparse cleanups by Clemens Ladisch · 13 years ago
  35. 4e83998 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 14 years ago
  36. 901d46d ALSA: pcm - Fix race with proc files by Takashi Iwai · 14 years ago
  37. 9fe856e sound: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  38. 7a28826 ALSA: pcm: add more format names by Dan Carpenter · 14 years ago
  39. ed77134 PM QOS update by Mark Gross · 14 years ago
  40. c91a988 ALSA: pcm_core: Fix wake_up() optimization by Jaroslav Kysela · 15 years ago
  41. 4d96eb2 ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positions by Jaroslav Kysela · 15 years ago
  42. e7373b7 sound: pcm: record a substream's owner process by Clemens Ladisch · 15 years ago
  43. 25d27ed control: use reference-counted pid by Clemens Ladisch · 15 years ago
  44. 4b3be6a ALSA: sound: Move dereference after NULL test and drop unnecessary NULL tests by Julia Lawall · 15 years ago
  45. 6e5265e ALSA: Re-export snd_pcm_format_name() function by Takashi Iwai · 15 years ago
  46. e0d2054 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 15 years ago
  47. 85122ea ALSA: Remove unneeded snd_pcm_substream.timer_lock by Takashi Iwai · 15 years ago
  48. e616165 ALSA: snd_pcm_new api cleanup by Tim Blechmann · 15 years ago
  49. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  50. f90c06a ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE by Pawel MOLL · 16 years ago
  51. 896e6cc sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE" by Jaroslav Kysela · 16 years ago
  52. 9423969 ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE by Pawel MOLL · 16 years ago
  53. 399ccdc ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() by Takashi Iwai · 16 years ago
  54. 8c12158 [ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLE by Jaroslav Kysela · 17 years ago
  55. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  56. 31e8960 [ALSA] Remove PCM sleep_min and tick by Takashi Iwai · 17 years ago
  57. d948035 [ALSA] Remove PCM xfer_align sw params by Takashi Iwai · 17 years ago
  58. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  59. c2902c8 [PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATED by Takashi Iwai · 17 years ago
  60. 9244b2c [ALSA] alsa core: convert to list_for_each_entry* by Johannes Berg · 18 years ago
  61. c78085f [ALSA] alsa core: add struct device pointer to struct snd_pcm by Johannes Berg · 18 years ago
  62. 4d36128 [ALSA] sound: fix PCM substream list by Akinobu Mita · 18 years ago
  63. d80f19f Driver core: convert sound core to use struct device by Greg Kroah-Hartman · 18 years ago
  64. 9442e69 [PATCH] maximum latency tracking: ALSA support by Takashi Iwai · 18 years ago
  65. 9d19f48 [ALSA] Add pcm_class attribute to PCM sysfs entry by Takashi Iwai · 18 years ago
  66. 2529bba [ALSA] Fix substream selection in PCM and rawmidi by Takashi Iwai · 18 years ago
  67. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  68. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  69. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  70. 9c323fc [ALSA] Fix mmap_count with O_APPEND opened streams by Takashi Iwai · 18 years ago
  71. 0df63e4 [ALSA] Add O_APPEND flag support to PCM by Takashi Iwai · 18 years ago
  72. d689e34b [ALSA] Remove spinlocks around proc prints by Takashi Iwai · 18 years ago
  73. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  74. e88e8ae6 [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module by Takashi Iwai · 18 years ago
  75. b7d90a3 [ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=n by Takashi Iwai · 18 years ago
  76. 61fb63c [ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUG by Jaroslav Kysela · 18 years ago
  77. 12831c1 [ALSA] sound/core/pcm.c: make snd_pcm_format_name() static by Adrian Bunk · 18 years ago
  78. 3bf75f9 [ALSA] Clean up PCM codes (take 2) by Takashi Iwai · 18 years ago
  79. bf1bbb5 [ALSA] Tiny clean up of PCM codes by Takashi Iwai · 18 years ago
  80. 3f72a30 [ALSA] snd_pcm_format_name() is no longer exported by Jaroslav Kysela · 19 years ago
  81. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  82. 21a3479 [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optional by Jaroslav Kysela · 19 years ago
  83. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  84. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  85. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  86. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  87. 877211f [ALSA] Remove xxx_t typedefs: PCM by Takashi Iwai · 19 years ago
  88. 7c22f1a [ALSA] Remove snd_runtime_check() macro by Takashi Iwai · 19 years ago
  89. ca2c096 [ALSA] Replace with kzalloc() - core stuff by Takashi Iwai · 19 years ago
  90. 123992f [ALSA] sound/core/: possible cleanups by Adrian Bunk · 19 years ago
  91. 9502dca [ALSA] Export missing snd_pcm_format_*() by Takashi Iwai · 19 years ago
  92. bd7bf04 [ALSA] Fix permissions in some /proc files by Takashi Iwai · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago