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/iaudiom5.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'firmware/export/config/iaudiom5.h') diff --git a/firmware/export/config/iaudiom5.h b/firmware/export/config/iaudiom5.h index a597590508..a90b0f061b 100644 --- a/firmware/export/config/iaudiom5.h +++ b/firmware/export/config/iaudiom5.h @@ -25,13 +25,10 @@ #endif /* 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 want album art for this target */ #define HAVE_ALBUMART -- cgit v1.2.3