X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_http_server%2Fcfg%2Fcfg_tas5706a.h;fp=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_http_server%2Fcfg%2Fcfg_tas5706a.h;h=32b3598fdfb0427d8583409e5bf16b8d307aae06;hb=27f2847bef705b09dbe026ffce96123b51593077;hp=0000000000000000000000000000000000000000;hpb=1fbd93a28162f17e2322f8b89467930b67731ded;p=bertos.git diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tas5706a.h b/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tas5706a.h new file mode 100644 index 00000000..32b3598f --- /dev/null +++ b/boards/sam3x-ek/examples/sam3x-ek_http_server/cfg/cfg_tas5706a.h @@ -0,0 +1,50 @@ +/** + * \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 */