From 050d7757bcbd8c8f6dd767213305de9053ab713b Mon Sep 17 00:00:00 2001 From: shuchitak Date: Tue, 18 Feb 2020 09:04:57 +0000 Subject: [PATCH] removed unused defines --- lib_xua/api/xua_conf_default.h | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index e4e85c7b..79aa061b 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -226,34 +226,6 @@ #define DEFAULT_FREQ (MIN_FREQ) #endif -/** - * @brief Default Audio output sampling frequency - */ -#ifndef DEFAULT_AUD_TO_USB_FREQ -#define DEFAULT_AUD_TO_USB_FREQ (48000) -#endif - -/** - * @brief Default Reference input sampling frequency - */ -#ifndef DEFAULT_USB_TO_AUD_FREQ -#define DEFAULT_USB_TO_AUD_FREQ (48000) -#endif - -/** - * @brief Default USB input (Audio output) bit resolution - */ -#ifndef DEFAULT_BIT_RES_IN -#define DEFAULT_BIT_RES_IN (32) -#endif - -/** - * @brief Default USB output (Reference input) bit resolution - */ -#ifndef DEFAULT_BIT_RES_OUT -#define DEFAULT_BIT_RES_OUT (32) -#endif - /* Audio Class Defines */ /**