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

Commit deb92278 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "audio: Fix SourceMetadata spec in HAL V7 VTS" am: b755e019 am: a5182d56 am: 118895aa

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1580885

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8d9c33077d8bcd9f30bef46663d7ff67246907ac
parents ce4a6d75 118895aa
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;