* [PATCH -next] ALSA: gus: Remove unused declarations
@ 2025-11-12 9:20 Yue Haibing
2025-11-12 9:35 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2025-11-12 9:20 UTC (permalink / raw)
To: perex, tiwai; +Cc: linux-sound, linux-kernel, yuehaibing
snd_gf1_synth_init() and snd_gf1_synth_done() were declared but never
implenmented and used since the beginning of kernel git history.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
sound/isa/gus/gus_reset.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sound/isa/gus/gus_reset.c b/sound/isa/gus/gus_reset.c
index 5cbace8369f8..a7a3e764bb77 100644
--- a/sound/isa/gus/gus_reset.c
+++ b/sound/isa/gus/gus_reset.c
@@ -9,9 +9,6 @@
#include <sound/core.h>
#include <sound/gus.h>
-extern int snd_gf1_synth_init(struct snd_gus_card * gus);
-extern void snd_gf1_synth_done(struct snd_gus_card * gus);
-
/*
* ok.. default interrupt handlers...
*/
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] ALSA: gus: Remove unused declarations
2025-11-12 9:20 [PATCH -next] ALSA: gus: Remove unused declarations Yue Haibing
@ 2025-11-12 9:35 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-11-12 9:35 UTC (permalink / raw)
To: Yue Haibing; +Cc: perex, tiwai, linux-sound, linux-kernel
On Wed, 12 Nov 2025 10:20:07 +0100,
Yue Haibing wrote:
>
> snd_gf1_synth_init() and snd_gf1_synth_done() were declared but never
> implenmented and used since the beginning of kernel git history.
>
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Thanks, applied now to for-next branch.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-12 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 9:20 [PATCH -next] ALSA: gus: Remove unused declarations Yue Haibing
2025-11-12 9:35 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox