diff options
author | Wei Ni <wni@nvidia.com> | 2008-09-26 13:45:46 +0800 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 13:41:35 +0200 |
commit | 9a10eb21e1e1c389a8cea3016157a7f471512645 (patch) | |
tree | 4bf44292f3547aa2add9d8a930aa9a4b690e6a8d /sound/pci/Kconfig | |
parent | 2f72853ca1ee1571377996471d05db51eb7c54c4 (diff) | |
download | linux-3.10-9a10eb21e1e1c389a8cea3016157a7f471512645.tar.gz linux-3.10-9a10eb21e1e1c389a8cea3016157a7f471512645.tar.bz2 linux-3.10-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/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 1f8b7966a83..7003711f4fc 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -565,6 +565,14 @@ config SND_HDA_CODEC_ATIHDMI Say Y here to include ATI HDMI HD-audio codec support in snd-hda-intel driver, such as ATI RS600 HDMI. +config SND_HDA_CODEC_NVHDMI + bool "Build NVIDIA HDMI HD-audio codec support" + depends on SND_HDA_INTEL + default y + help + Say Y here to include NVIDIA HDMI HD-audio codec support in + snd-hda-intel driver, such as NVIDIA MCP78 HDMI. + config SND_HDA_CODEC_CONEXANT bool "Build Conexant HD-audio codec support" depends on SND_HDA_INTEL |