Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182720
b: refs/heads/master
c: 7fb2d72
h: refs/heads/master
v: v3
  • Loading branch information
Florian Zumbiehl authored and Takashi Iwai committed Feb 18, 2010
1 parent d2cc226 commit 90ef569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7fb3a069bc5d3577409c2ae89f89cd264ff85816
refs/heads/master: 7fb2d723e65cc793213515fa1da092b7c92a5b48
2 changes: 1 addition & 1 deletion trunk/sound/pci/cs46xx/cs46xx_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@ static void snd_cs46xx_codec_reset (struct snd_ac97 * ac97)
return;

/* test if we can write to the record gain volume register */
snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05);
snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05);
if ((err = snd_ac97_read(ac97, AC97_REC_GAIN)) == 0x8a05)
return;

Expand Down

0 comments on commit 90ef569

Please sign in to comment.