forked from PAWPAW-Mirror/lib_xua
rename default frequency naming
This commit is contained in:
@@ -229,15 +229,15 @@
|
|||||||
/**
|
/**
|
||||||
* @brief Default Audio output sampling frequency
|
* @brief Default Audio output sampling frequency
|
||||||
*/
|
*/
|
||||||
#ifndef DEFAULT_AUDOUT_FREQ
|
#ifndef DEFAULT_AUD_TO_USB_FREQ
|
||||||
#define DEFAULT_AUDOUT_FREQ (48000)
|
#define DEFAULT_AUD_TO_USB_FREQ (48000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Default Reference input sampling frequency
|
* @brief Default Reference input sampling frequency
|
||||||
*/
|
*/
|
||||||
#ifndef DEFAULT_AUDIN_FREQ
|
#ifndef DEFAULT_USB_TO_AUD_FREQ
|
||||||
#define DEFAULT_AUDIN_FREQ (48000)
|
#define DEFAULT_USB_TO_AUD_FREQ (48000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user