Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120338
b: refs/heads/master
c: c872e8c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Oct 20, 2008
1 parent 872c0b6 commit 0fec0c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96c7d478efad594e483ee8a826395b1342404885
refs/heads/master: c872e8cab5b7cab0696bcf09c6f03c972edc1c49
2 changes: 2 additions & 0 deletions trunk/sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,8 @@ static int patch_alc655(struct snd_ac97 * ac97)
val &= ~(1 << 1); /* Pin 47 is EAPD (for internal speaker) */
else
val |= (1 << 1); /* Pin 47 is spdif input pin */
/* this seems missing on some hardwares */
ac97->ext_id |= AC97_EI_SPDIF;
}
val &= ~(1 << 12); /* vref enable */
snd_ac97_write_cache(ac97, 0x7a, val);
Expand Down

0 comments on commit 0fec0c7

Please sign in to comment.