dre: overlay: Define audio safety overlays

* From android_framework_res_overlay.audio.product.2083C

Change-Id: Ib7be879ccce9d152ad4baaa6948b6d7141699d08
This commit is contained in:
Alexander Koskovich 2022-06-05 13:30:22 -07:00 committed by Albert Tang
parent 7ddab57b20
commit 312af2154e

View file

@ -136,4 +136,13 @@
<item>nfc,1</item> <item>nfc,1</item>
</string-array> </string-array>
<!-- Safe headphone volume index. When music stream volume is below this index
the SPL on headphone output is compliant to EN 60950 requirements for portable music
players. -->
<integer name="config_safe_media_volume_index">18</integer>
<!-- Safe USB headset gain. This value is used to ensure that the SPL on the USB
headset output is compliant to EN 60950 requirements for portable music players. -->
<integer name="config_safe_media_volume_usb_mB">-1650</integer>
</resources> </resources>