Skip to content

Commit b0ada40

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: bdw-rt5677: 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. 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]> Cc: Dominik Brodowski <[email protected]> Cc: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a996615 commit b0ada40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/intel/boards/bdw-rt5677.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ static struct snd_soc_dai_link bdw_rt5677_dais[] = {
340340
.no_pcm = 1,
341341
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
342342
SND_SOC_DAIFMT_CBS_CFS,
343-
.ignore_suspend = 1,
344343
.ignore_pmdown_time = 1,
345344
.be_hw_params_fixup = broadwell_ssp0_fixup,
346345
.ops = &bdw_rt5677_ops,

0 commit comments

Comments
 (0)