]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-utils: add snd_soc_component_is_dummy()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 16 Apr 2021 02:00:26 +0000 (11:00 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 16 Apr 2021 13:34:12 +0000 (14:34 +0100)
commit1a72ca0bfb5bb2076afa9153d6dbda09175e64e9
treec6c09fe822a755deefc30726a638aa48f0f719bf
parent48ddb9b7adf6c620348a2516e4b672fcea34921f
ASoC: soc-utils: add snd_soc_component_is_dummy()

There is snd_soc_dai_is_dummy(), but not for component.
This patch adds it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87zgxzxa2t.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h
sound/soc/soc-core.c
sound/soc/soc-utils.c