aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* snd/PCM: fasync BKL pushdownJonathan Corbet2008-07-021-2/+6
* latency.c: use QoS infrastructureMark Gross2008-02-051-4/+7
* [ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLEJaroslav Kysela2008-01-311-1/+7
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Remove PCM sleep_min and tickTakashi Iwai2008-01-311-30/+0
* [ALSA] Remove PCM xfer_align sw paramsTakashi Iwai2008-01-311-13/+0
* [ALSA] PCM core - remove SNDRV_PCM_TSTAMP_MMAP condition in snd_pcm_status()Jaroslav Kysela2008-01-311-7/+2
* [ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries)Jaroslav Kysela2008-01-311-0/+2
* [ALSA] pcm_native: fix sparse warning about shadowing 'state' symbolMarcin Ĺšlusarz2008-01-311-3/+3
* [ALSA] alsa: nopageNick Piggin2008-01-311-34/+25
* [ALSA] Use posix clock monotonic for PCM and timer timestampsJaroslav Kysela2008-01-311-5/+20
* [ALSA] Fix PCM MMAP time-stamp modeTakashi Iwai2008-01-311-1/+1
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.cClemens Ladisch2007-10-161-1/+7
* [ALSA] Fix substream to check in PCM drainTakashi Iwai2007-07-201-1/+1
* [ALSA] pcm_native: lockdep warning when launching jackFrederik Deweerdt2007-05-111-1/+2
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-17/+10
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert soundJosef Sipek2006-12-081-1/+1
* [PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin2006-12-071-5/+5
* [ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai2006-11-281-2/+4
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-20/+20
* [PATCH] maximum latency tracking: ALSA supportTakashi Iwai2006-10-011-1/+22
* [ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai2006-09-231-39/+10
* [ALSA] Remove bogus check of mmap_count in snd_pcm_release()Takashi Iwai2006-06-221-1/+0
* [ALSA] Fix pcm-draining of capture stream in PCM middle layerTakashi Iwai2006-06-221-2/+0
* [ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai2006-06-221-5/+5
* [ALSA] Add O_APPEND flag support to PCMTakashi Iwai2006-06-221-26/+55
* [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai2006-06-221-1/+20
* [ALSA] Fix Oops of PCM OSS emulationTakashi Iwai2006-04-121-2/+4
* [ALSA] Clean up PCM codes (take 2)Takashi Iwai2006-03-311-51/+57
* [ALSA] Tiny clean up of PCM codesTakashi Iwai2006-03-311-26/+13
* [ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai2006-03-311-5/+5
* [ALSA] pcm - Move PAUSE ioctl to common ioctl handlerTakashi Iwai2006-03-221-8/+8
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-6/+6
* [ALSA] pcm - Make the support of old API selectableTakashi Iwai2006-01-031-0/+6
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-031-13/+27
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-031-32/+21
* [ALSA] pcm - NULL check in snd_pcm_suspend*()Takashi Iwai2006-01-031-0/+6
* [ALSA] Remove xxx_t typedefs: PCMTakashi Iwai2006-01-031-291/+332
* [ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch2005-11-041-1/+0
* [ALSA] Use getnstimeofday()Takashi Iwai2005-11-041-10/+4
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-041-1/+2
* [PATCH] core remove PageReservedNick Piggin2005-10-291-6/+3
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-121-1/+1
* [ALSA] Fix DocBook warningsTakashi Iwai2005-09-121-0/+9
* [ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela2005-08-301-2/+2
* [ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese2005-08-301-7/+3
* [ALSA] Fix races between PCM drain and other opsTakashi Iwai2005-06-221-34/+36