]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - sound/pci/hda/Makefile
[ALSA] hda: Enable SPDIF in/out on some stac9205 boards
[mirror_ubuntu-artful-kernel.git] / sound / pci / hda / Makefile
CommitLineData
1da177e4 1snd-hda-intel-objs := hda_intel.o
756e2b01
TI
2# since snd-hda-intel is the only driver using hda-codec,
3# merge it into a single module although it was originally
4# designed to be individual modules
5snd-hda-intel-objs += hda_codec.o \
c9b443d4
TD
6 hda_generic.o \
7 patch_realtek.o \
8 patch_cmedia.o \
9 patch_analog.o \
10 patch_sigmatel.o \
11 patch_si3054.o \
12 patch_atihdmi.o \
c577b8a1
JC
13 patch_conexant.o \
14 patch_via.o
1da177e4 15ifdef CONFIG_PROC_FS
756e2b01 16snd-hda-intel-objs += hda_proc.o
1da177e4
LT
17endif
18
756e2b01 19obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o