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:
parent
ad63669730
commit
fbcac66dd9
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@
|
|||
<!-- Is the device capable of hot swapping an ICC Card -->
|
||||
<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-->
|
||||
<bool name="config_sustainedPerformanceModeSupported">true</bool>
|
||||
|
||||
|
|
Loading…
Reference in a new issue