summaryrefslogtreecommitdiff
path: root/firmware/export/config/vibe500.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/vibe500.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/vibe500.h')
-rw-r--r--firmware/export/config/vibe500.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index 0444a2e065..edbc1e321a 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -20,13 +20,10 @@
20#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 20#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
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_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 23#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
24 24
25/* define the bitmask of recording sample rates */ 25/* define the bitmask of recording sample rates */
26#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 26#define REC_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
27
28
29
30 27
31/* define this if you can flip your LCD */ 28/* define this if you can flip your LCD */
32#define HAVE_LCD_FLIP 29#define HAVE_LCD_FLIP