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

Commit 8942bc2d 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

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



Change-Id: I8eba31eb6b3101a557705626fcc5f4245a72fc4c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d6b9981f 5c6a4098
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;
        }