From 55fc76d47be31f0bb0b6dd58e4a268a3889f4fc6 Mon Sep 17 00:00:00 2001 From: therootlord Date: Fri, 28 Dec 2018 22:27:59 -0200 Subject: [PATCH] sanders: audio: re-enable ext resampler * Needs this: 465c21aa76c0b19430bf5dcc4e7078ba3c818927 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 6df2c8f..5743097 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -82,7 +82,7 @@ AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true -#AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true +AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true