From 3f13b99b087b06599f37129fc1ade8e9e9491a16 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Apr 2019 19:21:48 +0200 Subject: Rename 2ch-16bit-16khz to 2ch-32bit-8khz. https://github.com/sigrokproject/libsigrokdecode/pull/6#issuecomment-442025810 --- decoder/test/i2s/test.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'decoder/test/i2s/test.conf') diff --git a/decoder/test/i2s/test.conf b/decoder/test/i2s/test.conf index 73d11f9..9e5cf7b 100644 --- a/decoder/test/i2s/test.conf +++ b/decoder/test/i2s/test.conf @@ -1,13 +1,13 @@ -test 2ch-16bit-16khz +test 2ch-32bit-8khz protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 - input i2s/2ch-16bit-16khz/2ch-16bit-16khz.sr - output i2s annotation match 2ch-16bit-16khz.output - output i2s python match 2ch-16bit-16khz.python - output i2s binary class wav match 2ch-16bit-16khz.bin_wav + input i2s/2ch-32bit-8khz/2ch-32bit-8khz.sr + output i2s annotation match 2ch-32bit-8khz.output + output i2s python match 2ch-32bit-8khz.python + output i2s binary class wav match 2ch-32bit-8khz.bin_wav -test 2ch-16bit-16khz-no-samplerate +test 2ch-32bit-8khz-no-samplerate protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 - input i2s/2ch-16bit-16khz/2ch-16bit-16khz-no-samplerate.sr - output i2s annotation match 2ch-16bit-16khz-no-samplerate.output - output i2s python match 2ch-16bit-16khz-no-samplerate.python - output i2s binary class wav match 2ch-16bit-16khz-no-samplerate.bin_wav + input i2s/2ch-32bit-8khz/2ch-32bit-8khz-no-samplerate.sr + output i2s annotation match 2ch-32bit-8khz-no-samplerate.output + output i2s python match 2ch-32bit-8khz-no-samplerate.python + output i2s binary class wav match 2ch-32bit-8khz-no-samplerate.bin_wav -- cgit v1.2.3-54-g00ecf