]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ALSA: hda/realtek - Add support of ALC667 codec
authorKailang Yang <kailang@realtek.com>
Fri, 6 Jun 2014 08:51:18 +0000 (16:51 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2014 12:36:02 +0000 (14:36 +0200)
New codec suooprt of ALC667.

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

index ce9bda895b9716422b20cb68349c58706224914b..d77745a97b5f080229cfab04eb68daf7a842e62c 100644 (file)
@@ -6274,6 +6274,7 @@ static const struct hda_codec_preset snd_hda_preset_realtek[] = {
          .patch = patch_alc662 },
        { .id = 0x10ec0663, .name = "ALC663", .patch = patch_alc662 },
        { .id = 0x10ec0665, .name = "ALC665", .patch = patch_alc662 },
+       { .id = 0x10ec0667, .name = "ALC667", .patch = patch_alc662 },
        { .id = 0x10ec0668, .name = "ALC668", .patch = patch_alc662 },
        { .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 },
        { .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 },