X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_tas5706a.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_tas5706a.h;h=e1112c0f841b166dcdb1535287599c98030035fa;hb=6542f8a6e9ce3289832a90b5f2518e05347b464b;hp=0000000000000000000000000000000000000000;hpb=660d3a3e0f7129ed821a2ba44473254eaea728ce;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_tas5706a.h b/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_tas5706a.h new file mode 100644 index 00000000..e1112c0f --- /dev/null +++ b/boards/ek-lm3s1968/benchmarck/context_switch/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 */