aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-12-10 13:58:37 +0100
committerTakashi Iwai <tiwai@suse.de>2014-12-10 14:00:13 +0100
commit9faa73f06ec2408cf86d20758d879b8d928ab30a (patch)
tree8daedc1a73fc785e706926afc6abeb86631b4075 /sound/pci/hda/patch_analog.c
parentALSA: hda - Add EAPD fixup for ASUS Z99He laptop (diff)
downloadlinux-dev-9faa73f06ec2408cf86d20758d879b8d928ab30a.tar.xz
linux-dev-9faa73f06ec2408cf86d20758d879b8d928ab30a.zip
ALSA: hda - Add "eapd" model string for AD1986A codec
Also update the documentation to the latest state. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 4714ff92f15e..c81b715d6c98 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -352,6 +352,7 @@ static const struct hda_model_fixup ad1986a_fixup_models[] = {
{ .id = AD1986A_FIXUP_LAPTOP, .name = "laptop" },
{ .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-imic" },
{ .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-eapd" }, /* alias */
+ { .id = AD1986A_FIXUP_EAPD, .name = "eapd" },
{}
};