aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-04-21 16:09:31 +0200
committerJaroslav Kysela <perex@suse.cz>2006-04-27 21:10:30 +0200
commit71b2ccc3a2fd6c27e3cd9b4239670005978e94ce (patch)
tree2cc0a28d995b0191a469f2cac2f8a9baad114a8d /sound/pci
parent[ALSA] hda-codec - Add model entry for ASUS M9 laptop (diff)
downloadlinux-dev-71b2ccc3a2fd6c27e3cd9b4239670005978e94ce.tar.xz
linux-dev-71b2ccc3a2fd6c27e3cd9b4239670005978e94ce.zip
[ALSA] hda-codec - Add codec id for AD1988B codec chip
Add codec id for AD1988B codec chip. The functionality is identical with AD1988(A) chip. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-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 522ffa79e4d4..f336cff01cb1 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -2621,5 +2621,6 @@ struct hda_codec_preset snd_hda_preset_analog[] = {
{ .id = 0x11d41983, .name = "AD1983", .patch = patch_ad1983 },
{ .id = 0x11d41986, .name = "AD1986A", .patch = patch_ad1986a },
{ .id = 0x11d41988, .name = "AD1988", .patch = patch_ad1988 },
+ { .id = 0x11d4198b, .name = "AD1988B", .patch = patch_ad1988 },
{} /* terminator */
};