Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16165
b: refs/heads/master
c: 255bd16
h: refs/heads/master
i:
  16163: 6286275
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Jan 3, 2006
1 parent 6e82059 commit 6afd20a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: 22fb2a708d2f390808f20609213fd6a588bf7612
refs/heads/master: 255bd169ab645970f77d3fd7ac800781f96ddccb
3 changes: 0 additions & 3 deletions trunk/sound/core/seq/seq_clientmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2247,9 +2247,6 @@ int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
client->accept_input = callback->allow_output;
client->accept_output = callback->allow_input;

/* fill client data */
client->data.kernel.card = card;
client->data.kernel.private_data = callback->private_data;
sprintf(client->name, "Client-%d", client->number);

client->type = KERNEL_CLIENT;
Expand Down
3 changes: 0 additions & 3 deletions trunk/sound/core/seq/seq_clientmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ struct snd_seq_user_client {
};

struct snd_seq_kernel_client {
struct snd_card *card;
/* pointer to client functions */
void *private_data; /* private data for client */
/* ... */
};

Expand Down

0 comments on commit 6afd20a

Please sign in to comment.