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

Commit d88b8e21 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "Preference exact audio profile for record" am: 056d4996 am:...

Merge "Preference exact audio profile for record" am: 056d4996 am: 0dbe35f9 am: 14bdabb0 am: 5c6a4098 am: 8942bc2d am: a78883b9

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2590865



Change-Id: I45f9ab1caa72f3195c4e9353e58da8b15546efbf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e0eb6df7 a78883b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,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;
        }