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

Commit d05c9d3e 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 am: 65441f95

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



Change-Id: Ie2c704d362c22435639e2e54c25666bcff051983
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ca99ef3f 65441f95
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"/>