Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284133
b: refs/heads/master
c: e784816
h: refs/heads/master
i:
  284131: b38000e
v: v3
  • Loading branch information
Pavel Hofman authored and Takashi Iwai committed Jan 8, 2012
1 parent c33b711 commit 5abdadf
Show file tree
Hide file tree
Showing 2 changed files with 6 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: dcc2cf7507861476c874cc7974e5d4557a32475f
refs/heads/master: e7848163aa2a649d9065f230fadff80dc3519775
7 changes: 5 additions & 2 deletions trunk/sound/pci/ice1712/amp.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ static int __devinit snd_vt1724_amp_init(struct snd_ice1712 *ice)

static int __devinit snd_vt1724_amp_add_controls(struct snd_ice1712 *ice)
{
/* we use pins 39 and 41 of the VT1616 for left and right read outputs */
snd_ac97_write_cache(ice->ac97, 0x5a, snd_ac97_read(ice->ac97, 0x5a) & ~0x8000);
if (ice->ac97)
/* we use pins 39 and 41 of the VT1616 for left and right
read outputs */
snd_ac97_write_cache(ice->ac97, 0x5a,
snd_ac97_read(ice->ac97, 0x5a) & ~0x8000);
return 0;
}

Expand Down

0 comments on commit 5abdadf

Please sign in to comment.