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

Commit b755e019 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "audio: Fix SourceMetadata spec in HAL V7 VTS"

parents 0c5fec28 44fa2dd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -322,9 +322,9 @@ TEST_P(OutputStreamTest, updateSourceMetadata) {
                const SourceMetadata metadata = {
                        {{toString(usage),
                          toString(content),
                          {} /* tags */,
                          volume,
                          toString(xsd::AudioChannelMask::AUDIO_CHANNEL_OUT_STEREO),
                          volume}}};
                          {} /* tags */}}};
                ASSERT_RESULT(okOrNotSupported, stream->updateSourceMetadata(metadata))
                        << "usage=" << toString(usage) << ", content=" << toString(content)
                        << ", volume=" << volume;