]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ALSA: hda/realtek - New vendor ID for ALC233
authorKailang Yang <kailang@realtek.com>
Fri, 6 Jun 2014 09:05:33 +0000 (17:05 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2014 12:35:53 +0000 (14:35 +0200)
This is compatible with ALC255.
It is use for Lenovo.

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

index 2d698c0f67643935d7bc36fb2e4493513022aeb1..e097e80f13808db3faf39408ef8890763daf92df 100644 (file)
@@ -6225,6 +6225,7 @@ static const struct hda_codec_preset snd_hda_preset_realtek[] = {
        { .id = 0x10ec0221, .name = "ALC221", .patch = patch_alc269 },
        { .id = 0x10ec0231, .name = "ALC231", .patch = patch_alc269 },
        { .id = 0x10ec0233, .name = "ALC233", .patch = patch_alc269 },
+       { .id = 0x10ec0235, .name = "ALC233", .patch = patch_alc269 },
        { .id = 0x10ec0255, .name = "ALC255", .patch = patch_alc269 },
        { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
        { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },