mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Allow partially dynamic profile in the audio policy config" into oc-mr1-dev am: a9082750f4
am: c57abb5618
Change-Id: Ie2be25bc4e10aa6924c61d3b3aa6a7933647c8aa
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user