diff --git a/module_usb_audio/audio.xc b/module_usb_audio/audio.xc index b4f11369..3b7b0f02 100755 --- a/module_usb_audio/audio.xc +++ b/module_usb_audio/audio.xc @@ -355,8 +355,8 @@ static inline void doI2SClocks(unsigned divide) //sync(p_dsd_clk); } #endif -#else - /* CODEC is master */ +#else /* ifndef CODEC_MASTER */ + /* Wait for LRCLK edge */ p_lrclk when pinseq(0) :> void; p_lrclk when pinseq(1) :> void;