diff options
author | Wu, Fengguang <fengguang.wu@intel.com> | 2008-11-04 22:16:56 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-05 01:54:03 -0500 |
commit | 91504877c50a792412e2043a1c2099f054d7254a (patch) | |
tree | 5f49fbc695424851bc0852091aef70d3d178f0eb /sound/pci/hda/hda_codec.c | |
parent | bfc5c26fb692fa7a196108c3b23d9c747d105c00 (diff) |
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_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 3e7cda9c3de5..45695d608c76 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -98,6 +98,9 @@ static const struct hda_codec_preset *hda_preset_tables[] = { | |||
98 | #ifdef CONFIG_SND_HDA_CODEC_NVHDMI | 98 | #ifdef CONFIG_SND_HDA_CODEC_NVHDMI |
99 | snd_hda_preset_nvhdmi, | 99 | snd_hda_preset_nvhdmi, |
100 | #endif | 100 | #endif |
101 | #ifdef CONFIG_SND_HDA_CODEC_INTELHDMI | ||
102 | snd_hda_preset_intelhdmi, | ||
103 | #endif | ||
101 | NULL | 104 | NULL |
102 | }; | 105 | }; |
103 | 106 | ||