From 97963193e58747f6c3de9e446b0b6a0a4bacebba Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 24 Jan 2012 13:58:36 +0100 Subject: [PATCH] --- yaml --- r: 287185 b: refs/heads/master c: 924339239fd5ba3e505f9420d41f0939196f3530 h: refs/heads/master i: 287183: 54891aed59482dbd7e20f505f46c37d80bb681ee v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_via.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 94df1e8c407d..cbf7398b608d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 054d867e032daf55c3343fc6d36c5c5f1e7954db +refs/heads/master: 924339239fd5ba3e505f9420d41f0939196f3530 diff --git a/trunk/sound/pci/hda/patch_via.c b/trunk/sound/pci/hda/patch_via.c index fb1f0ffc556b..de43cd92b0a5 100644 --- a/trunk/sound/pci/hda/patch_via.c +++ b/trunk/sound/pci/hda/patch_via.c @@ -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) {