From b2ee519ab88118b8c02a07c9b233868f17b8d672 Mon Sep 17 00:00:00 2001 From: xross Date: Wed, 28 Feb 2018 09:55:17 +0000 Subject: [PATCH] Fix typo in PDM mclk name --- lib_xua/src/core/main.xc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib_xua/src/core/main.xc b/lib_xua/src/core/main.xc index f9ee1791..8902a63e 100755 --- a/lib_xua/src/core/main.xc +++ b/lib_xua/src/core/main.xc @@ -701,12 +701,11 @@ int main() #ifndef PDM_RECORD #if (NUM_PDM_MICS > 0) - #if (PDM_TILE != AUDIO_IO_TILE) /* PDM Mics running on a separate to AudioHub */ on stdcore[PDM_TILE]: { - xua_pdm_mic_config(p_mclk_pdm); + xua_pdm_mic_config(p_pdm_mclk); xua_pdm_mic(c_ds_output); } #endif