]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: hda/realtek - Add support of ALC891 codec
authorKailang Yang <kailang@realtek.com>
Thu, 5 Jun 2014 03:13:44 +0000 (11:13 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jun 2014 06:52:36 +0000 (08:52 +0200)
New codec support for ALC891.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index 12fb411adf772f04d2041f710a8fe80e5cf35a53..246826f7480020301a144dbd719444bfc185a19f 100644 (file)
@@ -6227,6 +6227,7 @@ static const struct hda_codec_preset snd_hda_preset_realtek[] = {
        { .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 },
        { .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 },
        { .id = 0x10ec0680, .name = "ALC680", .patch = patch_alc680 },
+       { .id = 0x10ec0867, .name = "ALC891", .patch = patch_alc882 },
        { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
        { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
        { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc882 },