Skip to content

Commit

Permalink
ALSA: hda - Add MCP67 HDMI support
Browse files Browse the repository at this point in the history
Added id for MCP67 HDMI codec.

Signed-off-by: Scott Waye <scott@waye.co.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Scott Waye authored and Takashi Iwai committed Dec 4, 2008
1 parent 0640f84 commit e5f7343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_nvhdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit e5f7343

Please sign in to comment.