Fix missing ACK to audio for xcore-200

This commit is contained in:
Ed
2024-01-12 16:24:44 +00:00
parent e04ecf5fc9
commit ce987622d9

View File

@@ -552,7 +552,11 @@ void clockGen ( streaming chanend ?c_spdif_rx,
mclks_per_sample = selected_mclk_rate / selected_sample_rate;
restart_sigma_delta(c_sigma_delta);
reset_sw_pll_pfd = 1;
/* We will shedule an ACK when sigma delta is up and running */
require_ack_to_audio = 1;
#else
/* Send ACK immediately as we are good to go */
c_mclk_change <: 0;
#endif
break;
#endif