summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: audio_time - fix timestamp2ns() and usage()Jaroslav Kysela2021-04-131-3/+2
* test/audio_time: Make use of SND_PCM_AUDIO_TSTAMP_TYPE constantsDavid Henningsson2020-12-171-13/+13
* test: pcm_min - add snd_pcm_drain() call and indentation fixesJaroslav Kysela2020-05-031-24/+26
* Printf unsigned longs with %lu instead of %ld (playmidi1.c)Quipyowert22019-04-091-8/+8
* Printf unsigned ints with %u instead of %i (pcm.c)Quipyowert22019-04-091-8/+8
* Printf unsigned long longs with %llu (mixtest.c)Quipyowert22019-04-091-10/+10
* Printf unsigned longs with %lu instead of %li (midifile.c)Quipyowert22019-04-091-6/+6
* Printf unsigned long with %lu instead of %li (latency.c)Quipyowert22019-04-091-1/+1
* test/latency: use frame bytes correctly in writebuf()Jaroslav Kysela2019-03-011-1/+2
* test/audio_time: remove unused variablesJaroslav Kysela2018-10-241-2/+0
* test: rename code to more approriate mixtestJaroslav Kysela2018-10-242-1/+1
* test/code: make it work againJaroslav Kysela2018-10-241-19/+21
* test/latecy: fix typo in tstamp compareJaroslav Kysela2018-10-241-1/+1
* test: use position offset macro of TLV dataTakashi Sakamoto2018-05-151-1/+1
* test: correct emulation for channel-map TLVTakashi Sakamoto2017-11-241-9/+15
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-143-3/+3
* test: obsolete usage of APIs of dimensional informationTakashi Sakamoto2017-11-131-31/+0
* test/seq-decoder: enable timestamping for external subscribersAntonio Ospite2017-10-031-0/+6
* test: apply optimization for v4.14 kernel about changes for TLV data handling...Takashi Sakamoto2017-08-241-11/+73
* test: add a test for list operation to user-defined element setsTakashi Sakamoto2017-05-251-0/+80
* test: use actual information for TLV operationTakashi Sakamoto2016-09-301-36/+178
* ctl: rename APIs to add an element set so that their names are appropriateTakashi Sakamoto2016-07-171-5/+5
* test: add linker flag with pthread for pcm-multi-thread stress testTakashi Sakamoto2016-07-071-1/+1
* test: Add pcm-multi-thread programTakashi Iwai2016-07-072-1/+265
* ctl: fix a test for user-defined element set in a point of dimensionTakashi Sakamoto2016-07-071-1/+1
* ctl: support dimension test for user-defined element setTakashi Sakamoto2016-06-301-1/+38
* ctl: optimize a test for user-defined element set to changes of APIsTakashi Sakamoto2016-06-301-17/+37
* ctl: optimize a test for user-defined element set to older kernelsTakashi Sakamoto2016-06-301-11/+20
* ctl: add test program for control element setTakashi Sakamoto2016-06-172-1/+577
* test: audio_time: show report validity and accuracyPierre-Louis Bossart2015-07-021-5/+25
* test: fix audio_time with new get/set audio_tstamp_configPierre-Louis Bossart2015-07-021-178/+313
* test/pcm_min: Fix error messagesChristophe Lohr2015-06-011-1/+1
* test/pcm: Fix generated values with float PCM formatChristophe Lohr2015-06-011-1/+1
* test/audio_time: Set timestamp type explicitlyTakashi Iwai2014-07-141-0/+13
* Add -lm to test programs to fix build failure.Jordi Mallach2014-06-131-0/+2
* autotools: update stylePatrick Welche2014-02-261-1/+1
* test/chmap: Add missing usage text for -s optionTakashi Iwai2013-11-041-0/+1
* pcm: support for audio timestampsPierre-Louis Bossart2012-10-251-10/+58
* test: add audio_timePierre-Louis Bossart2012-09-222-1/+240
* test/chmap: Fix wrong malloc sizeTakashi Iwai2012-09-131-1/+1
* PCM: Add string conversion helper functions for chmapTakashi Iwai2012-09-131-57/+12
* Fix duplicated channel entry in test/chmap.cTakashi Iwai2012-09-131-1/+1
* PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai2012-09-131-17/+18
* Add SND_CHMAP_NA and bit flag definitionsTakashi Iwai2012-09-131-4/+10
* Follow channel position definitions to mixer channel in mixer.hTakashi Iwai2012-09-131-7/+4
* Add test/chmap programTakashi Iwai2012-09-112-1/+256
* test/latency.c: Fix string argument to getopt_long, so now it handles -E and -BMario Domenech Goulart2012-08-081-1/+1
* Fix invalid long long format specifierJohn Spencer2012-04-241-1/+1
* Fix printf for size_tTakashi Iwai2011-05-041-4/+4
* test/latency: print error message when 2 periods per buffer not supportedRaymond Yau2011-04-201-3/+15