From e69d567d9ebf7d236ff9663b11ac396cc71dcd75 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 12 Dec 2008 11:01:07 +0000 Subject: Bring consistency to pcm implementation and samplerate handling. Less low-level duplication. A small test_sampr fix so it works on coldfire again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19400 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mrobe100.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/config-mrobe100.h') diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h index 051f15824f..4ade179c04 100644 --- a/firmware/export/config-mrobe100.h +++ b/firmware/export/config-mrobe100.h @@ -58,6 +58,7 @@ /* Wolfsom audio codec */ #define HAVE_WM8751 +#define CODEC_SRCTRL_44100HZ (0x40|(0x11 << 1)|1) #define AB_REPEAT_ENABLE 1 -- cgit v1.2.3