2007-07-27 12:58:06 -04:00
|
|
|
snd-hda-intel-y := hda_intel.o
|
2007-04-16 05:27:07 -04: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
|
2007-07-27 12:58:06 -04:00
|
|
|
snd-hda-intel-y += hda_codec.o \
|
2006-11-14 06:13:39 -05: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 09:29:40 -05:00
|
|
|
patch_conexant.o \
|
|
|
|
patch_via.o
|
2007-07-27 12:58:06 -04:00
|
|
|
snd-hda-intel-$(CONFIG_PROC_FS) += hda_proc.o
|
|
|
|
snd-hda-intel-$(CONFIG_SND_HDA_HWDEP) += hda_hwdep.o
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2007-04-16 05:27:07 -04:00
|
|
|
obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o
|