summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-07-14test/audio_time: Set timestamp type explicitlyTakashi Iwai1-0/+13
2014-06-13Add -lm to test programs to fix build failure.Jordi Mallach1-0/+2
2014-02-26autotools: update stylePatrick Welche1-1/+1
2013-11-04test/chmap: Add missing usage text for -s optionTakashi Iwai1-0/+1
2012-10-25pcm: support for audio timestampsPierre-Louis Bossart1-10/+58
2012-09-22test: add audio_timePierre-Louis Bossart2-1/+240
2012-09-13test/chmap: Fix wrong malloc sizeTakashi Iwai1-1/+1
2012-09-13PCM: Add string conversion helper functions for chmapTakashi Iwai1-57/+12
2012-09-13Fix duplicated channel entry in test/chmap.cTakashi Iwai1-1/+1
2012-09-13PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai1-17/+18
2012-09-13Add SND_CHMAP_NA and bit flag definitionsTakashi Iwai1-4/+10
2012-09-13Follow channel position definitions to mixer channel in mixer.hTakashi Iwai1-7/+4
2012-09-11Add test/chmap programTakashi Iwai2-1/+256
2012-08-08test/latency.c: Fix string argument to getopt_long, so now it handles -E and -BMario Domenech Goulart1-1/+1
2012-04-24Fix invalid long long format specifierJohn Spencer1-1/+1
2011-05-04Fix printf for size_tTakashi Iwai1-4/+4
2011-04-20test/latency: print error message when 2 periods per buffer not supportedRaymond Yau1-3/+15
2011-01-31ucm: allow bind modifier to specific instances, other fixesJaroslav Kysela2-1/+3
2010-11-10ucm: fix parser for sequences and fix wrong strcmpJaroslav Kysela1-0/+1
2010-10-26ucm: debug parserJaroslav Kysela2-0/+35
2010-10-13ucm: implemented card list featureJaroslav Kysela2-0/+1
2010-08-04test/latency: fix timediff calculationJaroslav Kysela1-1/+1
2009-08-03add config testsClemens Ladisch2-1/+584
2009-07-08test/lsb/midi_event.c: check for buffer size checkClemens Ladisch1-0/+3
2009-07-08test/lsb/midi_event.c: abort on fatal errorsClemens Ladisch1-6/+12
2009-07-06Merge branch 'master' of git@git.alsa-project.org:alsa-libTakashi Iwai4-0/+399
2009-07-06test/pcm.c: float format supportTakashi Iwai1-3/+15
2009-07-06add midi event testsClemens Ladisch4-0/+399
2009-07-06test/pcm.c: Generic linear PCM supportTakashi Iwai1-11/+19
2009-07-06test/pcm.c: Fix S24 formatTakashi Iwai1-1/+2
2009-07-03test/pcm.c: Sample generation on big endian platforms was broken.Kenneth Johansson1-11/+13
2008-09-15test/pcm: Fix error messages in async callback and add snd_pcm_start() conditionJaroslav Kysela1-6/+8
2008-07-10test/pcm.c: Fix SND_PCM_FORMAT_S24 supportTakashi Iwai1-5/+5
2008-07-10Fix type-punning in test/pcm.cTakashi Iwai1-1/+4
2008-05-09Implemented snd_pcm_sw_params_(set|get)_period_event for interrupt wakeup lik...Jaroslav Kysela1-3/+21
2008-02-22add a test code for snd_seq_client_info_event_filter_*()Aldrin Martoq2-1/+48
2008-01-08Remove sleep_min and tickTakashi Iwai1-36/+2
2008-01-08Remove PCM xfer_alignTakashi Iwai2-12/+0
2007-12-21Remove obsolete seq event entries in seq-decoderTakashi Iwai1-0/+4
2007-11-12midiloop: use blocking modeClemens Ladisch1-0/+2
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2-2/+2
2006-10-27change iface argument for namehint function to const char *Jaroslav Kysela1-7/+1
2006-10-11add snd_device_name_hint() function and initial implementationJaroslav Kysela2-1/+30
2006-10-04alsa-lib: test dir: make check: static building doesn't work on PIC architect...Jaroslav Kysela1-1/+1
2006-01-10pcm_min.c example - corrected commentJaroslav Kysela1-1/+1
2006-01-06pcm_min - blocking mode is default - remove extra snd_pcm_nonblock() callJaroslav Kysela1-5/+0
2006-01-06Added pcm_min test & example - minimalistic pcm outputJaroslav Kysela2-1/+58
2005-11-23Remove code from check_PROGRAMSTakashi Iwai1-1/+1
2005-11-21Fix compile errors/warningsTakashi Iwai10-50/+69
2005-08-24test/pcm.c - remove -EINTR handling (a job for alsa-lib)Jaroslav Kysela1-3/+3