Skip to content

Commit f95e4b6

Browse files
morimototiwai
authored andcommitted
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>
1 parent f67c90d commit f95e4b6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/sound/snd_wavefront.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,8 @@ struct _snd_wavefront_card {
110110
};
111111

112112
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);
116113
extern int snd_wavefront_start (snd_wavefront_t *dev);
117114
extern int snd_wavefront_detect (snd_wavefront_card_t *card);
118-
extern int snd_wavefront_config_midi (snd_wavefront_t *dev) ;
119115
extern int snd_wavefront_cmd (snd_wavefront_t *, int, unsigned char *,
120116
unsigned char *);
121117

0 commit comments

Comments
 (0)