summaryrefslogtreecommitdiff
path: root/sound/isa
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2025-11-12 17:20:07 +0800
committerTakashi Iwai <tiwai@suse.de>2025-11-12 10:34:44 +0100
commitc0241d7180d3dedde4dcd48a8b02a1ef1565ab4f (patch)
tree49152a7f091994b6dc7e73ce41800737e0a50acc /sound/isa
parent4b1b92bdc4ca13fd6712cfaa0084d3cfdf76e24c (diff)
ALSA: gus: Remove unused declarations
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> Link: https://patch.msgid.link/20251112092007.3546539-1-yuehaibing@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa')
-rw-r--r--sound/isa/gus/gus_reset.c3
1 files changed, 0 insertions, 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...
*/