summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-08 21:33:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-08 21:33:02 +0000
commit7bb75b44570f2d66e3b597d4deede328dde0ed0d (patch)
treea1757f0e7fe82b899734c5d95b808b86885db016
parenteaf04a0ef56dea01d643f0dba99859c39233eba0 (diff)
parentee5066c40d03d0812ce666bab1146bb65b62add7 (diff)
downloadinterfaces-android13-tests-release.tar.gz
Snap for 11549752 from ee5066c40d03d0812ce666bab1146bb65b62add7 to android13-tests-releaseandroid13-tests-release
Change-Id: I11e69fe8e3f91038f2cb41e96e44873eb1c9495e
-rw-r--r--audio/6.0/config/api/current.txt1
-rw-r--r--audio/6.0/config/audio_policy_configuration.xsd1
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/6.0/config/api/current.txt b/audio/6.0/config/api/current.txt
index 01db90e818..1814b5900b 100644
--- a/audio/6.0/config/api/current.txt
+++ b/audio/6.0/config/api/current.txt
@@ -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;
diff --git a/audio/6.0/config/audio_policy_configuration.xsd b/audio/6.0/config/audio_policy_configuration.xsd
index c2b8c5dcb4..177af16e8d 100644
--- a/audio/6.0/config/audio_policy_configuration.xsd
+++ b/audio/6.0/config/audio_policy_configuration.xsd
@@ -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"/>