|
@@ -1879,6 +1879,7 @@ static int snd_seq_ioctl_get_client_pool(struct snd_seq_client *client,
|
|
if (cptr == NULL)
|
|
if (cptr == NULL)
|
|
return -ENOENT;
|
|
return -ENOENT;
|
|
memset(&info, 0, sizeof(info));
|
|
memset(&info, 0, sizeof(info));
|
|
|
|
+ info.client = cptr->number;
|
|
info.output_pool = cptr->pool->size;
|
|
info.output_pool = cptr->pool->size;
|
|
info.output_room = cptr->pool->room;
|
|
info.output_room = cptr->pool->room;
|
|
info.output_free = info.output_pool;
|
|
info.output_free = info.output_pool;
|