summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe100.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-12 11:01:07 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-12 11:01:07 +0000
commite69d567d9ebf7d236ff9663b11ac396cc71dcd75 (patch)
tree093b9d1bc979d79be1fcd0daac1d8daf8ac55503 /firmware/export/config-mrobe100.h
parent0ad97d13fc52b28de566dc0ddaf7245583eec2cc (diff)
downloadrockbox-e69d567d9ebf7d236ff9663b11ac396cc71dcd75.tar.gz
rockbox-e69d567d9ebf7d236ff9663b11ac396cc71dcd75.zip
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
Diffstat (limited to 'firmware/export/config-mrobe100.h')
-rw-r--r--firmware/export/config-mrobe100.h1
1 files changed, 1 insertions, 0 deletions
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 @@
58 58
59/* Wolfsom audio codec */ 59/* Wolfsom audio codec */
60#define HAVE_WM8751 60#define HAVE_WM8751
61#define CODEC_SRCTRL_44100HZ (0x40|(0x11 << 1)|1)
61 62
62#define AB_REPEAT_ENABLE 1 63#define AB_REPEAT_ENABLE 1
63 64