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

TOMOYO Linux Cross Reference
Linux/sound/pci/Makefile

Version: ~ [ linux-6.6-rc1 ] ~ [ linux-6.5.2 ] ~ [ linux-6.4.15 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.52 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.131 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.194 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.256 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.294 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.325 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #
  2 # Makefile for ALSA
  3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
  4 #
  5 
  6 snd-ad1889-objs := ad1889.o
  7 snd-als300-objs := als300.o
  8 snd-als4000-objs := als4000.o
  9 snd-atiixp-objs := atiixp.o
 10 snd-atiixp-modem-objs := atiixp_modem.o
 11 snd-azt3328-objs := azt3328.o
 12 snd-bt87x-objs := bt87x.o
 13 snd-cmipci-objs := cmipci.o
 14 snd-cs4281-objs := cs4281.o
 15 snd-cs5530-objs := cs5530.o
 16 snd-ens1370-objs := ens1370.o ak4531_codec.o
 17 snd-ens1371-objs := ens1371.o
 18 snd-es1938-objs := es1938.o
 19 snd-es1968-objs := es1968.o
 20 snd-fm801-objs := fm801.o
 21 snd-intel8x0-objs := intel8x0.o
 22 snd-intel8x0m-objs := intel8x0m.o
 23 snd-maestro3-objs := maestro3.o
 24 snd-rme32-objs := rme32.o
 25 snd-rme96-objs := rme96.o
 26 snd-sis7019-objs := sis7019.o
 27 snd-sonicvibes-objs := sonicvibes.o
 28 snd-via82xx-objs := via82xx.o
 29 snd-via82xx-modem-objs := via82xx_modem.o
 30 
 31 # Toplevel Module Dependency
 32 obj-$(CONFIG_SND_AD1889) += snd-ad1889.o
 33 obj-$(CONFIG_SND_ALS300) += snd-als300.o
 34 obj-$(CONFIG_SND_ALS4000) += snd-als4000.o
 35 obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o
 36 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
 37 obj-$(CONFIG_SND_AZT3328) += snd-azt3328.o
 38 obj-$(CONFIG_SND_BT87X) += snd-bt87x.o
 39 obj-$(CONFIG_SND_CMIPCI) += snd-cmipci.o
 40 obj-$(CONFIG_SND_CS4281) += snd-cs4281.o
 41 obj-$(CONFIG_SND_CS5530) += snd-cs5530.o
 42 obj-$(CONFIG_SND_ENS1370) += snd-ens1370.o
 43 obj-$(CONFIG_SND_ENS1371) += snd-ens1371.o
 44 obj-$(CONFIG_SND_ES1938) += snd-es1938.o
 45 obj-$(CONFIG_SND_ES1968) += snd-es1968.o
 46 obj-$(CONFIG_SND_FM801) += snd-fm801.o
 47 obj-$(CONFIG_SND_INTEL8X0) += snd-intel8x0.o
 48 obj-$(CONFIG_SND_INTEL8X0M) += snd-intel8x0m.o
 49 obj-$(CONFIG_SND_MAESTRO3) += snd-maestro3.o
 50 obj-$(CONFIG_SND_RME32) += snd-rme32.o
 51 obj-$(CONFIG_SND_RME96) += snd-rme96.o
 52 obj-$(CONFIG_SND_SIS7019) += snd-sis7019.o
 53 obj-$(CONFIG_SND_SONICVIBES) += snd-sonicvibes.o
 54 obj-$(CONFIG_SND_VIA82XX) += snd-via82xx.o
 55 obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
 56 
 57 obj-$(CONFIG_SND) += \
 58         ac97/ \
 59         ali5451/ \
 60         asihpi/ \
 61         au88x0/ \
 62         aw2/ \
 63         ctxfi/ \
 64         ca0106/ \
 65         cs46xx/ \
 66         cs5535audio/ \
 67         lola/ \
 68         lx6464es/ \
 69         echoaudio/ \
 70         emu10k1/ \
 71         hda/ \
 72         ice1712/ \
 73         korg1212/ \
 74         mixart/ \
 75         nm256/ \
 76         oxygen/ \
 77         pcxhr/ \
 78         riptide/ \
 79         rme9652/ \
 80         trident/ \
 81         ymfpci/ \
 82         vx222/

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

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

osdn.jp