Skip to content

Commit

Permalink
ALSA: hda - Support NVIDIA MCP89 and GT21x hdmi audio
Browse files Browse the repository at this point in the history
Support nvidia MCP89 and GT21x 8ch hdmi audio.
Add some eld support.

Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Wei Ni authored and Takashi Iwai committed Mar 4, 2010
1 parent 7445dfc commit 2504570
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 52 deletions.
2 changes: 1 addition & 1 deletion sound/pci/hda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ config SND_HDA_CODEC_INTELHDMI

config SND_HDA_ELD
def_bool y
depends on SND_HDA_CODEC_INTELHDMI
depends on SND_HDA_CODEC_INTELHDMI || SND_HDA_CODEC_NVHDMI

config SND_HDA_CODEC_CIRRUS
bool "Build Cirrus Logic codec support"
Expand Down
2 changes: 1 addition & 1 deletion sound/pci/hda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ snd-hda-codec-cirrus-objs := patch_cirrus.o
snd-hda-codec-ca0110-objs := patch_ca0110.o
snd-hda-codec-conexant-objs := patch_conexant.o
snd-hda-codec-via-objs := patch_via.o
snd-hda-codec-nvhdmi-objs := patch_nvhdmi.o
snd-hda-codec-nvhdmi-objs := patch_nvhdmi.o hda_eld.o
snd-hda-codec-intelhdmi-objs := patch_intelhdmi.o hda_eld.o

# common driver
Expand Down
Loading

0 comments on commit 2504570

Please sign in to comment.