summaryrefslogtreecommitdiff
path: root/firmware/export/config/gogearhdd1630.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-03 15:27:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-03 15:27:30 -0400
commit2b358ffa7f65d3e67ae58a2f076477dae5bf67d5 (patch)
treeea61f8fd852ccaa7860056d84fa7c934bde97fe2 /firmware/export/config/gogearhdd1630.h
parent2e708c48c549a947506c5953ae5fc9d10e932f7c (diff)
downloadrockbox-2b358ffa7f65d3e67ae58a2f076477dae5bf67d5.tar.gz
rockbox-2b358ffa7f65d3e67ae58a2f076477dae5bf67d5.zip
Disable 88/96KHz from targets that lack the IRAM to hold the mix buffers
Change-Id: I67b15d4c517a74a23639f8659acbc89022c264b5
Diffstat (limited to 'firmware/export/config/gogearhdd1630.h')
-rw-r--r--firmware/export/config/gogearhdd1630.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h
index e1e40cee0b..4c56646dbf 100644
--- a/firmware/export/config/gogearhdd1630.h
+++ b/firmware/export/config/gogearhdd1630.h
@@ -20,16 +20,13 @@
20#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 20#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
21 21
22/* define the bitmask of hardware sample rates */ 22/* define the bitmask of hardware sample rates */
23#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 23#define HW_SAMPR_CAPS (/*SAMPR_CAP_96 | SAMPR_CAP_88 |*/ SAMPR_CAP_48 | \
24 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) 24 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
25 25
26/* define the bitmask of recording sample rates */ 26/* define the bitmask of recording sample rates */
27#define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 27#define REC_SAMPR_CAPS (/*SAMPR_CAP_96 | SAMPR_CAP_88 |*/ SAMPR_CAP_48 | \
28 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) 28 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
29 29
30
31
32
33/* define this if you have a colour LCD */ 30/* define this if you have a colour LCD */
34#define HAVE_LCD_COLOR 31#define HAVE_LCD_COLOR
35 32