1. 09e56df ALSA: pcm: Use standard printk helpers by Takashi Iwai · 10 years ago
  2. ed697e1 ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function by JongHo Kim · 11 years ago
  3. 74d779a ALSA: pcm: Use snd_printd_ratelimit() by Tim Gardner · 11 years ago
  4. e6c2e7e ALSA: Constify the snd_pcm_substream struct ops field by Lars-Peter Clausen · 11 years ago
  5. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 11 years ago
  6. 4eeaaea ALSA: core: add hooks for audio timestamps by Pierre-Louis Bossart · 12 years ago
  7. 0e8014d ALSA: core: keep track of boundary wrap-around by Pierre-Louis Bossart · 12 years ago
  8. 5efbc26 ALSA: Fix leftover chmap UNKNOWN -> MONO conversions by Takashi Iwai · 12 years ago
  9. 2dc6fbf ALSA: pcm - Use UNKNOWN chmap for mono streams by Takashi Iwai · 12 years ago
  10. 6e67683 ALSA: Remove VOLATILE flag from chmap ctls by Takashi Iwai · 12 years ago
  11. 2d3391e ALSA: PCM: channel mapping API implementation by Takashi Iwai · 12 years ago
  12. 1464189 ALSA: pcm: Make constraints lists const by Mark Brown · 12 years ago
  13. 3509a03 ALSA: core: group read of pointer, tstamp and jiffies by Pierre-Louis Bossart · 12 years ago
  14. 0910c21 ALSA: pcm - Optimize the call of snd_pcm_update_hw_ptr() in read/write loop by Takashi Iwai · 12 years ago
  15. 4af87a9 ALSA: pcm: Constify the list in snd_pcm_hw_constraint_list by Mark Brown · 12 years ago
  16. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  17. d5b702a ALSA: pcm: add snd_pcm_hw_rule_noresample() by Clemens Ladisch · 13 years ago
  18. 763437a ALSA: pcm - fix race condition in wait_for_avail() by Arjan van de Ven · 13 years ago
  19. acb03d4 ALSA: Make snd_pcm_debug_name usable outside pcm_lib by Eliot Blennerhassett · 13 years ago
  20. f2b3614 ALSA: PCM - Don't check DMA time-out too shortly by Takashi Iwai · 13 years ago
  21. 217658f ALSA: sound, core, pcm_lib: fix xrun_log by Ben Gardiner · 13 years ago
  22. ec08b14 ALSA: sound, core, pcm_lib: xrun_log: log also in_interrupt by Ben Gardiner · 13 years ago
  23. 12ff414 ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() by Kelly Anderson · 13 years ago
  24. e38302f Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  25. 87a1c8a ALSA: pcm: remember to always call va_end() on stuff that we va_start() by Jesper Juhl · 14 years ago
  26. 47228e4 ALSA: pcm: optimize xrun detection in no-period-wakeup mode by Clemens Ladisch · 14 years ago
  27. 59ff878 ALSA: pcm: detect xruns in no-period-wakeup mode by Clemens Ladisch · 14 years ago
  28. ab69a49 ALSA: pcm: support for period wakeup disabling by Clemens Ladisch · 14 years ago
  29. c80c1d5 ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons by Joe Perches · 14 years ago
  30. bd76af0 ALSA: pcm midlevel code - add time check for double interrupt acknowledge by Jaroslav Kysela · 14 years ago
  31. 9e216e8 ALSA: pcm core - add a safe check to the silence filling function by Jaroslav Kysela · 14 years ago
  32. 5daeba3 ALSA: pcm_lib: avoid timing jitter in snd_pcm_read/write() by David Dillow · 14 years ago
  33. b406e61 ALSA: pcm: fix delta calculation at boundary wraparound by Clemens Ladisch · 14 years ago
  34. ead4046 ALSA: pcm: fix the fix of the runtime->boundary calculation by Clemens Ladisch · 14 years ago
  35. 0f17014 ALSA: pcm_lib - fix xrun functionality by Jarkko Nikula · 14 years ago
  36. d0d2c38e Merge remote branch 'alsa/devel' into topic/misc by Takashi Iwai · 14 years ago
  37. e763692 ALSA: pcm_lib - return back hw_ptr_interrupt by Jaroslav Kysela · 14 years ago
  38. 8b296c8 Merge remote branch 'alsa/devel' into topic/misc by Takashi Iwai · 14 years ago
  39. c91a988 ALSA: pcm_core: Fix wake_up() optimization by Jaroslav Kysela · 14 years ago
  40. 47e9134 Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/misc by Takashi Iwai · 14 years ago
  41. ed69c6a ALSA: pcm_lib - fix wrong delta print for jiffies check by Jaroslav Kysela · 14 years ago
  42. a29fb94 Merge commit alsa/devel into topic/misc by Takashi Iwai · 14 years ago
  43. a4ad68d Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into devel by Jaroslav Kysela · 14 years ago
  44. 7b3a177 ALSA: pcm_lib: fix "something must be really wrong" condition by Jaroslav Kysela · 14 years ago
  45. 1250932 ALSA: pcm_lib - optimize wake_up() calls for PCM I/O by Jaroslav Kysela · 14 years ago
  46. f240406 ALSA: pcm_lib - cleanup & merge hw_ptr update functions by Jaroslav Kysela · 14 years ago
  47. 4d96eb2 ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positions by Jaroslav Kysela · 15 years ago
  48. 741b20c ALSA: pcm_lib.c - convert second xrun_debug() parameter to use defines by Jaroslav Kysela · 15 years ago
  49. 8374e24 ALSA: refine rate selection in snd_interval_ratnum() by Krzysztof Helt · 15 years ago
  50. 40962d7 ALSA: fix incorrect rounding direction in snd_interval_ratnum() by Krzysztof Helt · 15 years ago
  51. 2c0d19a Merge branch 'topic/pcm-drain-nonblock' into for-linus by Takashi Iwai · 15 years ago
  52. a206e94 Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  53. b1ddaf6 sound: pcm_lib: fix unsorted list constraint handling by Clemens Ladisch · 15 years ago
  54. 4cdc115 ALSA: pcm - Fix drain behavior in non-blocking mode by Takashi Iwai · 15 years ago
  55. 947ca21 ALSA: pcm - Fix hwptr buffer-size overlap bug by Takashi Iwai · 15 years ago
  56. 8935064 ALSA: pcm - Fix warnings in debug loggings by Takashi Iwai · 15 years ago
  57. cedb811 ALSA: pcm - Add logging of hwptr updates and interrupt updates by Takashi Iwai · 15 years ago
  58. 79452f0 ALSA: pcm - Fix regressions with VMware by Takashi Iwai · 15 years ago
  59. 3b88bc52 Merge branch 'topic/pcm-jiffies-check' into for-linus by Takashi Iwai · 15 years ago
  60. c007011 ALSA: pcm - A helper function to compose PCM stream name for debug prints by Takashi Iwai · 15 years ago
  61. ab1863f ALSA: pcm - Fix update of runtime->hw_ptr_interrupt by Takashi Iwai · 15 years ago
  62. d86bf92 ALSA: pcm - Fix a typo in hw_ptr update check by Jaroslav Kysela · 15 years ago
  63. 3f7440a ALSA: Clean up 64bit division functions by Takashi Iwai · 15 years ago
  64. a4444da ALSA: PCM midlevel: lower jiffies check margin using runtime->delay value by Jaroslav Kysela · 15 years ago
  65. 13f040f ALSA: PCM midlevel: Do not update hw_ptr_jiffies when hw_ptr is not changed by Jaroslav Kysela · 15 years ago
  66. c62a01a ALSA: PCM midlevel: introduce mask for xrun_debug() macro by Jaroslav Kysela · 15 years ago
  67. 8bea869 ALSA: PCM midlevel: improve fifo_size handling by Jaroslav Kysela · 15 years ago
  68. c87d973 ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug mode by Takashi Iwai · 15 years ago
  69. 6af3fb7 ALSA: Fix invalid jiffies check after pause by Takashi Iwai · 15 years ago
  70. 3e5b501 ALSA: pcm core - Avoid jiffies check for devices with BATCH flag by Takashi Iwai · 15 years ago
  71. bbf6ad1 [ALSA] pcm-midlevel: Add more strict buffer position checks based on jiffies by Jaroslav Kysela · 15 years ago
  72. 8b22d94 ALSA: pcm - Safer boundary checks by Takashi Iwai · 15 years ago
  73. ded652f ALSA: pcm - Fix delta calculation at boundary overlap by Takashi Iwai · 15 years ago
  74. 5f513e1 ALSA: pcm - Reset invalid position even without debug option by Takashi Iwai · 15 years ago
  75. 9820464 ALSA: pcm - avoid unnecessary inline by Takashi Iwai · 15 years ago
  76. cad377a ALSA: pcm - Fix a typo in error messages by Takashi Iwai · 15 years ago
  77. ed3da3d ALSA: Rewrite hw_ptr updaters by Takashi Iwai · 15 years ago
  78. 1c85cc6 ALSA: kernel docs: fix sound/core/ kernel-doc by Randy Dunlap · 16 years ago
  79. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  80. 8c12158 [ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLE by Jaroslav Kysela · 16 years ago
  81. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 16 years ago
  82. 31e8960 [ALSA] Remove PCM sleep_min and tick by Takashi Iwai · 16 years ago
  83. 1307551 [ALSA] PCM - clean up snd_pcm_lib_read/write by Takashi Iwai · 16 years ago
  84. d948035 [ALSA] Remove PCM xfer_align sw params by Takashi Iwai · 16 years ago
  85. fa5717f [ALSA] Fix PCM write blocking by Takashi Iwai · 16 years ago
  86. 67c3931 [ALSA] pcm_lib: fix sparse warning about different signedness by Marcin Ślusarz · 17 years ago
  87. be3e011 [ALSA] pcm_lib: fix sparse warning about shadowing 'n' symbol by Marcin Ślusarz · 17 years ago
  88. b751eef [ALSA] Use posix clock monotonic for PCM and timer timestamps by Jaroslav Kysela · 17 years ago
  89. 7c7fc2d [ALSA] Fix PCM MMAP time-stamp mode by Takashi Iwai · 17 years ago
  90. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  91. 0981a26 [ALSA] Fix possible invalid memory access in PCM core by Takashi Iwai · 17 years ago
  92. 9a826dd [ALSA] pcm core: fix silence_start calculations by Clemens Ladisch · 18 years ago
  93. 0df63e4 [ALSA] Add O_APPEND flag support to PCM by Takashi Iwai · 18 years ago
  94. 2f4ca8e [ALSA] Clean up ugly hacks in pcm_lib.c by Takashi Iwai · 18 years ago
  95. e88e8ae6 [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module by Takashi Iwai · 18 years ago
  96. 61fb63c [ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUG by Jaroslav Kysela · 18 years ago
  97. 3bf75f9 [ALSA] Clean up PCM codes (take 2) by Takashi Iwai · 18 years ago
  98. 235475c [ALSA] pcm - Fix wrong asserts by Takashi Iwai · 19 years ago
  99. 877211f [ALSA] Remove xxx_t typedefs: PCM by Takashi Iwai · 19 years ago
  100. 07799e7 [ALSA] Use getnstimeofday() by Takashi Iwai · 19 years ago