Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99151
b: refs/heads/master
c: 25552e8
h: refs/heads/master
i:
  99149: 018d657
  99147: e325c15
  99143: 516ddee
  99135: 95dbf9c
v: v3
  • Loading branch information
Mike Rapoport authored and Jaroslav Kysela committed Jul 10, 2008
1 parent e0919b1 commit 119edab
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: 6a9dccd61253f361760802d8d19c28fa83ea83f5
refs/heads/master: 25552e87aa4102f048f1a8a8ddc87c96593c304e
4 changes: 2 additions & 2 deletions trunk/sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3710,7 +3710,7 @@ static int patch_ucb1400(struct snd_ac97 * ac97)
{
ac97->build_ops = &patch_ucb1400_ops;
/* enable headphone driver and smart low power mode by default */
snd_ac97_write(ac97, 0x6a, 0x0050);
snd_ac97_write(ac97, 0x6c, 0x0030);
snd_ac97_write_cache(ac97, 0x6a, 0x0050);
snd_ac97_write_cache(ac97, 0x6c, 0x0030);
return 0;
}

0 comments on commit 119edab

Please sign in to comment.