Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62050
b: refs/heads/master
c: ba8c3c3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jul 20, 2007
1 parent bf4b8c0 commit e2c5619
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: 807a463603a2e014f36e88317aa5e07c15887fcd
refs/heads/master: ba8c3c37db0d6bf5e6de25016975ebfb558d2aba
4 changes: 2 additions & 2 deletions trunk/sound/pci/ali5451/ali5451.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ struct snd_ali_image {


struct snd_ali {
unsigned long irq;
int irq;
unsigned long port;
unsigned char revision;

Expand Down Expand Up @@ -2343,7 +2343,7 @@ static int __devinit snd_ali_probe(struct pci_dev *pci,
strcpy(card->driver, "ALI5451");
strcpy(card->shortname, "ALI 5451");

sprintf(card->longname, "%s at 0x%lx, irq %li",
sprintf(card->longname, "%s at 0x%lx, irq %i",
card->shortname, codec->port, codec->irq);

snd_ali_printk("register card.\n");
Expand Down

0 comments on commit e2c5619

Please sign in to comment.