mirror of https://github.com/torvalds/linux.git
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:
parent
4b1b92bdc4
commit
c0241d7180
|
|
@ -9,9 +9,6 @@
|
||||||
#include <sound/core.h>
|
#include <sound/core.h>
|
||||||
#include <sound/gus.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...
|
* ok.. default interrupt handlers...
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue