diff options
author | Kailang Yang <kailang@realtek.com> | 2008-10-15 11:20:21 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-15 11:21:08 +0200 |
commit | a385a52925398e53bedf1a8b30a9a3e002569f27 (patch) | |
tree | 06eb5b5efca32a4c1b817d77e76d4c5bc04fe321 /sound | |
parent | 4442608d4b0071a00067dcbf64e7362ce08e91a5 (diff) | |
download | op-kernel-dev-a385a52925398e53bedf1a8b30a9a3e002569f27.zip op-kernel-dev-a385a52925398e53bedf1a8b30a9a3e002569f27.tar.gz |
ALSA: hda - Add ALC887 support
Added ALC887 support. It's almost compatible with ALC883/888.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0e75984..011f00a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -16363,6 +16363,7 @@ struct hda_codec_preset snd_hda_preset_realtek[] = { { .id = 0x10ec0885, .rev = 0x100103, .name = "ALC889A", .patch = patch_alc882 }, /* should be patch_alc883() in future */ { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 }, + { .id = 0x10ec0887, .name = "ALC887", .patch = patch_alc883 }, { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc883 }, { .id = 0x10ec0888, .rev = 0x100101, .name = "ALC1200", .patch = patch_alc883 }, |