Allow partially dynamic profile in the audio policy config am: 3092b31b14
am: 0aaff8bead
Change-Id: I5d4389a49ee33a9c2607e1252a456855f2a3a761
This commit is contained in:
commit
5f891e4ee0
1 changed files with 4 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue