From: asterix Date: Fri, 16 Sep 2011 16:57:22 +0000 (+0000) Subject: Use common sampling rate. X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=7bcd57dc731d6438141bee4ab60e70856bedd8a1 Use common sampling rate. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5066 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_i2s.h b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_i2s.h index 8c906d92..d39275db 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_i2s.h +++ b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_i2s.h @@ -70,7 +70,7 @@ * $WIZ$ min = 32000 * $WIZ$ max = 192000 */ -#define CONFIG_SAMPLE_FREQ 48000UL +#define CONFIG_SAMPLE_FREQ 44100UL /** * Sample bits per channel.