summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)AuthorFilesLines
2014-02-26autotools: update stylePatrick Welche1-1/+1
2014-02-24Portability fix: look for sys/endian.h as well as endian.hPatrick Welche1-1/+0
2014-02-11alsa-lib: heavy pcm atomics cleanupRiku Voipio1-3/+6
2014-01-24pcm: use CLOCK_REALTIME for non-monotonic tsOlivier Langlois1-2/+6
2014-01-23pcm: initialize monotonic field for dshare and dsnoop, tooTakashi Iwai2-2/+2
2014-01-23pcm: initialize pcm_dmix monotonic fieldOlivier Langlois2-1/+3
2014-01-06alsa-lib: minor typo in pcm docOlivier Langlois1-1/+1
2013-12-13minor malloc changesOlivier Langlois1-1/+1
2013-11-27dmix: Don't use assert() and abort()Takashi Iwai1-2/+2
2013-11-18pcm_file: document new argument to snd_pcm_file_open().Andrey Mazo1-0/+1
2013-11-17pcm_file: don't touch infile on playback and output file on capture.Andrey Mazo1-13/+9
2013-11-17pcm_file: fixed memory leak.Andrey Mazo1-0/+2
2013-11-17pcm_file: fix SEGFAULT if file option is missing while infile is not.Andrey Mazo1-1/+1
2013-08-08pcm: Fix a wrong value shown in the error message in rate pluginLaurentiu Nicola1-1/+1
2013-06-14pcm_direct: fix SEGFAULT when getgrnam_r() returns 0 and pgrp is NULLKrzysztof Hałasa1-1/+1
2013-06-14pcm_hw: Fix buffer overflow in chmapDavid Henningsson1-1/+1
2013-06-05chmap: Always succeed setting the map to what it already isDavid Henningsson1-0/+11
2013-06-04pcm_direct: fix the memory leak when parsing the slave definitionsJaroslav Kysela1-9/+23
2013-05-30pcm_plugin: Fix return value of snd_pcm_rewindDavid Henningsson1-2/+2
2013-05-30pcm_hw: Remove unused fields in structDavid Henningsson1-2/+0
2013-05-23pcm: Fix typo in documentation: PREPARE → PREPARED.Jordi Mallach1-1/+1
2013-04-18bring pcm.h and pcm.c in sync with the kernel listDaniel Mack1-0/+12
2013-04-18pcm.c: fix indentationDaniel Mack1-4/+4
2013-04-09pcm: direct plugins: do more safe IPC semaphore handlingJaroslav Kysela4-12/+28
2013-04-08control, pcm: implement snd_ctl_abort() and snd_pcm_abort() functionsJaroslav Kysela2-2/+8
2013-04-05pcm: fix typo, should be SND_PCM_STATE_PREPARED.Daniel Svensson1-1/+1
2013-03-20pcm: fix and optimize snd_pcm_areas_copy functionJaroslav Kysela1-11/+17
2013-01-30snd_pcm_direct_parse_open_conf(): use thread-safe getgrnam_r()Jerome Forissier1-4/+11
2012-12-04PCM: Fix conflict of _snd_pcm_hw_params definitionsTakashi Iwai8-8/+9
2012-11-26PCM: shut up a compile "unused parameter" compile warning in pcm_multi.cTakashi Iwai1-1/+1
2012-11-26PCM: Add more chmap definitions for UAC2Takashi Iwai1-0/+12
2012-11-26Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai4-25/+35
2012-11-13PCM: Avoid busy loop in snd_pcm_write_areas() with rate pluginTakashi Iwai10-5/+37
2012-10-30Reduce compilation warningsJaroslav Kysela6-16/+5
2012-10-30PCM: Fix memory leak for pcm empty and asym pluginsJaroslav Kysela1-1/+6
2012-10-25pcm: support for audio timestampsPierre-Louis Bossart1-0/+31
2012-10-10PCM: Fix the invalid snd_pcm_close() calls in rate pluginTakashi Iwai1-4/+4
2012-09-21PCM: Fix infinite loop in htimestamp of dmix, dsnoop and dshare pluginsTakashi Iwai3-0/+3
2012-09-20PCM: Fill SND_CHMAP_NA to silent channels in route pluginTakashi Iwai1-1/+3
2012-09-13PCM: A few doxygen fixes for chmap stuffTakashi Iwai1-0/+43
2012-09-13PCM: Fix the conversion from string to chmap positionTakashi Iwai1-10/+27
2012-09-13PCM: Define MONO and other channel map positionsTakashi Iwai1-3/+11
2012-09-13PCM: Use compounds for overriding / enhancing chmapsTakashi Iwai4-35/+134
2012-09-13PCM: Add the missing query_chmaps for route pluginTakashi Iwai1-5/+19
2012-09-13PCM: Add chmap options to hw and null pluginsTakashi Iwai4-1/+111
2012-09-13PCM: Add query_chmaps support to multi pluginTakashi Iwai1-41/+111
2012-09-13PCM: Add snd_pcm_chmap_long_name()Takashi Iwai1-0/+32
2012-09-13PCM: Add string conversion helper functions for chmapTakashi Iwai1-0/+142
2012-09-13PCM: Implement snd_pcm_query_chmaps_from_hw()Takashi Iwai1-41/+76
2012-09-13PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai11-57/+61