From fa78990f12f7390c514c0cabbe5bff4802719e42 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 21 Jan 2014 12:38:46 +0000 Subject: [PATCH] Comment only --- module_usb_audio/audio.xc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;