aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig
diff options
context:
space:
mode:
authorWei Ni <wni@nvidia.com>2008-09-26 01:45:46 -0400
committerJaroslav Kysela <perex@perex.cz>2008-10-10 07:41:35 -0400
commit9a10eb21e1e1c389a8cea3016157a7f471512645 (patch)
tree4bf44292f3547aa2add9d8a930aa9a4b690e6a8d /sound/pci/Kconfig
parent2f72853ca1ee1571377996471d05db51eb7c54c4 (diff)
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/Kconfig')
-rw-r--r--sound/pci/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 1f8b7966a839..7003711f4fcc 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -565,6 +565,14 @@ config SND_HDA_CODEC_ATIHDMI
565 Say Y here to include ATI HDMI HD-audio codec support in 565 Say Y here to include ATI HDMI HD-audio codec support in
566 snd-hda-intel driver, such as ATI RS600 HDMI. 566 snd-hda-intel driver, such as ATI RS600 HDMI.
567 567
568config SND_HDA_CODEC_NVHDMI
569 bool "Build NVIDIA HDMI HD-audio codec support"
570 depends on SND_HDA_INTEL
571 default y
572 help
573 Say Y here to include NVIDIA HDMI HD-audio codec support in
574 snd-hda-intel driver, such as NVIDIA MCP78 HDMI.
575
568config SND_HDA_CODEC_CONEXANT 576config SND_HDA_CODEC_CONEXANT
569 bool "Build Conexant HD-audio codec support" 577 bool "Build Conexant HD-audio codec support"
570 depends on SND_HDA_INTEL 578 depends on SND_HDA_INTEL