linux_dsm_epyc7002/sound/soc/samsung
Kuninori Morimoto 21385a4faa
ASoC: samsung: i2s: 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/87wo9nx7it.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-01-21 17:05:54 +00:00
..
arndale.c
bells.c ASoC: samsung: bells: use snd_soc_dai_link_component for codec_conf 2019-12-16 12:02:36 +00:00
dma.h
dmaengine.c
h1940_uda1380.c
i2s-regs.h
i2s.c ASoC: samsung: i2s: move .suspend/.resume to component 2020-01-21 17:05:54 +00:00
i2s.h
idma.c ASoC: samsung: Drop superfluous ioctl PCM ops 2019-12-11 15:58:41 +00:00
idma.h
jive_wm8750.c
Kconfig
littlemill.c ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() 2019-12-10 13:15:21 +00:00
lowland.c ASoC: samsung: lowland: use snd_soc_dai_link_component for codec_conf 2019-12-16 12:02:39 +00:00
Makefile
neo1973_wm8753.c ASoC: samsung: neo1973_wm8753: use snd_soc_dai_link_component for codec_conf 2019-12-16 12:02:44 +00:00
odroid.c
pcm.c
pcm.h
regs-i2s-v2.h
regs-iis.h
rx1950_uda1380.c
s3c24xx_simtec_hermes.c
s3c24xx_simtec_tlv320aic23.c
s3c24xx_simtec.c
s3c24xx_simtec.h
s3c24xx_uda134x.c
s3c24xx-i2s.c ASoC: samsung: s3c24xx-i2s: move .suspend/.resume to component 2020-01-21 17:04:03 +00:00
s3c24xx-i2s.h
s3c2412-i2s.c
s3c2412-i2s.h
s3c-i2s-v2.c
s3c-i2s-v2.h
smartq_wm8987.c
smdk_spdif.c
smdk_wm8580.c
smdk_wm8994.c
smdk_wm8994pcm.c
snow.c ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() 2019-12-10 13:15:21 +00:00
spdif.c ASoC: samsung: spdif: move .suspend/.resume to component 2020-01-21 17:04:11 +00:00
spdif.h
speyside.c ASoC: samsung: speyside: use snd_soc_dai_link_component for codec_conf 2019-12-16 12:02:48 +00:00
tm2_wm5110.c ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() 2019-12-10 13:15:21 +00:00
tobermory.c ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() 2019-12-10 13:15:21 +00:00