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/Kconfig | |
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/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 7e408908b755..21e9327a0ef4 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -574,6 +574,14 @@ config SND_HDA_CODEC_NVHDMI | |||
574 | Say Y here to include NVIDIA HDMI HD-audio codec support in | 574 | Say Y here to include NVIDIA HDMI HD-audio codec support in |
575 | snd-hda-intel driver, such as NVIDIA MCP78 HDMI. | 575 | snd-hda-intel driver, such as NVIDIA MCP78 HDMI. |
576 | 576 | ||
577 | config SND_HDA_CODEC_INTELHDMI | ||
578 | bool "Build INTEL HDMI HD-audio codec support" | ||
579 | depends on SND_HDA_INTEL | ||
580 | default y | ||
581 | help | ||
582 | Say Y here to include INTEL HDMI HD-audio codec support in | ||
583 | snd-hda-intel driver, such as Eaglelake integrated HDMI. | ||
584 | |||
577 | config SND_HDA_CODEC_CONEXANT | 585 | config SND_HDA_CODEC_CONEXANT |
578 | bool "Build Conexant HD-audio codec support" | 586 | bool "Build Conexant HD-audio codec support" |
579 | depends on SND_HDA_INTEL | 587 | depends on SND_HDA_INTEL |