]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/pci/hda/Makefile
[ALSA] hda-codec - Add support for VIA VT1708(A) HD audio codec
[linux-2.6-omap-h63xx.git] / sound / pci / hda / Makefile
1 snd-hda-intel-objs := hda_intel.o
2 snd-hda-codec-objs := hda_codec.o \
3         hda_generic.o \
4         patch_realtek.o \
5         patch_cmedia.o \
6         patch_analog.o \
7         patch_sigmatel.o \
8         patch_si3054.o \
9         patch_atihdmi.o \
10         patch_conexant.o \
11         patch_via.o
12 ifdef CONFIG_PROC_FS
13 snd-hda-codec-objs += hda_proc.o
14 endif
15
16 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o