From: Kuninori Morimoto Date: Fri, 9 May 2025 00:36:52 +0000 (+0000) Subject: ASoC: soc.h: remove snd_soc_disconnect_sync() X-Git-Tag: v6.16-rc1~13^2~6^2~26 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f4358f17a62e7a42f72b02d8e8fbd6b760b69f01;p=linux-block.git 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 Link: https://patch.msgid.link/87jz6qpql7.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- 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);