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

Commit e8e9cdcf authored by Kevin Rocard's avatar Kevin Rocard Committed by android-build-merger
Browse files

Audio policy config: remove cross-module device port name uniqueness am: 503c3e0a

am: c5ce355c

Change-Id: I1e9225d0acd5515890fec9bc259b39f26b3c8e5e
parents 7c7fc0c6 c5ce355c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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"/>