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

Commit 1123e861 authored by Jeremy Wu's avatar Jeremy Wu Committed by Android (Google) Code Review
Browse files

Merge "PolicyAudioPort: fix a log message in |pickAudioProfile|" into main

parents 7b588a6e 8e76fe30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ void PolicyAudioPort::pickAudioProfile(uint32_t &samplingRate,
        }
    }
    ALOGV("%s Port[nm:%s] profile rate=%d, format=%d, channels=%d", __FUNCTION__,
            asAudioPort()->getName().c_str(), samplingRate, channelMask, format);
            asAudioPort()->getName().c_str(), samplingRate, format, channelMask);
}

status_t PolicyAudioPort::checkAudioProfile(