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

Commit 1bc966d9 authored by Wonsik Kim's avatar Wonsik Kim Committed by android-build-merger
Browse files

am b3c06e49: Merge "TIF: fix loud volume after input switch when volume is 0"...

am b3c06e49: Merge "TIF: fix loud volume after input switch when volume is 0" into lmp-mr1-dev automerge: cd8a80c7
automerge: ae3e5e82

* commit 'ae3e5e82':
  TIF: fix loud volume after input switch when volume is 0
parents b018835d ae3e5e82
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -677,7 +677,9 @@ class TvInputHardwareManager implements TvInputHal.Callback {
        private AudioDevicePort mAudioSource;
        private List<AudioDevicePort> mAudioSink = new ArrayList<>();
        private AudioPatch mAudioPatch = null;
        private float mCommittedVolume = 0.0f;
        // Set to an invalid value for a volume, so that current volume can be applied at the
        // first call to updateAudioConfigLocked().
        private float mCommittedVolume = -1f;
        private float mSourceVolume = 0.0f;

        private TvStreamConfig mActiveConfig = null;