mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "audio: Fix audio effects schema for V6" am: 6918c455e1
Change-Id: I9b3ff18ae23db177e1a9261feab9564e7756a03c
This commit is contained in:
@@ -34,6 +34,10 @@ package audio.effects.V6_0 {
|
||||
|
||||
public class DeviceProcessType extends audio.effects.V6_0.StreamProcessingType {
|
||||
ctor public DeviceProcessType();
|
||||
method public String getAddress();
|
||||
method public audio.effects.V6_0.DeviceType getType();
|
||||
method public void setAddress(String);
|
||||
method public void setType(audio.effects.V6_0.DeviceType);
|
||||
}
|
||||
|
||||
public enum DeviceType {
|
||||
|
||||
@@ -255,10 +255,8 @@
|
||||
</xs:annotation>
|
||||
<xs:complexContent>
|
||||
<xs:extension base="aec:streamProcessingType">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="address" type="xs:string" use="required"/>
|
||||
<xs:attribute name="type" type="aec:deviceType" use="required"/>
|
||||
</xs:complexType>
|
||||
<xs:attribute name="address" type="xs:string" use="required"/>
|
||||
<xs:attribute name="type" type="aec:deviceType" use="required"/>
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
@@ -322,4 +320,4 @@
|
||||
<xs:field xpath="@effect"/>
|
||||
</xs:keyref>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user