]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sti: sti_uniperif: move .suspend/.resume to component
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 20 Jan 2020 01:04:18 +0000 (10:04 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 21 Jan 2020 17:04:37 +0000 (17:04 +0000)
commit4253663f3f5695352a2586c1dc6f5e022ea33416
tree7dae22978ad0d3ae2c80c9d35132ae2c323e6fe2
parentf60f521107739bd66c9d0bdcbd8efc7f978ae31d
ASoC: sti: sti_uniperif: move .suspend/.resume to component

There is no big difference at implementation for .suspend/.resume
between DAI driver and Component driver.
But because some driver is using DAI version, thus ALSA SoC needs
to keep supporting it, hence, framework becoming verbose.
If we can switch all DAI driver .suspend/.resume to Component driver,
we can remove verbose code from ALSA SoC.

Driver is getting its private data via dai->dev.
But dai->dev and component->dev are same dev, thus, we can convert
these. For same reason, we can convert dai->active to
component->active if necessary.

This patch moves DAI driver .suspend/.resume to Component driver

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/8736cbym3x.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/sti_uniperif.c