forked from PAWPAW-Mirror/lib_xua
deliver now sets bclk/dsd clk initial high. This was previously done in port config.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user