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>
This commit is contained in:
Yue Haibing 2025-11-12 17:20:07 +08:00 committed by Takashi Iwai
parent 4b1b92bdc4
commit c0241d7180
1 changed files with 0 additions and 3 deletions

View File

@ -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...
*/