diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-05-09 00:36:52 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-09 11:01:39 +0900 |
| commit | f4358f17a62e7a42f72b02d8e8fbd6b760b69f01 (patch) | |
| tree | bbde2165607d58afe8523408d9ba999271f2f88b /include | |
| parent | 248b75f89e99e59e5362d02d4df3f5e698137c29 (diff) | |
| download | linux-next-f4358f17a62e7a42f72b02d8e8fbd6b760b69f01.tar.gz linux-next-f4358f17a62e7a42f72b02d8e8fbd6b760b69f01.zip | |
ASoC: soc.h: remove snd_soc_disconnect_sync()
There is no snd_soc_disconnect_sync() implementation, and no one is
using it. Let's remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87jz6qpql7.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index e425394c3ef4..5d7b98f1dd71 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -469,8 +469,6 @@ static inline int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd) } #endif -void snd_soc_disconnect_sync(struct device *dev); - struct snd_soc_pcm_runtime *snd_soc_get_pcm_runtime(struct snd_soc_card *card, struct snd_soc_dai_link *dai_link); |
