diff options
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 3edd73c3d361..6f806d3e56bb 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -5534,6 +5534,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) | |||
5534 | snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e); | 5534 | snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e); |
5535 | } | 5535 | } |
5536 | 5536 | ||
5537 | codec->epss = 0; /* longer delay needed for D3 */ | ||
5537 | codec->no_trigger_sense = 1; | 5538 | codec->no_trigger_sense = 1; |
5538 | codec->spec = spec; | 5539 | codec->spec = spec; |
5539 | 5540 | ||