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

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

Merge "Allow partially dynamic profile in the audio policy config" into oc-mr1-dev

am: a9082750

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