~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/sound/pci/hda/Makefile

Version: ~ [ 2.4.21-47.EL ] ~ [ 2.6.9-67.EL ] ~ [ 2.6.18-128.el5 ] ~ [ 2.6.18-164.el5 ] ~
Architecture: ~ [ i386 ] ~ [ x86_64 ] ~

  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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.