OSDN Git Service

Can not specify an audio effect for the default stream
authorKevin Rocard <krocard@google.com>
Mon, 26 Jun 2017 22:50:33 +0000 (15:50 -0700)
committerMikhail Naganov <mnaganov@google.com>
Sat, 8 Jul 2017 00:45:15 +0000 (17:45 -0700)
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>
audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd

index 9ae1621..ca6a7dc 100644 (file)
@@ -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"/>