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

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

Allow partially dynamic profile in the audio policy config

am: 3092b31b

Change-Id: Ibafc8f571bdc32353bd974a7fce6e3fd84238711
parents 062192a1 3092b31b
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -365,10 +365,10 @@
        </xs:restriction>
        </xs:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:complexType name="profile">
    <xs:complexType name="profile">
        <xs:attribute name="name" type="xs:token" use="required"/>
        <xs:attribute name="name" type="xs:token" use="optional"/>
        <xs:attribute name="format" type="audioFormat" use="required"/>
        <xs:attribute name="format" type="audioFormat" use="optional"/>
        <xs:attribute name="samplingRates" type="samplingRates" use="required"/>
        <xs:attribute name="samplingRates" type="samplingRates" use="optional"/>
        <xs:attribute name="channelMasks" type="channelMask" use="required"/>
        <xs:attribute name="channelMasks" type="channelMask" use="optional"/>
    </xs:complexType>
    </xs:complexType>
    <xs:simpleType name="gainMode">
    <xs:simpleType name="gainMode">
        <xs:restriction base="xs:string">
        <xs:restriction base="xs:string">