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

Commit d50e4468 authored by Darwin Huang's avatar Darwin Huang Committed by Automerger Merge Worker
Browse files

Merge "AudioManager: Remove no-longer-relevant error message" am: 08f43325...

Merge "AudioManager: Remove no-longer-relevant error message" am: 08f43325 am: d2667447 am: 315d39d9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2264344



Change-Id: I83f05b52326f7472a50d4ac05287d4db8c012eab
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4270fc03 315d39d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6632,8 +6632,8 @@ public class AudioManager {
            }
        }
        if (k == ports.size()) {
            // this hould never happen
            Log.e(TAG, "updatePortConfig port not found for handle: "+port.handle().id());
            // This can happen in case of stale audio patch referring to a removed device and is
            // handled by the caller.
            return null;
        }
        AudioGainConfig gainCfg = portCfg.gain();