diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2015-01-25 16:36:27 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-26 15:56:58 +0300 |
commit | a55bdf1ec5945050bfce9c3b2c3d8b70e8fd01a1 (patch) | |
tree | 58ba676f57162e6edb9e007e34d1b89fed2c46ce /sound/core/seq/seq_clientmgr.c | |
parent | 1f2fb110259afef478d65051c149ed04bd94c655 (diff) | |
download | linux-a55bdf1ec5945050bfce9c3b2c3d8b70e8fd01a1.tar.xz |
ALSA: seq: remove unused callback_all field
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/seq/seq_clientmgr.c')
-rw-r--r-- | sound/core/seq/seq_clientmgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/seq/seq_clientmgr.c b/sound/core/seq/seq_clientmgr.c index 808918ad2938..29182f56bfb7 100644 --- a/sound/core/seq/seq_clientmgr.c +++ b/sound/core/seq/seq_clientmgr.c @@ -1279,7 +1279,6 @@ static int snd_seq_ioctl_create_port(struct snd_seq_client *client, port->owner = callback->owner; port->private_data = callback->private_data; port->private_free = callback->private_free; - port->callback_all = callback->callback_all; port->event_input = callback->event_input; port->c_src.open = callback->subscribe; port->c_src.close = callback->unsubscribe; |