mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Can not specify an audio effect for the default stream
The default stream is an alias to an other stream. One can not allocate effects for it in the configuration as it could conflict with the stream it aliases. Test: run xmllint against all audio effect configs Bug: 37492580 Change-Id: Ia2bbc13b5cf2a0a40e5eeff7ee22a7423ec16767 Signed-off-by: Kevin Rocard <krocard@google.com>
This commit is contained in:
committed by
Mikhail Naganov
parent
3296cee7e5
commit
6a0af3c51b
@@ -43,7 +43,6 @@
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="streamOutputType">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="default"/>
|
||||
<xs:enumeration value="voice_call"/>
|
||||
<xs:enumeration value="system"/>
|
||||
<xs:enumeration value="ring"/>
|
||||
|
||||
Reference in New Issue
Block a user