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

Commit 875e7218 authored by Xin Li's avatar Xin Li
Browse files

Merge stage-aosp-sc-ts-dev before making it an upstream

Bug: 169893837
Merged-In: I6970e4114a1efacc36e25871b77c5350496a0b2a
Change-Id: I996a73bdcf0574bb961115d80f0065a489fb2a6f
parents 97f44476 bb90e848
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1390,6 +1390,9 @@ static void testSetAudioProperties(IStream* stream) {
                config.channelMask.value(channelMask);
                auto ret = stream->setAudioProperties(config);
                EXPECT_TRUE(ret.isOk());
                if (ret == Result::NOT_SUPPORTED) {
                    GTEST_SKIP() << "setAudioProperties is not supported";
                }
                EXPECT_EQ(Result::OK, ret)
                        << profile.format << "; " << sampleRate << "; " << channelMask;
            }