From 763672e05b7e73fa6c6781a47c1c311813769cfc Mon Sep 17 00:00:00 2001 From: Alan Horstmann Date: Fri, 21 Apr 2006 08:39:20 +0200 Subject: [PATCH] --- yaml --- r: 28460 b: refs/heads/master c: 78fc030bdbbeebdea436f2b02a616d67e5f9bd9b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/core/seq/seq_midi.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ae22dac58740..fa93ab699b73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 887709be9063d233eb5abef25aafcd94615b03f9 +refs/heads/master: 78fc030bdbbeebdea436f2b02a616d67e5f9bd9b diff --git a/trunk/sound/core/seq/seq_midi.c b/trunk/sound/core/seq/seq_midi.c index 9caa1372bece..3b316da25eff 100644 --- a/trunk/sound/core/seq/seq_midi.c +++ b/trunk/sound/core/seq/seq_midi.c @@ -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(®ister_mutex);