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

Commit 58fc79fc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Merge stage-aosp-sc-ts-dev before making it an upstream" into sc-dev am: 92f23985

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

Change-Id: I6677df5b87b3840575365b4471e28669654440f3
parents 9233f181 92f23985
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;
            }