From b59c504ecda1693417932878a8c92bab80f9635c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Jun 2017 00:09:45 +0200 Subject: 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). --- decoder/test/spdif/test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/test/spdif') 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 -- cgit v1.2.3-54-g00ecf