diff --git a/lib_xua/src/core/clocking/clockgen.xc b/lib_xua/src/core/clocking/clockgen.xc index 60e20d7f..c6d3e7e7 100644 --- a/lib_xua/src/core/clocking/clockgen.xc +++ b/lib_xua/src/core/clocking/clockgen.xc @@ -516,7 +516,7 @@ void clockGen (streaming chanend ?c_spdif_rx, chanend ?c_adat_rx, client interfa t_local :> spdifRxTime; /* Check parity and ignore if bad */ - if(spdif_check_parity(tmp)) + if(spdif_check_parity(spdifRxData)) continue; /* Get preamble */