2005-04-16 22:20:36 +00:00
|
|
|
snd-hda-intel-objs := hda_intel.o
|
2007-04-16 09:27:07 +00:00
|
|
|
# since snd-hda-intel is the only driver using hda-codec,
|
|
|
|
# merge it into a single module although it was originally
|
|
|
|
# designed to be individual modules
|
|
|
|
snd-hda-intel-objs += hda_codec.o \
|
2006-11-14 11:13:39 +00:00
|
|
|
hda_generic.o \
|
|
|
|
patch_realtek.o \
|
|
|
|
patch_cmedia.o \
|
|
|
|
patch_analog.o \
|
|
|
|
patch_sigmatel.o \
|
|
|
|
patch_si3054.o \
|
|
|
|
patch_atihdmi.o \
|
2006-11-29 14:29:40 +00:00
|
|
|
patch_conexant.o \
|
|
|
|
patch_via.o
|
2005-04-16 22:20:36 +00:00
|
|
|
ifdef CONFIG_PROC_FS
|
2007-04-16 09:27:07 +00:00
|
|
|
snd-hda-intel-objs += hda_proc.o
|
2005-04-16 22:20:36 +00:00
|
|
|
endif
|
|
|
|
|
2007-04-16 09:27:07 +00:00
|
|
|
obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o
|