Updates for spdif rx api change

This commit is contained in:
Ross Owen
2023-10-25 13:22:46 +01:00
parent 764fe0bfe9
commit 5b37c4d224

View File

@@ -512,7 +512,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(spdifRxData))
if(spdif_rx_check_parity(spdifRxData))
continue;
/* Get preamble */