projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248b75f
)
ASoC: soc.h: remove snd_soc_disconnect_sync()
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Fri, 9 May 2025 00:36:52 +0000
(
00:36
+0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 9 May 2025 02:01:39 +0000
(11:01 +0900)
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>
include/sound/soc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index e425394c3ef462094687377d0855b23e8eca80c4..5d7b98f1dd71d340aef2bbe8dbebaa3cbe7ba8fc 100644
(file)
--- 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);