ASoC: soc-core: remove bus_control
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 20 Jan 2020 01:05:07 +0000 (10:05 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 21 Jan 2020 17:07:08 +0000 (17:07 +0000)
commit250a15cf575a655097151ad887cea02dd0977136
tree6ab270c396e077a8512b0a306db2fb803fe8d996
parent450312b640f9c6caeeaf4bd8d4130f86ea27f456
ASoC: soc-core: remove bus_control

Now, snd_soc_dai_driver::bus_control is used for how to resume.
But, no driver which has bus_control has DAI driver suspend/resume
support.
This patch removes pointless bus_control from ALSA SoC.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87pnffx7i4.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
12 files changed:
include/sound/soc-dai.h
sound/soc/au1x/ac97c.c
sound/soc/au1x/psc-ac97.c
sound/soc/cirrus/ep93xx-ac97.c
sound/soc/fsl/fsl_ssi.c
sound/soc/fsl/imx-ssi.c
sound/soc/fsl/mpc5200_psc_ac97.c
sound/soc/pxa/pxa2xx-ac97.c
sound/soc/sh/hac.c
sound/soc/soc-core.c
sound/soc/tegra/tegra20_ac97.c
sound/soc/txx9/txx9aclc-ac97.c