Turn on port buffers for p_lrclk and p_bclk when CODEC_MASTER=1

This commit is contained in:
Sam Chesney
2016-12-21 15:39:07 +00:00
parent 53430f0995
commit c422ca5181
3 changed files with 6 additions and 6 deletions

View File

@@ -70,8 +70,8 @@ void ConfigAudioPortsWrapper(
buffered out port:32 ?p_lrclk,
buffered out port:32 p_bclk,
#else
in port ?p_lrclk,
in port p_bclk,
buffered in port:32 ?p_lrclk,
buffered in port:32 p_bclk,
#endif
#endif
unsigned int divide, unsigned curSamFreq, unsigned int dsdMode);