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

Commit 056d4996 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "Preference exact audio profile for record"

parents f3bd9495 4f7c3ea4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ bool IOProfile::isCompatibleProfile(const DeviceVector &devices,
            if (checkExactAudioProfile(&config) != NO_ERROR) {
                return false;
            }
        } else if (checkCompatibleAudioProfile(
        } else if (checkExactAudioProfile(&config) != NO_ERROR && checkCompatibleAudioProfile(
                myUpdatedSamplingRate, myUpdatedChannelMask, myUpdatedFormat) != NO_ERROR) {
            return false;
        }