Commit 75eb1c31 authored by Andres Mejia's avatar Andres Mejia Committed by Takashi Iwai

ALSA: hda - Set EAPD for Realtek ALC665

Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek
ALC665 (Vendor Id: 0x10ec0665).
Signed-off-by: default avatarAndres Mejia <mcitadel@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3ffc1222
...@@ -1265,6 +1265,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type) ...@@ -1265,6 +1265,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
case 0x10ec0660: case 0x10ec0660:
case 0x10ec0662: case 0x10ec0662:
case 0x10ec0663: case 0x10ec0663:
case 0x10ec0665:
case 0x10ec0862: case 0x10ec0862:
case 0x10ec0889: case 0x10ec0889:
set_eapd(codec, 0x14, 1); set_eapd(codec, 0x14, 1);
...@@ -4240,6 +4241,7 @@ static void alc_power_eapd(struct hda_codec *codec) ...@@ -4240,6 +4241,7 @@ static void alc_power_eapd(struct hda_codec *codec)
case 0x10ec0660: case 0x10ec0660:
case 0x10ec0662: case 0x10ec0662:
case 0x10ec0663: case 0x10ec0663:
case 0x10ec0665:
case 0x10ec0862: case 0x10ec0862:
case 0x10ec0889: case 0x10ec0889:
set_eapd(codec, 0x14, 0); set_eapd(codec, 0x14, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment