Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19582
b: refs/heads/master
c: 1d79716
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Jaroslav Kysela committed Feb 1, 2006
1 parent 623a8b4 commit 2887432
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: 89ac9c256495cbdbe130be5ed192c8911c89ed87
refs/heads/master: 1d79716ab07710465fa9fc1ae7328cc6095d2526
2 changes: 1 addition & 1 deletion trunk/sound/isa/gus/gusclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static int __init snd_gusclassic_probe(struct platform_device *pdev)
goto _err;
}
sprintf(card->longname + strlen(card->longname), " at 0x%lx, irq %d, dma %d", gus->gf1.port, xirq, xdma1);
if (dma2 >= 0)
if (xdma2 >= 0)
sprintf(card->longname + strlen(card->longname), "&%d", xdma2);

snd_card_set_dev(card, &pdev->dev);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/isa/opl3sa2.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ static int __devinit snd_opl3sa2_probe(struct snd_card *card, int dev)
}
sprintf(card->longname, "%s at 0x%lx, irq %d, dma %d",
card->shortname, chip->port, xirq, xdma1);
if (dma2 >= 0)
if (xdma2 >= 0)
sprintf(card->longname + strlen(card->longname), "&%d", xdma2);

return snd_card_register(card);
Expand Down

0 comments on commit 2887432

Please sign in to comment.