summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_direct.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: Remove resume support from dmix & coTakashi Iwai2016-05-181-22/+2
* pcm: dmix: Fix doubly resume of slave PCMTakashi Iwai2016-05-111-0/+7
* pcm: Fix suspend/resume regression with dmix & coTakashi Iwai2016-05-111-0/+1
* pcm: fix 'unable to create IPC shm instance' caused by fork from a threadQing Cai2016-03-101-4/+10
* pcm: dmix: Handle slave PCM xrun and unexpected states properlyTakashi Iwai2015-11-051-0/+22
* pcm: dmix: Don't ignore SND_TIMER_EVENT_MSTOPTakashi Iwai2014-11-061-0/+1
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-2/+2
* pcm: initialize pcm_dmix monotonic fieldOlivier Langlois2014-01-231-0/+2
* pcm_direct: fix SEGFAULT when getgrnam_r() returns 0 and pgrp is NULLKrzysztof Hałasa2013-06-141-1/+1
* pcm_direct: fix the memory leak when parsing the slave definitionsJaroslav Kysela2013-06-041-9/+23
* snd_pcm_direct_parse_open_conf(): use thread-safe getgrnam_r()Jerome Forissier2013-01-301-4/+11
* PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai2012-09-131-3/+3
* Implement the channel mapping APITakashi Iwai2012-09-111-0/+18
* pcm direct plugins: drain() call might be blocked when threads are usedJaroslav Kysela2010-03-031-7/+14
* pcm_dmix: add support for S24_LE formatJaroslav Kysela2010-03-021-0/+1
* dmix - Fix snd_pcm_info()Takashi Iwai2009-09-281-1/+4
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Fix non-tread mode with PCM direct pluginsTakashi Iwai2008-07-311-1/+1
* Fix interleave check in pcm_direct.cTakashi Iwai2008-07-291-1/+1
* dmix - Enable auto format detection as defaultTakashi Iwai2008-01-181-1/+5
* Allow pcm slave string references for direct plugins (bug#2893).Jaroslav Kysela2008-01-151-1/+4
* SND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE changeJaroslav Kysela2008-01-111-1/+1
* Remove sleep_min and tickTakashi Iwai2008-01-081-4/+0
* Remove PCM xfer_alignTakashi Iwai2008-01-081-2/+0
* dmix: add U8 supportClemens Ladisch2007-12-101-0/+1
* Fix timestamp in status in PCM direct pluginsTakashi Iwai2007-11-211-0/+11
* Fix wrong return values in direct pluginsTakashi Iwai2007-11-161-3/+5
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
* dmix/dshare/dsnoop plugin: enable slowptr by defaultClemens Ladisch2007-05-211-1/+1
* fix a signedness warningClemens Ladisch2007-03-121-1/+1
* fix SNDERR() format strings/argumentsClemens Ladisch2007-02-121-2/+2
* Fix compile warning with internal functionTakashi Iwai2007-01-081-1/+1
* direct pcm plugins: fix format selectionClemens Ladisch2006-12-041-13/+17
* direct pcm plugins: fix channel number selectionClemens Ladisch2006-12-041-21/+3
* pcm: fix ipc offset calculation for direct pluginsJaroslav Kysela2006-10-231-3/+18
* fix various warningsJaroslav Kysela2006-10-061-1/+3
* fix parsing of non-decimal integers in configuration filesClemens Ladisch2006-09-181-8/+5
* Fix bogus pause flag on dmixTakashi Iwai2006-07-251-0/+2
* Fix segfault with bindings parameters of dmix/dshareTakashi Iwai2006-06-271-1/+2
* Initialize all fields of slave PCM instance of direct pluginsTakashi Iwai2006-06-161-24/+86
* Use O_APPEND mode with dmix & co pluginsTakashi Iwai2006-04-281-0/+46
* Add check of binding ranges in direct pluginsTakashi Iwai2006-04-261-7/+19
* Fix compile errorTakashi Iwai2006-04-181-1/+1
* Fix buffer size handling of direct pluginsTakashi Iwai2006-04-061-14/+30
* Fix noisy output of dmix with two periodsTakashi Iwai2006-03-241-1/+4
* Fix timer read from 32bit user-space on 64bit kernelTakashi Iwai2006-03-211-14/+8
* dmix - Allow more flexible buffer sizesTakashi Iwai2006-03-211-12/+48
* Fix infinite loop in snd_pcm_wait()Takashi Iwai2006-02-201-0/+9
* Fix fullduplex with dmix/dsnoopTakashi Iwai2006-02-171-1/+1
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-1/+30