aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-4/+4
2009-09-21ALSA: pcm - Simplify snd_pcm_drain() implementationTakashi Iwai1-53/+20
2009-09-10Merge branch 'topic/pcm-estrpipe-in-pm' into for-linusTakashi Iwai1-0/+12
2009-08-20ALSA: pcm - Fix drain behavior in non-blocking modeTakashi Iwai1-23/+29
2009-08-03ALSA: pcm - Tell user that stream to be rewound is suspendedLubomir Rintel1-0/+12
2009-06-22sound: fix check for return value in snd_pcm_hw_refineMariusz Kozlowski1-1/+1
2009-05-29ALSA: PCM midlevel: improve fifo_size handlingJaroslav Kysela1-3/+12
2009-05-29Merge branch 'fix/pcm-jiffies-check' into topic/pcm-jiffies-checkTakashi Iwai1-0/+6
2009-05-27ALSA: Fix invalid jiffies check after pauseTakashi Iwai1-0/+6
2009-05-05ALSA: Add extra delay count in PCMTakashi Iwai1-3/+5
2009-04-14ALSA: sound/core: use memdup_user()Li Zefan1-58/+35
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-3/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet1-3/+1
2009-02-05ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai1-3/+3
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-16ALSA: kernel docs: fix sound/core/ kernel-docRandy Dunlap1-16/+8
2008-09-04ALSA: add dummy function to support shared mmap in nommu Blackfin archCliff Cai1-0/+13
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-63/+64
2008-09-25ALSA: remove unneeded power_mutex lock in snd_pcm_dropTakashi Iwai1-10/+3
2008-08-06Revert "pcm_native.c: remove unused label"Linus Torvalds1-0/+1
2008-08-06pcm_native.c: remove unused labelLinus Torvalds1-1/+0
2008-07-02snd/PCM: fasync BKL pushdownJonathan Corbet1-2/+6
2008-02-05latency.c: use QoS infrastructureMark Gross1-4/+7
2008-01-31[ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLEJaroslav Kysela1-1/+7
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Remove PCM sleep_min and tickTakashi Iwai1-30/+0
2008-01-31[ALSA] Remove PCM xfer_align sw paramsTakashi Iwai1-13/+0
2008-01-31[ALSA] PCM core - remove SNDRV_PCM_TSTAMP_MMAP condition in snd_pcm_status()Jaroslav Kysela1-7/+2
2008-01-31[ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries)Jaroslav Kysela1-0/+2
2008-01-31[ALSA] pcm_native: fix sparse warning about shadowing 'state' symbolMarcin Ĺšlusarz1-3/+3
2008-01-31[ALSA] alsa: nopageNick Piggin1-34/+25
2008-01-31[ALSA] Use posix clock monotonic for PCM and timer timestampsJaroslav Kysela1-5/+20
2008-01-31[ALSA] Fix PCM MMAP time-stamp modeTakashi Iwai1-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.cClemens Ladisch1-1/+7
2007-07-20[ALSA] Fix substream to check in PCM drainTakashi Iwai1-1/+1
2007-05-11[ALSA] pcm_native: lockdep warning when launching jackFrederik Deweerdt1-1/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-17/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert soundJosef Sipek1-1/+1
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-5/+5
2006-11-28[ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai1-2/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-20/+20
2006-10-01[PATCH] maximum latency tracking: ALSA supportTakashi Iwai1-1/+22
2006-09-23[ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai1-39/+10
2006-06-22[ALSA] Remove bogus check of mmap_count in snd_pcm_release()Takashi Iwai1-1/+0
2006-06-22[ALSA] Fix pcm-draining of capture stream in PCM middle layerTakashi Iwai1-2/+0
2006-06-22[ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai1-5/+5
2006-06-22[ALSA] Add O_APPEND flag support to PCMTakashi Iwai1-26/+55