diff options
| author | Kevin Rocard <krocard@google.com> | 2017-12-07 05:53:16 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-12-07 05:53:16 +0000 |
| commit | 27dfaa09414aa4b7e9bf08d0d8fa4b3fecec7b3b (patch) | |
| tree | eb467e2f1e8a2abc7970c94ee55c9cc53e605af9 /audio | |
| parent | c66afe5dadf5b60a63326f4615636b2af3d6cb23 (diff) | |
| parent | a0e6bbe78b1aa66930a44ea8b2590812ed6a4cb6 (diff) | |
| download | android_hardware_interfaces-27dfaa09414aa4b7e9bf08d0d8fa4b3fecec7b3b.tar.gz android_hardware_interfaces-27dfaa09414aa4b7e9bf08d0d8fa4b3fecec7b3b.tar.bz2 android_hardware_interfaces-27dfaa09414aa4b7e9bf08d0d8fa4b3fecec7b3b.zip | |
Audio policy config: remove cross-module device port name uniqueness am: 503c3e0a4e am: c5ce355c24 am: e8e9cdcf5e
am: a0e6bbe78b
Change-Id: I7291fcf545bea544cafb81c47339de78ae9518db
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/2.0/config/audio_policy_configuration.xsd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/audio/2.0/config/audio_policy_configuration.xsd b/audio/2.0/config/audio_policy_configuration.xsd index 0a52b5593..7647cade7 100644 --- a/audio/2.0/config/audio_policy_configuration.xsd +++ b/audio/2.0/config/audio_policy_configuration.xsd @@ -49,10 +49,6 @@ <xs:selector xpath="modules/module"/> <xs:field xpath="@name"/> </xs:key> - <xs:key name="devicePortNameGlobalKey"> - <xs:selector xpath="modules/module/devicePorts/devicePort"/> - <xs:field xpath="@tagName"/> - </xs:key> <xs:unique name="volumeTargetUniqueness"> <xs:selector xpath="volumes/volume"/> <xs:field xpath="@stream"/> @@ -141,9 +137,6 @@ <xs:selector xpath="mixPorts/mixPort"/> <xs:field xpath="@name"/> </xs:unique> - <!-- Although this key constraint is redundant with devicePortNameGlobalKey, - the set is used to constraint defaultOutputDevice and attachedDevice - to reference a devicePort of the same module. --> <xs:key name="devicePortNameKey"> <xs:selector xpath="devicePorts/devicePort"/> <xs:field xpath="@tagName"/> |
