forked from PAWPAW-Mirror/lib_xua
Assign an unused clock block to MCLK
This commit is contained in:
@@ -13,7 +13,7 @@ in port p_mclk_in = XS1_PORT_1D;
|
|||||||
|
|
||||||
/* Clock-block declarations */
|
/* Clock-block declarations */
|
||||||
clock clk_audio_bclk = on tile[0]: XS1_CLKBLK_1; /* Bit clock */
|
clock clk_audio_bclk = on tile[0]: XS1_CLKBLK_1; /* Bit clock */
|
||||||
clock clk_audio_mclk = on tile[0]: XS1_CLKBLK_4; /* Master clock */
|
clock clk_audio_mclk = on tile[0]: XS1_CLKBLK_3; /* Master clock */
|
||||||
|
|
||||||
// Supply missing but unused function
|
// Supply missing but unused function
|
||||||
void AudioHwConfig(unsigned samFreq, unsigned mClk, unsigned dsdMode, unsigned sampRes_DAC, unsigned sampRes_ADC)
|
void AudioHwConfig(unsigned samFreq, unsigned mClk, unsigned dsdMode, unsigned sampRes_DAC, unsigned sampRes_ADC)
|
||||||
|
|||||||
Reference in New Issue
Block a user