]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - Add ALC887 support
authorKailang Yang <kailang@realtek.com>
Wed, 15 Oct 2008 09:20:21 +0000 (11:20 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 13 Dec 2008 23:29:27 +0000 (15:29 -0800)
commit a385a52925398e53bedf1a8b30a9a3e002569f27 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c

index b22de18fe2e0e98d1a49d59fa60b4abf8355c3cb..9abf8e6b39fe4f01f69a897b73ddf8d6fdad9f8b 100644 (file)
@@ -14965,6 +14965,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 = 0x10ec0889, .name = "ALC889", .patch = patch_alc883 },
        {} /* terminator */