xua_pdm_mic.h moved to api

This commit is contained in:
xross
2018-04-04 14:14:41 +01:00
parent 9b132c25a0
commit d835f58bbc

View File

@@ -17,7 +17,7 @@ typedef interface mic_process_if
[[combinable]]
void xua_pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio
void XUA_PdmBuffer(streaming chanend c_ds_output[2], chanend c_audio
#ifdef MIC_PROCESSING_USE_INTERFACE
, client mic_process_if i_mic_process
#endif
@@ -38,7 +38,7 @@ void user_pdm_init();
/* PDM interface and decimation cores */
[[combinable]]
void xua_pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio);
void XUA_PdmBuffer(streaming chanend c_ds_output[2], chanend c_audio);
/* PDM interface and decimation cores */
void xua_pdm_mic(streaming chanend c_ds_output[2]);