Skip to content

Commit

Permalink
ALSA: hda - Set EAPD for Realtek ALC665
Browse files Browse the repository at this point in the history
Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek
ALC665 (Vendor Id: 0x10ec0665).

Signed-off-by: Andres Mejia <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Andres Mejia authored and tiwai committed Mar 21, 2011
1 parent 3ffc122 commit 75eb1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 75eb1c3

Please sign in to comment.