summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-05 08:03:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-05 08:03:21 +0000
commit911695e9d01af17850a2cf75faa486a99935f78e (patch)
tree05e889e0888ef36d84fd5a403abf0dd4f26ae43f
parent0fd87f7104fe67aff8d7c3607713cf82ab4e6689 (diff)
parent46674d19ff4ae724c2521fd5016bd623fe24511d (diff)
downloadcar-911695e9d01af17850a2cf75faa486a99935f78e.tar.gz
Merge "Removed configs for car audio display API." into rvc-dev am: 46674d19ff
Original change: https://googleplex-android-review.googlesource.com/c/device/generic/car/+/11714658 Change-Id: I9b72fd7c1c38c16bfc10bd80f343a175a81720cf
-rw-r--r--emulator/audio/car_audio_configuration.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/emulator/audio/car_audio_configuration.xml b/emulator/audio/car_audio_configuration.xml
index 3700def..d79ff33 100644
--- a/emulator/audio/car_audio_configuration.xml
+++ b/emulator/audio/car_audio_configuration.xml
@@ -17,7 +17,6 @@
<!--
Defines the audio configuration in a car, including
- Audio zones
- - Display to audio zone mappings
- Context to audio bus mappings
- Volume groups
in the car environment.
@@ -63,16 +62,6 @@
</device>
</group>
</volumeGroups>
- <displays>
- <display port="0"/>
- </displays>
- <!-- to specify displays associated with this audio zone, use the following tags
- <displays>
- <display port="1"/>
- <display port="2"/>
- </displays>
- where port is the physical port of the display (See DisplayAddress.Phyisical)
- -->
</zone>
<zone name="rear seat zone 1" audioZoneId="1">
<volumeGroups>
@@ -93,9 +82,6 @@
</device>
</group>
</volumeGroups>
- <displays>
- <display port="1"/>
- </displays>
</zone>
<zone name="rear seat zone 2" audioZoneId="2">
<volumeGroups>
@@ -116,9 +102,6 @@
</device>
</group>
</volumeGroups>
- <displays>
- <display port="2"/>
- </displays>
</zone>
</zones>
</carAudioConfiguration>