Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9755
b: refs/heads/master
c: 4d060fd
h: refs/heads/master
i:
  9753: 701d587
  9751: 3121adf
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Oct 7, 2005
1 parent ddb5e18 commit 63f7a08
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b150869369adafb7cc0cf65ea500f9f3c4bbf857
refs/heads/master: 4d060fd16946d767ee903804c6769a26d7da7ab2
6 changes: 4 additions & 2 deletions trunk/sound/pci/ali5451/ali5451.c
Original file line number Diff line number Diff line change
Expand Up @@ -1993,8 +1993,10 @@ static int __devinit snd_ali_mixer(ali_t * codec)
if ((err = snd_ac97_mixer(codec->ac97_bus, &ac97, &codec->ac97[i])) < 0) {
snd_printk("ali mixer %d creating error.\n", i);
if(i == 0)
return err;
}
return err;
codec->num_of_codecs = 1;
break;
}
}

if (codec->spdif_support) {
Expand Down

0 comments on commit 63f7a08

Please sign in to comment.