summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_hw.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: remove alloca() from snd_pcm_hw_set_chmap()Takashi Sakamoto2016-07-141-8/+7
* pcm: remove alloca() from snd_pcm_hw_get_chmap()Takashi Sakamoto2016-07-141-8/+6
* pcm: remove alloca() from snd_pcm_query_chmaps_from_hw()Takashi Sakamoto2016-07-141-4/+3
* pcm: remove alloca() from snd_pcm_hw_change_timer()Takashi Sakamoto2016-07-141-6/+5
* pcm: change code formatting for snd_pcm_hw_change_timer()Takashi Sakamoto2016-07-141-7/+20
* pcm: Add thread-safety to PCM APITakashi Iwai2016-07-111-0/+3
* pcm: set error code at failure pathTakashi Sakamoto2016-07-111-0/+1
* pcm_hw: fix possible memory leak (coverity)Jaroslav Kysela2016-01-121-16/+20
* pcm: drop unused sys/shm.h inclusionMike Frysinger2015-11-051-1/+0
* pcm: add support for new STATUS_EXT ioctlPierre-Louis Bossart2015-07-021-4/+12
* Revert "pcm: rewindable, forwardable: don't return stale data"Jaroslav Kysela2014-09-141-6/+0
* pcm: rewindable, forwardable: don't return stale dataAlexander E. Patrakov2014-09-131-0/+6
* pcm: handle negative values from snd_pcm_mmap_hw_availAlexander E. Patrakov2014-09-131-1/+1
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-1/+0
* pcm: Implement timestamp type setup in hw pluginTakashi Iwai2014-07-141-5/+32
* pcm: Fix channel map query when there are lots of mapsAnssi Hannula2014-06-081-1/+1
* pcm_hw: Fix buffer overflow in chmapDavid Henningsson2013-06-141-1/+1
* pcm_hw: Remove unused fields in structDavid Henningsson2013-05-301-2/+0
* Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai2012-11-261-18/+18
* PCM: Use compounds for overriding / enhancing chmapsTakashi Iwai2012-09-131-13/+12
* PCM: Add chmap options to hw and null pluginsTakashi Iwai2012-09-131-0/+28
* PCM: Implement snd_pcm_query_chmaps_from_hw()Takashi Iwai2012-09-131-41/+76
* PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai2012-09-131-15/+16
* Cache the chmap operation errorsTakashi Iwai2012-09-111-12/+54
* Implement the channel mapping APITakashi Iwai2012-09-111-0/+178
* pcm_hw - show errno codesJaroslav Kysela2010-03-101-36/+36
* Fix snd_pcm_sw_params_set_period_event() implementationJaroslav Kysela2010-02-231-2/+2
* pcm: Close event timer in pcm_hw pluginJaroslav Kysela2009-12-211-12/+14
* Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont2009-11-081-12/+0
* pcm_hw: Always use delay ioctl in snd_pcm_delay()Kai Vehmanen2009-09-111-22/+0
* pcm_hw plugin: show appl_ptr and hw_ptr in dump() callbackJaroslav Kysela2009-04-091-0/+2
* pcm_hw plugin: preserve monotonic flag also after snd_pcm_hw_params() callJaroslav Kysela2009-04-081-0/+2
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-5/+5
* alsa-lib: Make sure SND_PCM_NO_xxx flags don't get lost when nonblocking mode...Lennart Poettering2008-08-311-1/+7
* Fix compile warnings in pcm_hw.cTakashi Iwai2008-06-061-1/+2
* Implemented snd_pcm_sw_params_(set|get)_period_event for interrupt wakeup lik...Jaroslav Kysela2008-05-091-1/+172
* implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela2008-04-211-3/+13
* added snd_pcm_hw_params_is_monotonic/can_forward/can_rewind functionsJaroslav Kysela2008-04-111-0/+7
* fix compilation in pcm/pcm_hw.c - monotonic clockJaroslav Kysela2008-04-101-2/+2
* Fix the build with old glibcTakashi Iwai2008-03-071-1/+1
* check availability of CLOCK_MONOTONICClemens Ladisch2008-01-141-6/+9
* pcm hw plugin: use TSTAMP only with old driversClemens Ladisch2008-01-141-8/+8
* pcm hw plugin: fix TTSTAMP version checkClemens Ladisch2008-01-141-1/+1
* Impemented snd_pcm_htimestamp() function.Jaroslav Kysela2008-01-091-0/+21
* Add support for monotonic timestampsJaroslav Kysela2008-01-091-3/+14
* Remove sleep_min and tickTakashi Iwai2008-01-081-1/+0
* Remove PCM xfer_alignTakashi Iwai2008-01-081-1/+0
* Added SNDRV_PCM_IOCTL_TTSTAMP and updated PCM API version to 2.0.9Jaroslav Kysela2007-12-171-1/+1
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
* Don't set PCM pointer at error in snd_pcm_hw_open()Takashi Iwai2007-08-061-2/+2