mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Remove the limitation of max open streams
Bug: 295055755 Test: atest CtsMediaAudioTestCases Change-Id: Ifc0bec23ccc2845657389783194eb18fcc7884fa
This commit is contained in:
@@ -1379,7 +1379,7 @@ TEST_P(AudioCoreModule, CheckMixPorts) {
|
||||
<< "At least two mix ports have PRIMARY flag set: " << primaryMixPort.value()
|
||||
<< " and " << port.id;
|
||||
primaryMixPort = port.id;
|
||||
EXPECT_EQ(1, mixPort.maxOpenStreamCount)
|
||||
EXPECT_GE(mixPort.maxOpenStreamCount, 0)
|
||||
<< "Primary mix port " << port.id << " can not have maxOpenStreamCount "
|
||||
<< mixPort.maxOpenStreamCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user