diff --git a/sound/soc/tegra-alt/machine_drivers/tegra_machine_driver_mobile.c b/sound/soc/tegra-alt/machine_drivers/tegra_machine_driver_mobile.c index dc515206..0c3c6d8a 100644 --- a/sound/soc/tegra-alt/machine_drivers/tegra_machine_driver_mobile.c +++ b/sound/soc/tegra-alt/machine_drivers/tegra_machine_driver_mobile.c @@ -901,6 +901,10 @@ static int tegra_machine_resume_post(struct snd_soc_card *card) return trigger_jack_status_check(rtd->codec); } + rtd = snd_soc_get_pcm_runtime(card, "rt565x-codec-sysclk-bclk1"); + if (rtd) + return trigger_jack_status_check(rtd->codec); + return 0; }