1 snd-hda-intel-y := hda_intel.o
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
5 snd-hda-intel-y += hda_codec.o
6 snd-hda-intel-y += hda_hwdep.o
7 snd-hda-intel-$(CONFIG_PROC_FS) += hda_proc.o
8 snd-hda-intel-y += hda_generic.o
9 snd-hda-intel-y += patch_realtek.o
10 snd-hda-intel-y += patch_cmedia.o
11 snd-hda-intel-y += patch_analog.o
12 snd-hda-intel-y += patch_sigmatel.o
13 snd-hda-intel-y += patch_si3054.o
14 snd-hda-intel-y += patch_atihdmi.o
15 snd-hda-intel-y += patch_conexant.o
16 snd-hda-intel-y += patch_via.o
17
18 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.