From 2b358ffa7f65d3e67ae58a2f076477dae5bf67d5 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 3 Oct 2020 15:27:30 -0400 Subject: Disable 88/96KHz from targets that lack the IRAM to hold the mix buffers Change-Id: I67b15d4c517a74a23639f8659acbc89022c264b5 --- firmware/export/config/vibe500.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'firmware/export/config/vibe500.h') 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 @@ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) /* define the bitmask of hardware sample rates */ -#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) +#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) /* define the bitmask of recording sample rates */ -#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) - - - +#define REC_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP -- cgit v1.2.3