From b3cba9021f0b5437afbacc286b5e026c84ef7141 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 14 Jan 2010 20:16:03 +0000 Subject: Meizu M6SP: add stubs so the meizu m6sp binary compiles and links git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24228 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/meizum6sp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export/config/meizum6sp.h') diff --git a/firmware/export/config/meizum6sp.h b/firmware/export/config/meizum6sp.h index 0fc7264192..1cba45d70a 100644 --- a/firmware/export/config/meizum6sp.h +++ b/firmware/export/config/meizum6sp.h @@ -18,6 +18,12 @@ /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) +/* FIXME: define actual rates applicable for M6SP */ +#define CODEC_SRCTRL_11025HZ (0x19 << 1) +#define CODEC_SRCTRL_22050HZ (0x1b << 1) +#define CODEC_SRCTRL_44100HZ (0x11 << 1) +#define CODEC_SRCTRL_88200HZ (0x1f << 1) + /* define the bitmask of recording sample rates */ #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) -- cgit v1.2.3