summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com>2014-06-06 16:51:18 +0800
committerTakashi Iwai <tiwai@suse.de>2014-06-06 14:36:02 +0200
commit72009433b28c2bf27f69e3e28f6cb425cefb76c0 (patch)
tree66e4e3dbde9e94fd826de7c7c7cd92e10a0ec581 /sound
parente6e5f7adc9cb357a543b75ebb9a78d68275b8e92 (diff)
downloadlinux-0-day-72009433b28c2bf27f69e3e28f6cb425cefb76c0.tar.gz
linux-0-day-72009433b28c2bf27f69e3e28f6cb425cefb76c0.tar.xz
ALSA: hda/realtek - Add support of ALC667 codec
New codec suooprt of ALC667. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ce9bda895b971..d77745a97b5f0 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -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 },