diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-05-09 00:36:31 +0000 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-05-11 16:24:48 +0200 |
| commit | f95e4b6367f7ce062078dfb4769d283c56703872 (patch) | |
| tree | 620c0d005b5522504ff67fc450f1a4c789a61880 /include | |
| parent | f67c90d60f68cc02942895f0c594c5613ef43f64 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/snd_wavefront.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/snd_wavefront.h b/include/sound/snd_wavefront.h index 27f7e8a477c2..30f508a56766 100644 --- a/include/sound/snd_wavefront.h +++ b/include/sound/snd_wavefront.h @@ -110,12 +110,8 @@ struct _snd_wavefront_card { }; extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card); -extern int snd_wavefront_detect_irq (snd_wavefront_t *dev) ; -extern int snd_wavefront_check_irq (snd_wavefront_t *dev, int irq); -extern int snd_wavefront_restart (snd_wavefront_t *dev); extern int snd_wavefront_start (snd_wavefront_t *dev); extern int snd_wavefront_detect (snd_wavefront_card_t *card); -extern int snd_wavefront_config_midi (snd_wavefront_t *dev) ; extern int snd_wavefront_cmd (snd_wavefront_t *, int, unsigned char *, unsigned char *); |
