X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_i2s.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_i2s.h;h=0000000000000000000000000000000000000000;hb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;hp=6657157e5c73704c9b2d265f6e3d4e910f3b12f2;hpb=aea9d17572b7fa5f8e05aae6639a3deff4f79aaf;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_i2s.h b/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_i2s.h deleted file mode 100644 index 6657157e..00000000 --- a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_i2s.h +++ /dev/null @@ -1,74 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for I2S module. - * - * - * \author Luca Ottaviano - */ - -#ifndef CFG_I2S_H -#define CFG_I2S_H - -/** - * Length of each play buffer. - * - * $WIZ$ type = "int" - */ -#define CONFIG_PLAY_BUF_LEN 8192 - -/** - * Sampling frequency of the audio file. - * - * $WIZ$ type = "int" - * $WIZ$ min = 32000 - * $WIZ$ max = 192000 - */ -#define CONFIG_SAMPLE_FREQ 44100UL - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define I2S_LOG_LEVEL LOG_LVL_INFO - -/** - * Module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define I2S_LOG_FORMAT LOG_FMT_TERSE - -#endif /* CFG_I2S_H */