diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2017-06-06 00:09:45 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2017-06-06 01:43:44 +0200 |
commit | b59c504ecda1693417932878a8c92bab80f9635c (patch) | |
tree | 4d8b32914a123d4590bf16216a16845b2c2c5e9c /decoder/test/spdif | |
parent | 954e04d9f9f1d68644d7d8b4e5d13adfd05c1a3a (diff) | |
download | sigrok-test-b59c504ecda1693417932878a8c92bab80f9635c.tar.gz sigrok-test-b59c504ecda1693417932878a8c92bab80f9635c.zip |
Add support for initial pin settings.
Adapt all tests that require it to use the old behaviour of assuming an
initial pin value of 0 (or whatever was previously hardcoded in the PD).
for now (this will likely see some changes later).
Diffstat (limited to 'decoder/test/spdif')
-rw-r--r-- | decoder/test/spdif/test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/test/spdif/test.conf b/decoder/test/spdif/test.conf index cb63b0d..539f565 100644 --- a/decoder/test/spdif/test.conf +++ b/decoder/test/spdif/test.conf @@ -4,6 +4,6 @@ test exception_samplerate output spdif exception match SamplerateError test 2ch-16bit-48khz - protocol-decoder spdif channel data=0 + protocol-decoder spdif channel data=0 initial_pin data=0 input spdif/2ch-16bit-48khz/2ch-16bit-48khz.sr output spdif annotation match 2ch-16bit-48khz.output |