From: Andres Mejia Date: Sun, 20 Mar 2011 18:07:40 +0000 (-0400) Subject: ALSA: hda - Set EAPD for Realtek ALC665 X-Git-Tag: v2.6.39-rc1~32^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75eb1c311da47d32ba47825226e110df703b35d0;p=profile%2Fivi%2Fkernel-x86-ivi.git 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: Andres Mejia Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f1a03f2..28f95d1 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1265,6 +1265,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type) case 0x10ec0660: case 0x10ec0662: case 0x10ec0663: + case 0x10ec0665: case 0x10ec0862: case 0x10ec0889: set_eapd(codec, 0x14, 1); @@ -4240,6 +4241,7 @@ static void alc_power_eapd(struct hda_codec *codec) case 0x10ec0660: case 0x10ec0662: case 0x10ec0663: + case 0x10ec0665: case 0x10ec0862: case 0x10ec0889: set_eapd(codec, 0x14, 0);