X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=inline;f=decoder%2Ftest%2Fi2s%2Ftest.conf;h=9e5cf7b7210393b32e7b5ffe538b1aac983b22d2;hb=04cd44e864f2da9de6a21035368a2329996dee95;hp=19ea83c50298ea4a272dd9cd735f8d7ffb5e70d1;hpb=bf4d9612ec8d7ac15949dd7d6729ed996e3335b1;p=sigrok-test.git diff --git a/decoder/test/i2s/test.conf b/decoder/test/i2s/test.conf index 19ea83c..9e5cf7b 100644 --- a/decoder/test/i2s/test.conf +++ b/decoder/test/i2s/test.conf @@ -1,6 +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-32bit-8khz-no-samplerate + protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 + 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