Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28460
b: refs/heads/master
c: 78fc030
h: refs/heads/master
v: v3
  • Loading branch information
Alan Horstmann authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 4e66926 commit 763672e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 887709be9063d233eb5abef25aafcd94615b03f9
refs/heads/master: 78fc030bdbbeebdea436f2b02a616d67e5f9bd9b
4 changes: 2 additions & 2 deletions trunk/sound/core/seq/seq_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ snd_seq_midisynth_register_port(struct snd_seq_device *dev)
}
client->seq_client =
snd_seq_create_kernel_client(
card, 0, "%s", info->name[0] ?
(const char *)info->name : "External MIDI");
card, 0, "%s", card->shortname[0] ?
(const char *)card->shortname : "External MIDI");
if (client->seq_client < 0) {
kfree(client);
mutex_unlock(&register_mutex);
Expand Down

0 comments on commit 763672e

Please sign in to comment.