Commit 9faa73f0 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Add "eapd" model string for AD1986A codec

Also update the documentation to the latest state.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f62f5eff
...@@ -113,14 +113,10 @@ AD1984 ...@@ -113,14 +113,10 @@ AD1984
AD1986A AD1986A
======= =======
6stack 6-jack, separate surrounds (default)
3stack 3-stack, shared surrounds 3stack 3-stack, shared surrounds
laptop 2-channel only (FSC V2060, Samsung M50) laptop 2-channel only (FSC V2060, Samsung M50)
laptop-eapd 2-channel with EAPD (ASUS A6J) laptop-imic 2-channel with built-in mic
laptop-automute 2-channel with EAPD and HP-automute (Lenovo N100) eapd Turn on EAPD constantly
ultra 2-channel with EAPD (Samsung Ultra tablet PC)
samsung 2-channel with EAPD (Samsung R65)
samsung-p50 2-channel with HP-automute (Samsung P50)
AD1988/AD1988B/AD1989A/AD1989B AD1988/AD1988B/AD1989A/AD1989B
============================== ==============================
......
...@@ -352,6 +352,7 @@ static const struct hda_model_fixup ad1986a_fixup_models[] = { ...@@ -352,6 +352,7 @@ static const struct hda_model_fixup ad1986a_fixup_models[] = {
{ .id = AD1986A_FIXUP_LAPTOP, .name = "laptop" }, { .id = AD1986A_FIXUP_LAPTOP, .name = "laptop" },
{ .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-imic" }, { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-imic" },
{ .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-eapd" }, /* alias */ { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-eapd" }, /* alias */
{ .id = AD1986A_FIXUP_EAPD, .name = "eapd" },
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment