|
@@ -2089,6 +2089,9 @@ static void stac92hd83xxx_fixup_hp(struct hda_codec *codec,
|
|
|
codec_dbg(codec, "mute LED gpio %d polarity %d\n",
|
|
codec_dbg(codec, "mute LED gpio %d polarity %d\n",
|
|
|
spec->gpio_led,
|
|
spec->gpio_led,
|
|
|
spec->gpio_led_polarity);
|
|
spec->gpio_led_polarity);
|
|
|
|
|
+
|
|
|
|
|
+ /* allow auto-switching of dock line-in */
|
|
|
|
|
+ spec->gen.line_in_auto_switch = true;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
|
|
static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
|