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)
commit8f1a16818a08047c83bc6e29efc07b15fd11fa29
treec6c09fe822a755deefc30726a638aa48f0f719bf
parentee39d77ed91f220b1458137118dea158a095d5c5
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