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

TOMOYO Linux Cross Reference
Linux/sound/pci/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ 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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/pci/Makefile (Version linux-6.12-rc7) and /sound/pci/Makefile (Version linux-5.10.229)


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

sflogo.php