summaryrefslogtreecommitdiffstats
path: root/include/sound/seq_kernel.h
diff options
context:
space:
mode:
authorYue Haibing <yuehaibing@huawei.com>2024-08-17 11:33:34 +0200
committerTakashi Iwai <tiwai@suse.de>2024-08-17 16:32:31 +0200
commitb0b228bb8d546edd23e2467ed7669d4ce62ae763 (patch)
treef75753c9d35ef94bc0a789a40470a93184ca921c /include/sound/seq_kernel.h
parentALSA: oss: Remove unused declarations (diff)
downloadlinux-b0b228bb8d546edd23e2467ed7669d4ce62ae763.tar.xz
linux-b0b228bb8d546edd23e2467ed7669d4ce62ae763.zip
ALSA: seq: Remove unused declarations
These functions are never implemented and used. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Link: https://patch.msgid.link/20240817093334.1120002-1-yuehaibing@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/seq_kernel.h')
-rw-r--r--include/sound/seq_kernel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h
index c8621671fa70..00c32eed2124 100644
--- a/include/sound/seq_kernel.h
+++ b/include/sound/seq_kernel.h
@@ -86,10 +86,6 @@ static inline size_t snd_seq_event_packet_size(struct snd_seq_event *ev)
/* interface for OSS emulation */
int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo);
-/* port callback routines */
-void snd_port_init_callback(struct snd_seq_port_callback *p);
-struct snd_seq_port_callback *snd_port_alloc_callback(void);
-
/* port attach/detach */
int snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp,
int cap, int type, int midi_channels, int midi_voices, char *portname);