From 11ef4ce1f9500ca1bd5651bc0e0dc49bf0dfbd2d Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sun, 28 Sep 2008 23:25:07 +0000 Subject: Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM8731: More samplerates for playback and recording. Only tested on H10 but should work on the others too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18662 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-tpj1022.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/export/config-tpj1022.h') diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h index ea235edc24..5307074aa1 100644 --- a/firmware/export/config-tpj1022.h +++ b/firmware/export/config-tpj1022.h @@ -15,6 +15,14 @@ /* define this if you have recording possibility */ /*#define HAVE_RECORDING*/ /* TODO: add support for this */ +/* define the bitmask of hardware sample rates */ +#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ + SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) + +/* define the bitmask of recording sample rates +#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ + SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) */ + /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP -- cgit v1.2.3