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

Commit cae88580 authored by Bhalchandra Gajare's avatar Bhalchandra Gajare Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm8994: Update ignore_suspend setting for dai links



The SLIMBUS_5_TX backend dai link can be used even though the system is
suspended. Currently this dai link does not ignore the suspend event and
hence causes issues (possibly device crash) while trying to suspend. Fix
the issues by updating this dai link to ignore the suspend event.

Change-Id: Ia1e190eee864629ca6ff84724754c12682481b5d
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent 4fe162d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2878,6 +2878,7 @@ static struct snd_soc_dai_link msm8994_common_dai_links[] = {
		.no_pcm = 1,
		.be_id = MSM_BACKEND_DAI_SLIMBUS_5_TX,
		.be_hw_params_fixup = msm_slim_5_tx_be_hw_params_fixup,
		.ignore_suspend = 1,
		.ops = &msm8994_be_ops,
	},
	/* Incall Music BACK END DAI Link */