summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-05 07:37:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-05 07:37:45 +0000
commit46674d19ff4ae724c2521fd5016bd623fe24511d (patch)
tree05e889e0888ef36d84fd5a403abf0dd4f26ae43f
parent5a7f8ac7b9dea12989724de70f7b58db2927f006 (diff)
parent201264bc00e92196bf0c5ac775d3a8659c77f8b8 (diff)
downloaddevice_generic_car-46674d19ff4ae724c2521fd5016bd623fe24511d.tar.gz
device_generic_car-46674d19ff4ae724c2521fd5016bd623fe24511d.tar.bz2
device_generic_car-46674d19ff4ae724c2521fd5016bd623fe24511d.zip
Merge "Removed configs for car audio display API." into rvc-dev
-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>