aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2020-01-20 10:04:59 +0900
committerMark Brown <broonie@kernel.org>2020-01-21 17:06:30 +0000
commit0b1c89944207975dac17a176052b92780642b90b (patch)
tree48e0a601df9bf98f53be38be35320709286ad2a4 /include/sound
parentASoC: pxa: pxa-ssp: move .suspend/.resume to component (diff)
downloadwireguard-linux-0b1c89944207975dac17a176052b92780642b90b.tar.xz
wireguard-linux-0b1c89944207975dac17a176052b92780642b90b.zip
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>
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions