Skip to content

Commit a996615

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: haswell: 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 ec14b65 commit a996615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/intel/boards/haswell.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ static struct snd_soc_dai_link haswell_rt5640_dais[] = {
162162
.no_pcm = 1,
163163
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
164164
SND_SOC_DAIFMT_CBS_CFS,
165-
.ignore_suspend = 1,
166165
.ignore_pmdown_time = 1,
167166
.be_hw_params_fixup = haswell_ssp0_fixup,
168167
.ops = &haswell_rt5640_ops,

0 commit comments

Comments
 (0)