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/ipodmini1g.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'firmware/export/config/ipodmini1g.h') diff --git a/firmware/export/config/ipodmini1g.h b/firmware/export/config/ipodmini1g.h index abcf237aa9..b8f52ff936 100644 --- a/firmware/export/config/ipodmini1g.h +++ b/firmware/export/config/ipodmini1g.h @@ -21,16 +21,13 @@ #define INPUT_SRC_CAPS (SRC_CAP_FMRADIO) /* define the bitmask of hardware sample rates */ -#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ +#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 want album art for this target */ #define HAVE_ALBUMART -- cgit v1.2.3