linux/sound/soc/pxa
Kuninori Morimoto 0b1c899442
ASoC: pxa: pxa2xx-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.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87sgkbx7ic.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-01-21 17:06:30 +00:00
..
brownstone.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
corgi.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
e740_wm9705.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
e750_wm9705.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
e800_wm9712.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
em-x270.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
hx4700.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
imote2.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
Kconfig sound: Fix Kconfig indentation 2019-10-07 03:53:03 +02:00
magician.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
Makefile ASoC: eliminate left-over from Raumfeld machine driver removal 2019-01-07 16:58:19 +00:00
mioa701_wm9713.c ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() 2019-12-10 13:15:21 +00:00
mmp-pcm.c ASoC: pxa: Drop superfluous ioctl PCM ops 2019-12-11 15:58:04 +00:00
mmp-sspa.c spi: pxa2xx: No need to keep pointer to platform device 2019-10-18 18:24:50 +01:00
mmp-sspa.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
palm27x.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
poodle.c ASoC: pxa: poodle: Spelling s/enpoints/endpoints/, s/connetion/connection/ 2019-10-25 11:07:15 +01:00
pxa2xx-ac97.c ASoC: pxa: Drop superfluous ioctl PCM ops 2019-12-11 15:58:04 +00:00
pxa2xx-i2s.c ASoC: pxa: pxa2xx-i2s: move .suspend/.resume to component 2020-01-21 17:06:30 +00:00
pxa2xx-i2s.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
pxa2xx-pcm.c ASoC: pxa: Drop superfluous ioctl PCM ops 2019-12-11 15:58:04 +00:00
pxa-ssp.c ASoC: pxa: pxa-ssp: move .suspend/.resume to component 2020-01-21 17:06:22 +00:00
pxa-ssp.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
spitz.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
tosa.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
ttc-dkb.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
z2.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
zylonite.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00