mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Effect VTS: Allow an effect proxy as pre/post processing
Effect proxy were previously mistakenly forbidden as post or pre processing effects. An effect being a proxy or not should not affect where it can be use in the effect framework. Bug: 111421676 Test: xmllint --noout --schema hardware/interfaces/audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd $(find -name audio_effects.xml) Change-Id: Iad1c1467226b86a2935a36dd90cf2e32f7f753b0 Signed-off-by: Kevin Rocard <krocard@google.com>
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
<xs:field xpath="@library"/>
|
||||
</xs:keyref>
|
||||
<xs:key name="effectName">
|
||||
<xs:selector xpath="aec:effects/aec:effect"/>
|
||||
<xs:selector xpath="aec:effects/aec:effect|aec:effects/aec:effectProxy"/>
|
||||
<xs:field xpath="@name"/>
|
||||
</xs:key>
|
||||
<xs:keyref name="effectNamePreRef" refer="aec:effectName">
|
||||
|
||||
Reference in New Issue
Block a user