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

Commit 23f80771 authored by Zheng Zhang's avatar Zheng Zhang Committed by android-build-merger
Browse files

audio: hal: fix power issue if tfa98xx calibration failed am: 32847eff

am: a602e8b2

Change-Id: Id085691a5ec2ea9f618feb3f5c6afc71ea8a5e73
parents aa255fb6 a602e8b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -512,7 +512,6 @@ int audio_extn_tfa_98xx_init(struct audio_device *adev)
        ret = data->set_speaker_calibration(0);
        if (ret) {
            ALOGE("%s: exTfa98xx_calibration return %d\n", __func__, ret);
            goto err_init;
        }

        ret = tfa_98xx_set_audio_mode(I2S_CLOCK_DISABLE, adev, Audio_Mode_Music_Normal);