Skip to content

Commit 793012c

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: bdw-rt5650: 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 b0ada40 commit 793012c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ static struct snd_soc_dai_link bdw_rt5650_dais[] = {
254254
.no_pcm = 1,
255255
.dai_fmt = SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_NB_NF |
256256
SND_SOC_DAIFMT_CBS_CFS,
257-
.ignore_suspend = 1,
258257
.ignore_pmdown_time = 1,
259258
.be_hw_params_fixup = broadwell_ssp0_fixup,
260259
.ops = &bdw_rt5650_ops,

0 commit comments

Comments
 (0)