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

Commit 231bd200 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update audio VTS source code to match the change in AudioPolicyConfig"...

Merge "Update audio VTS source code to match the change in AudioPolicyConfig" into rvc-dev am: ce3f17e6 am: def82fe6

Change-Id: I68d47c54d523071b3765b630bb0615b6bb67e6e4
parents ba07869a def82fe6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ struct ConfigHelper {
            return devs.getDevice(AUDIO_DEVICE_IN_BUILTIN_MIC, {}, AUDIO_FORMAT_DEFAULT);
        };
        auto primaryMic = getMic(policyConfig.getPrimaryModule()->getDeclaredDevices());
        auto availableMic = getMic(policyConfig.getAvailableInputDevices());
        auto availableMic = getMic(policyConfig.getInputDevices());

        return primaryMic != nullptr && primaryMic->equals(availableMic);
    }