mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
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>
This commit is contained in:
parent
1682c81746
commit
52d3cb88d7
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user