From 40be1c3558bbced0e7d842064651f98ecd9de118 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 26 Sep 2011 17:11:28 +0000 Subject: [PATCH] Filter mic when recorder audio. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5097 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wm8731.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wm8731.h b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wm8731.h index 4cc3c88b..d2bef41d 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wm8731.h +++ b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wm8731.h @@ -65,7 +65,7 @@ * $WIZ$ type = "enum" * $WIZ$ value_list = "wm8731_deemp" */ -#define CONFIG_WM8731_DEEMP WM8731_DEEMP_DISABLE +#define CONFIG_WM8731_DEEMP WM8731_DEEMP_44k1Hz /** * Digital control: DAC soft mute control @@ -93,14 +93,14 @@ * $WIZ$ type = "enum" * $WIZ$ value_list = "wm8731_bypass" */ -#define CONFIG_WM8731_BYPASS WM8731_DACSEL +#define CONFIG_WM8731_BYPASS WM8731_DACSEL /** * Analog control: Side tone attenuation * $WIZ$ type = "enum" * $WIZ$ value_list = "wm8731_sideatt" */ -#define CONFIG_WM8731_SIDEATT WM8731_SIDEATT_6dB +#define CONFIG_WM8731_SIDEATT WM8731_SIDEATT_6dB /** -- 2.25.1