summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_patch.h
diff options
context:
space:
mode:
authorWei Ni <wni@nvidia.com>2008-09-26 07:45:46 +0200
committerJaroslav Kysela <perex@perex.cz>2008-10-10 13:41:35 +0200
commit9a10eb21e1e1c389a8cea3016157a7f471512645 (patch)
tree4bf44292f3547aa2add9d8a930aa9a4b690e6a8d /sound/pci/hda/hda_patch.h
parentALSA: hda - Fix / clean-up slave digital out codes (diff)
downloadlinux-9a10eb21e1e1c389a8cea3016157a7f471512645.tar.xz
linux-9a10eb21e1e1c389a8cea3016157a7f471512645.zip
ALSA: Support NVIDIA MCP78/7A HDMI audio
Add NVIDIA HDMI HD-audio codec support in snd-hda-intel driver, include NVIDIA MCP78/7A HDMI. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_patch.h')
-rw-r--r--sound/pci/hda/hda_patch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_patch.h b/sound/pci/hda/hda_patch.h
index 2fdf2358dbc2..dfbcfa88da44 100644
--- a/sound/pci/hda/hda_patch.h
+++ b/sound/pci/hda/hda_patch.h
@@ -18,3 +18,5 @@ extern struct hda_codec_preset snd_hda_preset_atihdmi[];
extern struct hda_codec_preset snd_hda_preset_conexant[];
/* VIA codecs */
extern struct hda_codec_preset snd_hda_preset_via[];
+/* NVIDIA HDMI codecs */
+extern struct hda_codec_preset snd_hda_preset_nvhdmi[];