X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Flpc-p2378%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_tas5706a.h;fp=boards%2Flpc-p2378%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_tas5706a.h;h=e1112c0f841b166dcdb1535287599c98030035fa;hb=c4c3ad2edbffae2b04e5d22d6fa3fa5de6feeb68;hp=0000000000000000000000000000000000000000;hpb=b99421f706c4f6978a6d399cba3bf4d9a383cb2c;p=bertos.git diff --git a/boards/lpc-p2378/templates/kernel/cfg/cfg_tas5706a.h b/boards/lpc-p2378/templates/kernel/cfg/cfg_tas5706a.h new file mode 100644 index 00000000..e1112c0f --- /dev/null +++ b/boards/lpc-p2378/templates/kernel/cfg/cfg_tas5706a.h @@ -0,0 +1,51 @@ +/** + * \file + * + * + * \brief Configuration file for the TAS5706A module. + * + * \version $Id$ + * \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 */