Fixed issue with checking S/PDIF rx parity

This commit is contained in:
Ross Owen
2023-09-28 13:33:12 +01:00
parent 74894341d1
commit f1d902306f

View File

@@ -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 */