mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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>
This commit is contained in:
parent
c8a3231ae6
commit
b0b228bb8d
@ -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);
|
||||
|
@ -116,10 +116,6 @@ __poll_t snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_ta
|
||||
|
||||
void snd_seq_oss_reset(struct seq_oss_devinfo *dp);
|
||||
|
||||
/* */
|
||||
void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
|
||||
|
||||
|
||||
/* proc interface */
|
||||
void snd_seq_oss_system_info_read(struct snd_info_buffer *buf);
|
||||
void snd_seq_oss_midi_info_read(struct snd_info_buffer *buf);
|
||||
|
@ -84,7 +84,6 @@ void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop);
|
||||
int snd_seq_queue_check_access(int queueid, int client);
|
||||
int snd_seq_queue_timer_set_tempo(int queueid, int client, struct snd_seq_queue_tempo *info);
|
||||
int snd_seq_queue_set_owner(int queueid, int client, int locked);
|
||||
int snd_seq_queue_set_locked(int queueid, int client, int locked);
|
||||
int snd_seq_queue_timer_open(int queueid);
|
||||
int snd_seq_queue_timer_close(int queueid);
|
||||
int snd_seq_queue_use(int queueid, int client, int use);
|
||||
|
@ -109,8 +109,6 @@ static inline void snd_seq_inc_time_nsec(snd_seq_real_time_t *tm, unsigned long
|
||||
struct snd_seq_queue;
|
||||
int snd_seq_timer_open(struct snd_seq_queue *q);
|
||||
int snd_seq_timer_close(struct snd_seq_queue *q);
|
||||
int snd_seq_timer_midi_open(struct snd_seq_queue *q);
|
||||
int snd_seq_timer_midi_close(struct snd_seq_queue *q);
|
||||
void snd_seq_timer_defaults(struct snd_seq_timer *tmr);
|
||||
void snd_seq_timer_reset(struct snd_seq_timer *tmr);
|
||||
int snd_seq_timer_stop(struct snd_seq_timer *tmr);
|
||||
|
Loading…
Reference in New Issue
Block a user