diff options
author | Wei Ni <wni@nvidia.com> | 2010-03-03 15:11:40 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-04 15:54:12 +0100 |
commit | 25045705d4053925a617ed71c5e4b6888e468765 (patch) | |
tree | a2d0d9fb458e6ec8b8126439694e75ed4141a603 /sound/pci/hda/Makefile | |
parent | 7445dfc159f90b4bc82fd7d898b53d74520e2f83 (diff) | |
download | op-kernel-dev-25045705d4053925a617ed71c5e4b6888e468765.zip op-kernel-dev-25045705d4053925a617ed71c5e4b6888e468765.tar.gz |
ALSA: hda - Support NVIDIA MCP89 and GT21x hdmi audio
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>
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile index 315a1c4..199f4405b 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile @@ -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 |