aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorHui Wang <hui.wang@canonical.com>2015-03-26 17:14:55 +0800
committerBen Hutchings <ben@decadent.org.uk>2015-05-09 23:16:33 +0100
commit46694d0a3b35d833f5ef9cd87e4339dc2079f0fa (patch)
tree614563edd12fde1f8256fca1c3b44b074f84c533 /sound
parentcb5cce5dbef9b8dcbfdbd8bcbad02b5e0244ae72 (diff)
downloadkernel_samsung_smdk4412-46694d0a3b35d833f5ef9cd87e4339dc2079f0fa.zip
kernel_samsung_smdk4412-46694d0a3b35d833f5ef9cd87e4339dc2079f0fa.tar.gz
kernel_samsung_smdk4412-46694d0a3b35d833f5ef9cd87e4339dc2079f0fa.tar.bz2
ALSA: hda - Add one more node in the EAPD supporting candidate list
commit af95b41426e0b58279f8ff0ebe420df49a4e96b8 upstream. 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. BugLink: https://bugs.launchpad.net/bugs/1436745 Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d10a6ef..6d19f99 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -737,7 +737,7 @@ static void alc_auto_setup_eapd(struct hda_codec *codec, bool on)
{
/* We currently only handle front, HP */
static hda_nid_t pins[] = {
- 0x0f, 0x10, 0x14, 0x15, 0
+ 0x0f, 0x10, 0x14, 0x15, 0x17, 0
};
hda_nid_t *p;
for (p = pins; *p; p++)