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/iriverh100.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'firmware/export/config/iriverh100.h') diff --git a/firmware/export/config/iriverh100.h b/firmware/export/config/iriverh100.h index 3cff24de4f..bbfab01ba5 100644 --- a/firmware/export/config/iriverh100.h +++ b/firmware/export/config/iriverh100.h @@ -14,9 +14,6 @@ /*define this if the ATA controller and method of USB access support LBA48 */ #define HAVE_LBA48 - - - /* define this if you want album art for this target */ #define HAVE_ALBUMART @@ -73,9 +70,6 @@ /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT - - - /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD @@ -114,7 +108,7 @@ #define HAVE_RECORDING /* define hardware samples rate caps mask */ -#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_44 | SAMPR_CAP_22 | SAMPR_CAP_11) -- cgit v1.2.3