Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Takashi Iwai
c0241d71 4b1b92bd

-3
-3
sound/isa/gus/gus_reset.c
··· 9 9 #include <sound/core.h> 10 10 #include <sound/gus.h> 11 11 12 - extern int snd_gf1_synth_init(struct snd_gus_card * gus); 13 - extern void snd_gf1_synth_done(struct snd_gus_card * gus); 14 - 15 12 /* 16 13 * ok.. default interrupt handlers... 17 14 */