rename default frequency naming

This commit is contained in:
Keith Au
2020-02-13 16:35:21 +08:00
parent cb842df492
commit 76f12ccad6

View File

@@ -229,15 +229,15 @@
/**
* @brief Default Audio output sampling frequency
*/
#ifndef DEFAULT_AUDOUT_FREQ
#define DEFAULT_AUDOUT_FREQ (48000)
#ifndef DEFAULT_AUD_TO_USB_FREQ
#define DEFAULT_AUD_TO_USB_FREQ (48000)
#endif
/**
* @brief Default Reference input sampling frequency
*/
#ifndef DEFAULT_AUDIN_FREQ
#define DEFAULT_AUDIN_FREQ (48000)
#ifndef DEFAULT_USB_TO_AUD_FREQ
#define DEFAULT_USB_TO_AUD_FREQ (48000)
#endif
/**