]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 17 Jul 2020 00:22:02 +0000 (09:22 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 17 Jul 2020 13:22:56 +0000 (14:22 +0100)
commit6c477e3e2dc17ccb997e293f0eb8d9679a1860a6
treece5e066a49a30527dea4cd90f5ebeafca8641763
parentd048ce5a3d1f4343aa3eb5a0151330fe07b226d4
ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec

snd_soc_dai_digital_mute() is used for both CPU and Codec.
For example, soc_pcm_prepare() / soc_pcm_hw_free() are caring
both CPU and Codec.

But soc_resume_deferred() / snd_soc_suspend() are not.
This patch cares it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/87ft9r2dqr.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c