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

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: wavefront: remove snd_wavefront_xxx()

There is no snd_wavefront_xxx() implementation, and no one is using it.
Let's remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87msbmpqls.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Kuninori Morimoto and committed by
Takashi Iwai
f95e4b63 f67c90d6

-4
-4
include/sound/snd_wavefront.h
··· 110 110 }; 111 111 112 112 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card); 113 - extern int snd_wavefront_detect_irq (snd_wavefront_t *dev) ; 114 - extern int snd_wavefront_check_irq (snd_wavefront_t *dev, int irq); 115 - extern int snd_wavefront_restart (snd_wavefront_t *dev); 116 113 extern int snd_wavefront_start (snd_wavefront_t *dev); 117 114 extern int snd_wavefront_detect (snd_wavefront_card_t *card); 118 - extern int snd_wavefront_config_midi (snd_wavefront_t *dev) ; 119 115 extern int snd_wavefront_cmd (snd_wavefront_t *, int, unsigned char *, 120 116 unsigned char *); 121 117