diff options
author | Wei Ni <wni@nvidia.com> | 2010-03-03 02:11:40 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-04 09:54:12 -0500 |
commit | 25045705d4053925a617ed71c5e4b6888e468765 (patch) | |
tree | a2d0d9fb458e6ec8b8126439694e75ed4141a603 /sound/pci/hda/Makefile | |
parent | 7445dfc159f90b4bc82fd7d898b53d74520e2f83 (diff) |
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 315a1c4f8998..199f4405b3ad 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile | |||
@@ -17,7 +17,7 @@ snd-hda-codec-cirrus-objs := patch_cirrus.o | |||
17 | snd-hda-codec-ca0110-objs := patch_ca0110.o | 17 | snd-hda-codec-ca0110-objs := patch_ca0110.o |
18 | snd-hda-codec-conexant-objs := patch_conexant.o | 18 | snd-hda-codec-conexant-objs := patch_conexant.o |
19 | snd-hda-codec-via-objs := patch_via.o | 19 | snd-hda-codec-via-objs := patch_via.o |
20 | snd-hda-codec-nvhdmi-objs := patch_nvhdmi.o | 20 | snd-hda-codec-nvhdmi-objs := patch_nvhdmi.o hda_eld.o |
21 | snd-hda-codec-intelhdmi-objs := patch_intelhdmi.o hda_eld.o | 21 | snd-hda-codec-intelhdmi-objs := patch_intelhdmi.o hda_eld.o |
22 | 22 | ||
23 | # common driver | 23 | # common driver |