deliver now sets bclk/dsd clk initial high. This was previously done in port config.

This commit is contained in:
Ross Owen
2014-01-20 18:10:14 +00:00
parent 48d73c429a
commit 0da282dd1c
2 changed files with 11 additions and 11 deletions

View File

@@ -113,17 +113,9 @@ unsigned int divide)
}
#endif
/* Start clock blocks ticking */
//start_clock(clk_audio_mclk);
start_clock(clk_audio_bclk);
/* bclk initial state needs to be high */
p_bclk <: 0xFFFFFFFF;
/* Pause until output completes */
sync(p_bclk);
#else /* CODEC_MASTER */
/* Stop bit and master clock blocks */