X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_tas5706a.h;fp=bertos%2Fcfg%2Fcfg_tas5706a.h;h=b0f3fe733c3eda87544597e8010ddb8a3fa183ff;hb=e23c0ef94dcdb5392f27d338d4ba20b1227b2c17;hp=0000000000000000000000000000000000000000;hpb=cc700d4410b0b7056c1d7b872b400ba18f3d5164;p=bertos.git diff --git a/bertos/cfg/cfg_tas5706a.h b/bertos/cfg/cfg_tas5706a.h new file mode 100644 index 00000000..b0f3fe73 --- /dev/null +++ b/bertos/cfg/cfg_tas5706a.h @@ -0,0 +1,52 @@ +/** + * \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 + * $WIZ$ supports = "at91" + */ +#define CONFIG_TAS_MAX_VOL -39 + +#endif /* CFG_TAS5706A_H */