aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Merge branch 'topic/pcm-drain-nonblock' into for-linusTakashi Iwai1-4/+8
2009-08-25Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-31/+8
2009-08-25sound: pcm_lib: fix unsorted list constraint handlingClemens Ladisch1-31/+8
2009-08-20ALSA: pcm - Fix drain behavior in non-blocking modeTakashi Iwai1-4/+8
2009-07-23ALSA: pcm - Fix hwptr buffer-size overlap bugTakashi Iwai1-1/+1
2009-07-23ALSA: pcm - Fix warnings in debug loggingsTakashi Iwai1-12/+12
2009-07-23ALSA: pcm - Add logging of hwptr updates and interrupt updatesTakashi Iwai1-0/+25
2009-07-22ALSA: pcm - Fix regressions with VMwareTakashi Iwai1-1/+10
2009-06-10Merge branch 'topic/pcm-jiffies-check' into for-linusTakashi Iwai1-19/+70
2009-06-08ALSA: pcm - A helper function to compose PCM stream name for debug printsTakashi Iwai1-6/+17
2009-06-07ALSA: pcm - Fix update of runtime->hw_ptr_interruptTakashi Iwai1-1/+2
2009-06-06ALSA: pcm - Fix a typo in hw_ptr update checkJaroslav Kysela1-1/+1
2009-06-05ALSA: Clean up 64bit division functionsTakashi Iwai1-1/+2
2009-05-29ALSA: PCM midlevel: lower jiffies check margin using runtime->delay valueJaroslav Kysela1-2/+10
2009-05-29ALSA: PCM midlevel: Do not update hw_ptr_jiffies when hw_ptr is not changedJaroslav Kysela1-2/+14
2009-05-29ALSA: PCM midlevel: introduce mask for xrun_debug() macroJaroslav Kysela1-9/+9
2009-05-29ALSA: PCM midlevel: improve fifo_size handlingJaroslav Kysela1-0/+19
2009-05-27ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug modeTakashi Iwai1-1/+8
2009-05-27ALSA: Fix invalid jiffies check after pauseTakashi Iwai1-1/+0
2009-04-28ALSA: pcm core - Avoid jiffies check for devices with BATCH flagTakashi Iwai1-0/+7
2009-04-10[ALSA] pcm-midlevel: Add more strict buffer position checks based on jiffiesJaroslav Kysela1-8/+39
2009-03-20ALSA: pcm - Safer boundary checksTakashi Iwai1-4/+5
2009-03-19ALSA: pcm - Fix delta calculation at boundary overlapTakashi Iwai1-2/+7
2009-03-19ALSA: pcm - Reset invalid position even without debug optionTakashi Iwai1-3/+7
2009-03-19ALSA: pcm - avoid unnecessary inlineTakashi Iwai1-5/+6
2009-03-19ALSA: pcm - Fix a typo in error messagesTakashi Iwai1-1/+1
2009-03-09ALSA: Rewrite hw_ptr updatersTakashi Iwai1-45/+83
2008-10-16ALSA: kernel docs: fix sound/core/ kernel-docRandy Dunlap1-24/+24
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-41/+61
2008-01-31[ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLEJaroslav Kysela1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Remove PCM sleep_min and tickTakashi Iwai1-110/+3
2008-01-31[ALSA] PCM - clean up snd_pcm_lib_read/writeTakashi Iwai1-140/+76
2008-01-31[ALSA] Remove PCM xfer_align sw paramsTakashi Iwai1-14/+4
2008-01-31[ALSA] Fix PCM write blockingTakashi Iwai1-2/+5
2008-01-31[ALSA] pcm_lib: fix sparse warning about different signednessMarcin Ślusarz1-1/+1
2008-01-31[ALSA] pcm_lib: fix sparse warning about shadowing 'n' symbolMarcin Ślusarz1-6/+10
2008-01-31[ALSA] Use posix clock monotonic for PCM and timer timestampsJaroslav Kysela1-1/+1
2008-01-31[ALSA] Fix PCM MMAP time-stamp modeTakashi Iwai1-2/+2
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-02-09[ALSA] Fix possible invalid memory access in PCM coreTakashi Iwai1-0/+5
2006-12-20[ALSA] pcm core: fix silence_start calculationsClemens Ladisch1-5/+3
2006-06-22[ALSA] Add O_APPEND flag support to PCMTakashi Iwai1-4/+4
2006-06-22[ALSA] Clean up ugly hacks in pcm_lib.cTakashi Iwai1-44/+26
2006-06-22[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai1-595/+54
2006-04-27[ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUGJaroslav Kysela1-3/+3
2006-03-31[ALSA] Clean up PCM codes (take 2)Takashi Iwai1-49/+0
2006-01-03[ALSA] pcm - Fix wrong assertsTakashi Iwai1-4/+3
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai1-161/+159
2005-11-04[ALSA] Use getnstimeofday()Takashi Iwai1-1/+1