ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0 dai link
authorCezary Rojewski <cezary.rojewski@intel.com>
Thu, 19 Mar 2020 20:49:44 +0000 (21:49 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 30 Mar 2020 17:03:06 +0000 (18:03 +0100)
commitec14b65ab6bcd583967880edd9688c7540cf5496
tree92729debadca7fe12ac275202fae46bb7e95b4a7
parenta91ab6509cd382dae4b7953155f47f276ff0d22f
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 <linux@dominikbrodowski.net>
Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200319204947.18963-2-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/broadwell.c