Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120579
b: refs/heads/master
c: 972d4c5
h: refs/heads/master
i:
  120577: a151f27
  120575: 5667568
v: v3
  • Loading branch information
Jaroslav Kysela authored and Takashi Iwai committed Nov 12, 2008
1 parent 1769dd9 commit 284c9e9
Show file tree
Hide file tree
Showing 3 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: c2eb9c4ea383aee154e7139395872c4da629e715
refs/heads/master: 972d4c50fbbb1b9c10293ff90e4e1d45e7fb21ac
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/hdsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ static int snd_hdsp_create_midi (struct snd_card *card, struct hdsp *hdsp, int i
if (snd_rawmidi_new (card, buf, id, 1, 1, &hdsp->midi[id].rmidi) < 0)
return -1;

sprintf (hdsp->midi[id].rmidi->name, "%s MIDI %d", card->id, id+1);
sprintf(hdsp->midi[id].rmidi->name, "HDSP MIDI %d", id+1);
hdsp->midi[id].rmidi->private_data = &hdsp->midi[id];

snd_rawmidi_set_ops (hdsp->midi[id].rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT, &snd_hdsp_midi_output);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ static int __devinit snd_hdspm_create_midi (struct snd_card *card,
if (err < 0)
return err;

sprintf (hdspm->midi[id].rmidi->name, "%s MIDI %d", card->id, id+1);
sprintf(hdspm->midi[id].rmidi->name, "HDSPM MIDI %d", id+1);
hdspm->midi[id].rmidi->private_data = &hdspm->midi[id];

snd_rawmidi_set_ops(hdspm->midi[id].rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
Expand Down

0 comments on commit 284c9e9

Please sign in to comment.