From 9f9234544e6faad4debdfde973a91232d68b4fcf Mon Sep 17 00:00:00 2001 From: Dhananjay Kumar Date: Tue, 6 Aug 2019 16:31:51 +0530 Subject: [PATCH] sdm660: audio: update properties to fix namespace violations Update properties to add vendor.audio prefix where missing and remove unused ones to fix namespace violations. Change-Id: I3723ae3e366178e87eff81001a0f1fd133cc4404 --- properties.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.mk b/properties.mk index 00aa89eb..2be0e066 100644 --- a/properties.mk +++ b/properties.mk @@ -13,7 +13,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ audio.deep_buffer.media=true \ audio.offload.min.duration.secs=30 \ audio.offload.video=true \ - audio.volume.headset.gain.depcal=true \ + vendor.audio.volume.headset.gain.depcal=true \ persist.dirac.acs.controller=qem \ persist.dirac.acs.ignore_error=1 \ persist.dirac.acs.storeSettings=1 \