Skip to content

Commit ec14b65

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0 dai link
As of commit: ASoC: soc-core: care .ignore_suspend for Component suspend function soc-core::snd_soc_suspend no longer ignores 'ignore_suspend' flag for dai links. While BE dai link for System Pin is supposed to follow standard suspend-resume flow, appended 'ignore_suspend' flag disturbs that flow and causes audio to break right after resume. Remove the flag to address this. Link to first message in conversation: https://lkml.org/lkml/2020/3/18/54 Reported-by: Dominik Brodowski <[email protected]> Suggested-by: Mark Brown <[email protected]> Signed-off-by: Cezary Rojewski <[email protected]> Acked-by: Pierre-Louis Bossart <[email protected]> Cc: Kuninori Morimoto <[email protected]> Cc: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a91ab65 commit ec14b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/intel/boards/broadwell.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ static struct snd_soc_dai_link broadwell_rt286_dais[] = {
217217
.init = broadwell_rt286_codec_init,
218218
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
219219
SND_SOC_DAIFMT_CBS_CFS,
220-
.ignore_suspend = 1,
221220
.ignore_pmdown_time = 1,
222221
.be_hw_params_fixup = broadwell_ssp0_fixup,
223222
.ops = &broadwell_rt286_ops,

0 commit comments

Comments
 (0)