Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65441f95 authored by Jerry Wong's avatar Jerry Wong Committed by Automerger Merge Worker
Browse files

audio: Add AUDIO_FORMAT_DEFAULT to supported formats (V6) am: 50bf1116 am:...

audio: Add AUDIO_FORMAT_DEFAULT to supported formats (V6) am: 50bf1116 am: 12b2c93b am: bd701ebc am: ee5066c4 am: b74c11d1 am: fed4333e

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2989191



Change-Id: I8ce2f2ed15e775e8424f271d2639a83218898a56
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 321ece1e fed4333e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ package audio.policy.configuration.V6_0 {
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_APTX_HD;
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_APTX_TWSP;
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_CELT;
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_DEFAULT;
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_DOLBY_TRUEHD;
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_DSD;
    enum_constant public static final audio.policy.configuration.V6_0.AudioFormat AUDIO_FORMAT_DTS;
+1 −0
Original line number Diff line number Diff line
@@ -302,6 +302,7 @@
         TODO: generate from hidl to avoid manual sync. -->
    <xs:simpleType name="audioFormat">
        <xs:restriction base="xs:string">
            <xs:enumeration value="AUDIO_FORMAT_DEFAULT" />
            <xs:enumeration value="AUDIO_FORMAT_PCM_16_BIT" />
            <xs:enumeration value="AUDIO_FORMAT_PCM_8_BIT"/>
            <xs:enumeration value="AUDIO_FORMAT_PCM_32_BIT"/>