Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22790
b: refs/heads/master
c: e64d2e3
h: refs/heads/master
v: v3
  • Loading branch information
Eugene Teo authored and Jaroslav Kysela committed Mar 22, 2006
1 parent b29e7b8 commit 9c00b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 825aa97241b46d2819c1db984c86a1a9df41b8e1
refs/heads/master: e64d2e36236175a56fd1d8b2acd784e21bdc7de6
3 changes: 1 addition & 2 deletions trunk/sound/core/seq/seq_clientmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1866,8 +1866,7 @@ static int snd_seq_ioctl_get_client_pool(struct snd_seq_client *client,
info.output_pool = cptr->pool->size;
info.output_room = cptr->pool->room;
info.output_free = info.output_pool;
if (cptr->pool)
info.output_free = snd_seq_unused_cells(cptr->pool);
info.output_free = snd_seq_unused_cells(cptr->pool);
if (cptr->type == USER_CLIENT) {
info.input_pool = cptr->data.user.fifo_pool_size;
info.input_free = info.input_pool;
Expand Down

0 comments on commit 9c00b32

Please sign in to comment.