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

This commit is contained in:
Treehugger Robot
2021-02-09 08:02:29 +00:00
committed by Gerrit Code Review

View File

@@ -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;