forked from PAWPAW-Mirror/lib_xua
Added sample res params to AudioHwConfig() prototype
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
|
||||
/* These functions must be implemented for the CODEC/ADC/DAC arrangement of a specific design */
|
||||
|
||||
/* TODO Are the channel args required? */
|
||||
|
||||
/* Any required clocking and CODEC initialisation - run once at start up */
|
||||
void AudioHwInit(chanend ?c_codec);
|
||||
|
||||
/* Configure audio hardware (clocking, CODECs etc) for a specific mClk/Sample frquency - run on every sample frequency change */
|
||||
void AudioHwConfig(unsigned samFreq, unsigned mClk, chanend ?c_codec, unsigned dsdMode);
|
||||
void AudioHwConfig(unsigned samFreq, unsigned mClk, chanend ?c_codec, unsigned dsdMode,
|
||||
unsigned sampRes_DAC, unsigned sampRes_ADC);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user