diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-12-10 13:58:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-10 14:00:13 +0100 |
commit | 9faa73f06ec2408cf86d20758d879b8d928ab30a (patch) | |
tree | 8daedc1a73fc785e706926afc6abeb86631b4075 /sound | |
parent | f62f5eff3d40a56ad1cf0d81a6cac8dd8743e8a1 (diff) | |
download | linux-9faa73f06ec2408cf86d20758d879b8d928ab30a.tar.bz2 |
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')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 1 |
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" }, {} }; |