sm8250-common: overlay: Add audio related features

Add audio related features present in android config
file to overlay config file.

CRs-Fixed: 2088093
Change-Id: I45f6d3ea68204ab254846726f0fe14bea91bb602
This commit is contained in:
Aalique Grahame 2017-10-16 10:31:16 -07:00 committed by LuK1337
parent ad63669730
commit fbcac66dd9

View file

@ -269,6 +269,9 @@
<!-- Is the device capable of hot swapping an ICC Card --> <!-- Is the device capable of hot swapping an ICC Card -->
<bool name="config_hotswapCapable">true</bool> <bool name="config_hotswapCapable">true</bool>
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">true</bool>
<!-- True if the device supports Sustained Performance Mode--> <!-- True if the device supports Sustained Performance Mode-->
<bool name="config_sustainedPerformanceModeSupported">true</bool> <bool name="config_sustainedPerformanceModeSupported">true</bool>