diff options
author | Kevin Rocard <krocard@google.com> | 2018-07-20 07:18:32 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-07-20 07:18:32 -0700 |
commit | 80abca52dea74b8a53659fcb33c5448bf697312f (patch) | |
tree | 54ce9a66931bcd9da0621a19ad8a249246577884 /audio | |
parent | cccd5bf1dd32c49ac6e10d870829b1ae40d19580 (diff) | |
parent | f06d4203accc96302c5c6e7287bea5fd7a563f08 (diff) | |
download | platform_hardware_interfaces-80abca52dea74b8a53659fcb33c5448bf697312f.tar.gz platform_hardware_interfaces-80abca52dea74b8a53659fcb33c5448bf697312f.tar.bz2 platform_hardware_interfaces-80abca52dea74b8a53659fcb33c5448bf697312f.zip |
Effect VTS: Allow an effect proxy as pre/post processing am: 0f0328fc4epie-dr1-dev
am: f06d4203ac
Change-Id: I1e3b1296c0943f65c57b448d25bcbe4c2bd95239
Diffstat (limited to 'audio')
-rw-r--r-- | audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd b/audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd index ca6a7dc65b..df281b32d1 100644 --- a/audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd +++ b/audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd @@ -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"> |