forked from PAWPAW-Mirror/lib_xua
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user