From 8f5778d2a77613ca296fec414923e3bc4c2ded70 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 2 May 2014 16:03:03 +0100 Subject: [PATCH] Comment only. --- module_usb_audio/devicedefines.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index 7ebd26a4..809eb47b 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -55,7 +55,7 @@ #endif /** - * @brief Number of DSD output channels. Default: 0 + * @brief Number of DSD output channels. Default: 0 (disabled) */ #if defined(DSD_CHANS_DAC) #if defined(NATIVE_DSD) && (NATIVE_DSD == 0) @@ -92,21 +92,21 @@ #endif /** - * @brief Max supported sample frequency for device (Hz). Default: 192000Hz + * @brief Max supported sample frequency for device (Hz). Default: 192000 */ #ifndef MAX_FREQ #define MAX_FREQ (192000) #endif /** - * @brief Min supported sample frequency for device (Hz). Default 44100Hz + * @brief Min supported sample frequency for device (Hz). Default 44100 */ #ifndef MIN_FREQ #define MIN_FREQ (44100) #endif /** - * @brief Master clock defines for 44100 rates (in Hz). Default: NOTE (Must be defined by app) + * @brief Master clock defines for 44100 rates (in Hz). Default: NONE (Must be defined by app) */ #ifndef MCLK_441 #error MCLK_441 not defined @@ -114,7 +114,7 @@ #endif /** - * @brief Master clock defines for 48000 rates (in Hz). Default: NOTE (Must be defined by app) + * @brief Master clock defines for 48000 rates (in Hz). Default: NONE (Must be defined by app) */ #ifndef MCLK_48 #error MCLK_48 not defined @@ -798,6 +798,7 @@ /** * @brief The minimum volume setting above -inf. This is a signed 8.8 fixed point * number that must be strictly greater than -128 (0x8000) + * * Default: 0x8100 (-127db) */ #ifndef MIN_VOLUME