]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/i2s/test.conf
i2s: add test for stream without sample rate
[sigrok-test.git] / decoder / test / i2s / test.conf
index 19ea83c50298ea4a272dd9cd735f8d7ffb5e70d1..73d11f94d5a59b9261d3b11e8c9720ca50730138 100644 (file)
@@ -4,3 +4,10 @@ test 2ch-16bit-16khz
        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
+
+test 2ch-16bit-16khz-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