Trial add of PDM code

This commit is contained in:
Ross Owen
2015-09-22 11:15:05 +01:00
parent 0205adaa1d
commit be0bf0d983
4 changed files with 135 additions and 17 deletions

View File

@@ -26,6 +26,9 @@ void audio(chanend c_in,
#if (XUD_TILE != 0)
, server interface i_dfu dfuInterface
#endif
#ifdef PDM_PCM_IN
, streaming chanend c_pdm_in
#endif
);
void SpdifTxWrapper(chanend c_spdif_tx);