Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287185
b: refs/heads/master
c: 9243392
h: refs/heads/master
i:
  287183: 54891ae
v: v3
  • Loading branch information
Takashi Iwai committed Feb 2, 2012
1 parent 439638c commit 9796319
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: 054d867e032daf55c3343fc6d36c5c5f1e7954db
refs/heads/master: 924339239fd5ba3e505f9420d41f0939196f3530
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ static void analog_low_current_mode(struct hda_codec *codec)
bool enable;
unsigned int verb, parm;

enable = is_aa_path_mute(codec) && (spec->opened_streams != 0);
enable = is_aa_path_mute(codec) && !spec->opened_streams;

/* decide low current mode's verb & parameter */
switch (spec->codec_type) {
Expand Down

0 comments on commit 9796319

Please sign in to comment.