summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-05-17 10:04:08 +0200
committerTakashi Iwai <tiwai@suse.de>2011-05-17 10:04:08 +0200
commit52d3cb88d75701f800db16561ff12c7692b56e55 (patch)
tree87304b73bc402292692a4839136bd20c5700cb82 /sound/pci
parent1682c8174692180fcb19317704a0d32c8731eb33 (diff)
downloadop-kernel-dev-52d3cb88d75701f800db16561ff12c7692b56e55.zip
op-kernel-dev-52d3cb88d75701f800db16561ff12c7692b56e55.tar.gz
ALSA: hda - Fix initialization of spec->automute_lines in patch_realtek.c
spec->automute_lines shouldn't be set unless the line-detection is available. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 473ddc7..1f00cdb 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1584,7 +1584,7 @@ static void alc_init_auto_hp(struct hda_codec *codec)
AC_USRSP_EN | ALC880_FRONT_EVENT);
spec->detect_line = 1;
}
- spec->automute_lines = 1;
+ spec->automute_lines = spec->detect_line;
}
if (spec->automute) {
OpenPOWER on IntegriCloud