Message ID | 20200319204947.18963-1-cezary.rojewski@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: Intel: boards: Remove ignore_suspend flag from SSP0 dai link | expand |
On 3/19/20 3:49 PM, Cezary Rojewski wrote: > 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 > > Cezary Rojewski (4): > ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0 dai link > ASoC: Intel: haswell: Remove ignore_suspend flag from SSP0 dai link > ASoC: Intel: bdw-rt5677: Remove ignore_suspend flag from SSP0 dai link > ASoC: Intel: bdw-rt5650: Remove ignore_suspend flag from SSP0 dai link tested on Broadwell XPS 13 and bdw-rt5677, so Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> > > sound/soc/intel/boards/bdw-rt5650.c | 1 - > sound/soc/intel/boards/bdw-rt5677.c | 1 - > sound/soc/intel/boards/broadwell.c | 1 - > sound/soc/intel/boards/haswell.c | 1 - > 4 files changed, 4 deletions(-) >