Audio port config functions now get passed SR. Simple clock delay (falling edge) added for xCORE-slave mode when bclk >= 20MHz

This commit is contained in:
Ross Owen
2016-03-16 15:21:17 +00:00
parent 577d68a08b
commit 0ed22a0417
4 changed files with 21 additions and 9 deletions

View File

@@ -1098,7 +1098,7 @@ chanend ?c_config, chanend ?c
null,
p_dsd_clk,
#endif
divide, dsdMode);
divide, curSamFreq, dsdMode);
}
else
#endif
@@ -1122,7 +1122,7 @@ chanend ?c_config, chanend ?c
p_bclk,
#endif
#endif
divide, dsdMode);
divide, curSamFreq, dsdMode);
}