mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
ALSA: seq: remove unused callback_all field
Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
1f2fb11025
commit
a55bdf1ec5
@@ -64,7 +64,6 @@ struct snd_seq_port_callback {
|
||||
int (*unuse)(void *private_data, struct snd_seq_port_subscribe *info);
|
||||
int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
|
||||
void (*private_free)(void *private_data);
|
||||
unsigned int callback_all; /* call subscribe callbacks at each connection/disconnection */
|
||||
/*...*/
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user