summaryrefslogtreecommitdiffstats
path: root/sound/drivers
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2020-01-10 11:36:02 +0900
committerMark Brown <broonie@kernel.org>2020-01-10 13:32:31 +0000
commit1272063a7ee4e60ace4cf7cae621fb6f8cafaaba (patch)
treebd3a4337ac5f730862cf33f28c4cdbe59ee538e8 /sound/drivers
parent12b052327dc2d9d4ca5146608aad1c42741df4fb (diff)
downloadlinux-1272063a7ee4e60ace4cf7cae621fb6f8cafaaba.tar.gz
linux-1272063a7ee4e60ace4cf7cae621fb6f8cafaaba.tar.bz2
linux-1272063a7ee4e60ace4cf7cae621fb6f8cafaaba.zip
ASoC: soc-core: care .ignore_suspend for Component suspend
Card dai_link has .ignore_suspend, and ALSA SoC cares it when suspend. For example, like this for_each_card_rtds(card, rtd) { if (rtd->dai_link->ignore_suspend) continue; ... } But in snd_soc_suspend(), it doesn't care about it when suspending Component. This patch cares it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/877e20t4vh.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions