blob: dbacba6177db8efef14012d2b265ee96baa709d4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001snd-hda-intel-objs := hda_intel.o
Felix Kuehling778b6e12006-05-17 11:22:21 +02002snd-hda-codec-objs := hda_codec.o hda_generic.o patch_realtek.o patch_cmedia.o patch_analog.o patch_sigmatel.o patch_si3054.o patch_atihdmi.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07003ifdef CONFIG_PROC_FS
4snd-hda-codec-objs += hda_proc.o
5endif
6
7obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o