All instances of i_dsp guarded by RUN_DSP_TASK

This commit is contained in:
Ross Owen
2016-04-22 17:23:37 +01:00
parent bcdc690d0d
commit c4d4505e83
4 changed files with 62 additions and 13 deletions

View File

@@ -31,7 +31,9 @@ void audio(chanend c_in,
#if (NUM_PDM_MICS > 0)
, chanend c_pdm_in
#endif
#ifdef RUN_DSP_TASK
, client dsp_if i_dsp
#endif
);
void SpdifTxWrapper(chanend c_spdif_tx);