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

Commit f58deac4 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:...

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia0ae26eb4769a9c4f7678662e001a61680249d95
parents 73f3aa5b deb92278
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;