From 9f83bb9fb75f825596a4a3cbf9ba7c8bbf6e3663 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 5 Feb 2020 17:20:09 -0800 Subject: [PATCH] audio: Fix audio effects schema for V6 There was a mistake in the XSD file introduced in aosp/1201850. Bug: 148979886 Test: atest VtsHalAudioEffectV6_0TargetTest Change-Id: I02f869031e0d4687d6e099fa5d4593d4b5cc8243 --- audio/effect/6.0/xml/api/current.txt | 4 ++++ audio/effect/6.0/xml/audio_effects_conf.xsd | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/audio/effect/6.0/xml/api/current.txt b/audio/effect/6.0/xml/api/current.txt index 072cf8f9b8..cd5ca2a88a 100644 --- a/audio/effect/6.0/xml/api/current.txt +++ b/audio/effect/6.0/xml/api/current.txt @@ -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 { diff --git a/audio/effect/6.0/xml/audio_effects_conf.xsd b/audio/effect/6.0/xml/audio_effects_conf.xsd index fcfecda821..eeaaf63117 100644 --- a/audio/effect/6.0/xml/audio_effects_conf.xsd +++ b/audio/effect/6.0/xml/audio_effects_conf.xsd @@ -255,10 +255,8 @@ - - - - + + @@ -322,4 +320,4 @@ - \ No newline at end of file +