|
@@ -5334,6 +5334,9 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
|
|
|
if (spec == NULL)
|
|
|
return -ENOMEM;
|
|
|
|
|
|
+ /* reset pin power-down; Windows may leave these bits after reboot */
|
|
|
+ snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7EC, 0);
|
|
|
+ snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0);
|
|
|
codec->no_trigger_sense = 1;
|
|
|
codec->spec = spec;
|
|
|
spec->linear_tone_beep = 1;
|