diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-04-16 06:27:10 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-02 05:38:41 +0900 |
| commit | 3e021f3b8115614127dd04c5615ccbcc2706bdd5 (patch) | |
| tree | 8b71d204d3a3596ce00fbe9fb5b0b3707e4e93ee /include/sound | |
| parent | b4432656b36e5cc1d50a1f2dc15357543add530e (diff) | |
| download | linux-3e021f3b8115614127dd04c5615ccbcc2706bdd5.tar.gz | |
ASoC: soc-utils: add snd_soc_dlc_is_dummy()
We have snd_soc_xxx_is_dummy() functions, but not for dlc.
Let's add it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87cydc8vup.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 952ed77b8c87fb..21903984af49d3 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -935,7 +935,7 @@ snd_soc_link_to_platform(struct snd_soc_dai_link *link, int n) { extern struct snd_soc_dai_link_component null_dailink_component[0]; extern struct snd_soc_dai_link_component snd_soc_dummy_dlc; - +int snd_soc_dlc_is_dummy(struct snd_soc_dai_link_component *dlc); struct snd_soc_codec_conf { /* |
