/** * \file * * * \brief Configuration file for the TAS5706A module. * * \author Luca Ottaviano */ #ifndef CFG_TAS5706A_H #define CFG_TAS5706A_H /** * Maximum output volume for TAS chip [dB]. * * $WIZ$ type = "int" * $WIZ$ min = -100 * $WIZ$ max = 24 */ #define CONFIG_TAS_MAX_VOL -39 #endif /* CFG_TAS5706A_H */