From a531fc7500d39436bf28683cf5911868a6fe865a Mon Sep 17 00:00:00 2001 From: Sujin Panicker Date: Mon, 9 Sep 2019 10:55:38 +0530 Subject: [PATCH] sdm660: audio: Add 48khz sampling rate to spkr prot tx uc With 8Khz sampling rate afe fails to fetch calibration information. sdm660 & msm8998 acdb supports only 48Khz for speaker protection calibration tx device, since 8Khz tables were not added initially, addition of 8Khz would require further tuning. This change is to use sample rate based on property, the default sample rate is not changed for other targets without prop. Change-Id: I29dc549c699396fc953f3f831cd0ea81ee033ae4 --- properties.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/properties.mk b/properties.mk index 2be0e066..22428a03 100644 --- a/properties.mk +++ b/properties.mk @@ -50,6 +50,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ vendor.audio.use.sw.ape.decoder=true \ vendor.audio.snd_card.open.retries=50 \ vendor.audio_hal.period_size=192 \ + vendor.audio.spkr_prot.tx.sampling_rate=48000\ vendor.fm.a2dp.conc.disabled=true \ vendor.voice.path.for.pcm.voip=true