Skip to content

Commit af95b41

Browse files
jason77-wangtiwai
authored andcommitted
ALSA: hda - Add one more node in the EAPD supporting candidate list
We have a HP machine which use the codec node 0x17 connecting the internal speaker, and from the node capability, we saw the EAPD, if we don't set the EAPD on for this node, the internal speaker can't output any sound. Cc: <stable@vger.kernel.org> BugLink: https://bugs.launchpad.net/bugs/1436745 Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent db48abf commit af95b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static void alc_auto_setup_eapd(struct hda_codec *codec, bool on)
396396
{
397397
/* We currently only handle front, HP */
398398
static hda_nid_t pins[] = {
399-
0x0f, 0x10, 0x14, 0x15, 0
399+
0x0f, 0x10, 0x14, 0x15, 0x17, 0
400400
};
401401
hda_nid_t *p;
402402
for (p = pins; *p; p++)

0 commit comments

Comments
 (0)