summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorScott Waye2008-12-04 07:43:18 +0100
committerTakashi Iwai2008-12-04 07:43:18 +0100
commite5f73435683122612742eb17252a6854b28f2511 (patch)
tree970097ab6a5d0de4df8cd651cb7571c9058e20c6 /sound/pci
parentMerge branch 'topic/hda-modularize' into topic/hda (diff)
downloadkernel-qcow2-linux-e5f73435683122612742eb17252a6854b28f2511.tar.gz
kernel-qcow2-linux-e5f73435683122612742eb17252a6854b28f2511.tar.xz
kernel-qcow2-linux-e5f73435683122612742eb17252a6854b28f2511.zip
ALSA: hda - Add MCP67 HDMI support
Added id for MCP67 HDMI codec. Signed-off-by: Scott Waye <scott@waye.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_nvhdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_nvhdmi.c b/sound/pci/hda/patch_nvhdmi.c
index e23de5594b6e..5e6cc41a559d 100644
--- a/sound/pci/hda/patch_nvhdmi.c
+++ b/sound/pci/hda/patch_nvhdmi.c
@@ -161,6 +161,7 @@ static int patch_nvhdmi(struct hda_codec *codec)
static struct hda_codec_preset snd_hda_preset_nvhdmi[] = {
{ .id = 0x10de0002, .name = "NVIDIA MCP78 HDMI", .patch = patch_nvhdmi },
{ .id = 0x10de0007, .name = "NVIDIA MCP7A HDMI", .patch = patch_nvhdmi },
+ { .id = 0x10de0067, .name = "NVIDIA MCP67 HDMI", .patch = patch_nvhdmi },
{} /* terminator */
};