diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-30 19:21:48 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-04-30 22:20:29 +0200 |
commit | 3f13b99b087b06599f37129fc1ade8e9e9491a16 (patch) | |
tree | 73d1b9036b232e85400f1eb2b250cccd0fb62d06 /decoder/test/i2s | |
parent | bba6fde4b3aae00a563cbeef91cf2cc2ed4d97e7 (diff) | |
download | sigrok-test-3f13b99b087b06599f37129fc1ade8e9e9491a16.tar.gz sigrok-test-3f13b99b087b06599f37129fc1ade8e9e9491a16.zip |
Rename 2ch-16bit-16khz to 2ch-32bit-8khz.
https://github.com/sigrokproject/libsigrokdecode/pull/6#issuecomment-442025810
Diffstat (limited to 'decoder/test/i2s')
-rw-r--r-- | decoder/test/i2s/2ch-32bit-8khz-no-samplerate.bin_wav (renamed from decoder/test/i2s/2ch-16bit-16khz-no-samplerate.bin_wav) | 0 | ||||
-rw-r--r-- | decoder/test/i2s/2ch-32bit-8khz-no-samplerate.output (renamed from decoder/test/i2s/2ch-16bit-16khz-no-samplerate.output) | 0 | ||||
-rw-r--r-- | decoder/test/i2s/2ch-32bit-8khz-no-samplerate.python (renamed from decoder/test/i2s/2ch-16bit-16khz-no-samplerate.python) | 0 | ||||
-rw-r--r-- | decoder/test/i2s/2ch-32bit-8khz.bin_wav (renamed from decoder/test/i2s/2ch-16bit-16khz.bin_wav) | 0 | ||||
-rw-r--r-- | decoder/test/i2s/2ch-32bit-8khz.output (renamed from decoder/test/i2s/2ch-16bit-16khz.output) | 0 | ||||
-rw-r--r-- | decoder/test/i2s/2ch-32bit-8khz.python (renamed from decoder/test/i2s/2ch-16bit-16khz.python) | 0 | ||||
-rw-r--r-- | decoder/test/i2s/test.conf | 20 |
7 files changed, 10 insertions, 10 deletions
diff --git a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.bin_wav b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.bin_wav index d42f7e7..d42f7e7 100644 --- a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.bin_wav +++ b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.bin_wav diff --git a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.output b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.output index 3a1cda2..3a1cda2 100644 --- a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.output +++ b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.output diff --git a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.python b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.python index e586cbe..e586cbe 100644 --- a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.python +++ b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.python diff --git a/decoder/test/i2s/2ch-16bit-16khz.bin_wav b/decoder/test/i2s/2ch-32bit-8khz.bin_wav index aa002c7..aa002c7 100644 --- a/decoder/test/i2s/2ch-16bit-16khz.bin_wav +++ b/decoder/test/i2s/2ch-32bit-8khz.bin_wav diff --git a/decoder/test/i2s/2ch-16bit-16khz.output b/decoder/test/i2s/2ch-32bit-8khz.output index acab517..acab517 100644 --- a/decoder/test/i2s/2ch-16bit-16khz.output +++ b/decoder/test/i2s/2ch-32bit-8khz.output diff --git a/decoder/test/i2s/2ch-16bit-16khz.python b/decoder/test/i2s/2ch-32bit-8khz.python index a087903..a087903 100644 --- a/decoder/test/i2s/2ch-16bit-16khz.python +++ b/decoder/test/i2s/2ch-32bit-8khz.python 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 |