|
@@ -123,7 +123,7 @@ static int snd_trident_probe(struct pci_dev *pci,
|
|
} else {
|
|
} else {
|
|
strcpy(card->shortname, "Trident ");
|
|
strcpy(card->shortname, "Trident ");
|
|
}
|
|
}
|
|
- strcat(card->shortname, card->driver);
|
|
|
|
|
|
+ strcat(card->shortname, str);
|
|
sprintf(card->longname, "%s PCI Audio at 0x%lx, irq %d",
|
|
sprintf(card->longname, "%s PCI Audio at 0x%lx, irq %d",
|
|
card->shortname, trident->port, trident->irq);
|
|
card->shortname, trident->port, trident->irq);
|
|
|
|
|