diff options
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, | |||
1279 | port->owner = callback->owner; | 1279 | port->owner = callback->owner; |
1280 | port->private_data = callback->private_data; | 1280 | port->private_data = callback->private_data; |
1281 | port->private_free = callback->private_free; | 1281 | port->private_free = callback->private_free; |
1282 | port->callback_all = callback->callback_all; | ||
1283 | port->event_input = callback->event_input; | 1282 | port->event_input = callback->event_input; |
1284 | port->c_src.open = callback->subscribe; | 1283 | port->c_src.open = callback->subscribe; |
1285 | port->c_src.close = callback->unsubscribe; | 1284 | port->c_src.close = callback->unsubscribe; |