Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1494
b: refs/heads/master
c: 22e0732
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed May 29, 2005
1 parent 0966efa commit c7afd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 23fea4dad67a665e8d359dbb39180422385f1dcc
refs/heads/master: 22e0732e59b3482bb2f068bfe911c532767e5974
2 changes: 1 addition & 1 deletion trunk/sound/core/seq/seq_virmidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int snd_virmidi_dev_attach_seq(snd_virmidi_dev_t *rdev)
info->client = client;
info->type = KERNEL_CLIENT;
sprintf(info->name, "%s %d-%d", rdev->rmidi->name, rdev->card->number, rdev->device);
snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_SET_CLIENT_INFO, &info);
snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_SET_CLIENT_INFO, info);

/* create a port */
memset(pinfo, 0, sizeof(*pinfo));
Expand Down

0 comments on commit c7afd70

Please sign in to comment.