diff options
| author | Mark Brown <broonie@kernel.org> | 2025-05-03 07:21:43 +0900 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-03 07:21:43 +0900 |
| commit | d85d055e20915d10323d7f416f7fe092a58b28ed (patch) | |
| tree | 901cedffd28953ebe1f32f9a1b6b911f7f842be1 /include/sound | |
| parent | 2056d7a7df5d9a08144671afccb6970ccd595b89 (diff) | |
| parent | fed0805ffd76161ed8c056ea30b36550eda8e106 (diff) | |
| download | linux-d85d055e20915d10323d7f416f7fe092a58b28ed.tar.gz | |
ASoC: soc-utils: add snd_soc_dlc_is_dummy()
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
We are using dummy component/dlc, but didn't have its check funciton.
This patch adds it.
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 484d8b3a34f304..e425394c3ef462 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -936,7 +936,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 { /* |
