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

Commit 6611bfda authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "AudioService: Fix typo/grammar in comment."

parents 61c5cf13 bc82b12e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5347,8 +5347,8 @@ public class AudioService extends IAudioService.Stub {

    //==========================================================================================
    // Hdmi Cec system audio mode.
    // If Hdmi Cec's system audio mode is on, audio service should notify volume change
    // to HdmiControlService so that audio recevier can handle volume change.
    // If Hdmi Cec's system audio mode is on, audio service should send the volume change
    // to HdmiControlService so that the audio receiver can handle it.
    //==========================================================================================

    private class MyDisplayStatusCallback implements HdmiPlaybackClient.DisplayStatusCallback {