summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_patch.h
diff options
context:
space:
mode:
authorWu, Fengguang2008-11-05 04:16:56 +0100
committerTakashi Iwai2008-11-05 07:54:03 +0100
commit91504877c50a792412e2043a1c2099f054d7254a (patch)
tree5f49fbc695424851bc0852091aef70d3d178f0eb /sound/pci/hda/hda_patch.h
parentALSA: hda - Don't create empty PCM streams (diff)
downloadkernel-qcow2-linux-91504877c50a792412e2043a1c2099f054d7254a.tar.gz
kernel-qcow2-linux-91504877c50a792412e2043a1c2099f054d7254a.tar.xz
kernel-qcow2-linux-91504877c50a792412e2043a1c2099f054d7254a.zip
ALSA: hda - Intel HDMI audio support
Add support for Intel G45 integrated HDMI audio codecs. This initial release supports: - 2 channel stereo sound output - report monitor's ELD information Signed-off-by: Wu Fengguang <wfg@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 dfbcfa88da44..38212c1020a6 100644
--- a/sound/pci/hda/hda_patch.h
+++ b/sound/pci/hda/hda_patch.h
@@ -20,3 +20,5 @@ extern struct hda_codec_preset snd_hda_preset_conexant[];
extern struct hda_codec_preset snd_hda_preset_via[];
/* NVIDIA HDMI codecs */
extern struct hda_codec_preset snd_hda_preset_nvhdmi[];
+/* INTEL HDMI codecs */
+extern struct hda_codec_preset snd_hda_preset_intelhdmi[];