Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 650b16ee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "audio: Make 'surroundSound' element optional"

parents b5f58e2b 0637e133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
                <xs:element name="globalConfiguration" type="globalConfiguration"/>
                <xs:element name="modules" type="modules" maxOccurs="unbounded"/>
                <xs:element name="volumes" type="volumes" maxOccurs="unbounded"/>
                <xs:element name="surroundSound" type="surroundSound" />
                <xs:element name="surroundSound" type="surroundSound" minOccurs="0" />
            </xs:sequence>
            <xs:attribute name="version" type="version"/>
        </xs:complexType>