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

TOMOYO Linux Cross Reference
Linux/sound/soc/fsl/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/soc/fsl/Makefile (Version linux-6.12-rc7) and /sound/soc/fsl/Makefile (Version linux-2.6.32.71)


  1 # SPDX-License-Identifier: GPL-2.0             !!   1 # Simple machine driver that extracts configuration from the OF device tree
  2 # P1022 DS Machine Support                     !!   2 obj-$(CONFIG_SND_SOC_OF_SIMPLE) += soc-of-simple.o
  3 snd-soc-p1022-ds-y := p1022_ds.o               << 
  4 obj-$(CONFIG_SND_SOC_P1022_DS) += snd-soc-p102 << 
  5                                                     3 
  6 # P1022 RDK Machine Support                    !!   4 # MPC8610 HPCD Machine Support
  7 snd-soc-p1022-rdk-y := p1022_rdk.o             !!   5 snd-soc-mpc8610-hpcd-objs := mpc8610_hpcd.o
  8 obj-$(CONFIG_SND_SOC_P1022_RDK) += snd-soc-p10 !!   6 obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += snd-soc-mpc8610-hpcd.o
  9                                                !!   7 
 10 # Freescale SSI/DMA/SAI/SPDIF Support          !!   8 # MPC8610 Platform Support
 11 snd-soc-fsl-audmix-y := fsl_audmix.o           !!   9 snd-soc-fsl-ssi-objs := fsl_ssi.o
 12 snd-soc-fsl-asoc-card-y := fsl-asoc-card.o     !!  10 snd-soc-fsl-dma-objs := fsl_dma.o
 13 snd-soc-fsl-asrc-y := fsl_asrc.o fsl_asrc_dma. !!  11 obj-$(CONFIG_SND_SOC_MPC8610) += snd-soc-fsl-ssi.o snd-soc-fsl-dma.o
 14 snd-soc-fsl-lpc3xxx-y := lpc3xxx-pcm.o lpc3xxx << 
 15 snd-soc-fsl-sai-y := fsl_sai.o                 << 
 16 snd-soc-fsl-ssi-y := fsl_ssi.o                 << 
 17 snd-soc-fsl-ssi-$(CONFIG_DEBUG_FS) += fsl_ssi_ << 
 18 snd-soc-fsl-spdif-y := fsl_spdif.o             << 
 19 snd-soc-fsl-esai-y := fsl_esai.o               << 
 20 snd-soc-fsl-micfil-y := fsl_micfil.o           << 
 21 snd-soc-fsl-utils-y := fsl_utils.o             << 
 22 snd-soc-fsl-dma-y := fsl_dma.o                 << 
 23 snd-soc-fsl-mqs-y := fsl_mqs.o                 << 
 24 snd-soc-fsl-easrc-y := fsl_easrc.o             << 
 25 snd-soc-fsl-xcvr-y := fsl_xcvr.o               << 
 26 snd-soc-fsl-aud2htx-y := fsl_aud2htx.o         << 
 27 snd-soc-fsl-rpmsg-y := fsl_rpmsg.o             << 
 28 snd-soc-fsl-qmc-audio-y := fsl_qmc_audio.o     << 
 29                                                << 
 30 obj-$(CONFIG_SND_SOC_FSL_AUDMIX) += snd-soc-fs << 
 31 obj-$(CONFIG_SND_SOC_FSL_ASOC_CARD) += snd-soc << 
 32 obj-$(CONFIG_SND_SOC_FSL_ASRC) += snd-soc-fsl- << 
 33 obj-$(CONFIG_SND_SOC_FSL_LPC3XXX) += snd-soc-f << 
 34 obj-$(CONFIG_SND_SOC_FSL_SAI) += snd-soc-fsl-s << 
 35 obj-$(CONFIG_SND_SOC_FSL_SSI) += snd-soc-fsl-s << 
 36 obj-$(CONFIG_SND_SOC_FSL_SPDIF) += snd-soc-fsl << 
 37 obj-$(CONFIG_SND_SOC_FSL_ESAI) += snd-soc-fsl- << 
 38 obj-$(CONFIG_SND_SOC_FSL_MICFIL) += snd-soc-fs << 
 39 obj-$(CONFIG_SND_SOC_FSL_UTILS) += snd-soc-fsl << 
 40 obj-$(CONFIG_SND_SOC_FSL_MQS) += snd-soc-fsl-m << 
 41 obj-$(CONFIG_SND_SOC_FSL_EASRC) += snd-soc-fsl << 
 42 obj-$(CONFIG_SND_SOC_POWERPC_DMA) += snd-soc-f << 
 43 obj-$(CONFIG_SND_SOC_FSL_XCVR) += snd-soc-fsl- << 
 44 obj-$(CONFIG_SND_SOC_FSL_AUD2HTX) += snd-soc-f << 
 45 obj-$(CONFIG_SND_SOC_FSL_RPMSG) += snd-soc-fsl << 
 46 obj-$(CONFIG_SND_SOC_POWERPC_QMC_AUDIO) += snd << 
 47                                                    12 
 48 # MPC5200 Platform Support                         13 # MPC5200 Platform Support
 49 obj-$(CONFIG_SND_MPC52xx_DMA) += mpc5200_dma.o     14 obj-$(CONFIG_SND_MPC52xx_DMA) += mpc5200_dma.o
 50 obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_p     15 obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o
 51 obj-$(CONFIG_SND_SOC_MPC5200_AC97) += mpc5200_     16 obj-$(CONFIG_SND_SOC_MPC5200_AC97) += mpc5200_psc_ac97.o
 52                                                    17 
 53 # MPC5200 Machine Support                          18 # MPC5200 Machine Support
 54 obj-$(CONFIG_SND_MPC52xx_SOC_PCM030) += pcm030     19 obj-$(CONFIG_SND_MPC52xx_SOC_PCM030) += pcm030-audio-fabric.o
 55 obj-$(CONFIG_SND_MPC52xx_SOC_EFIKA) += efika-a     20 obj-$(CONFIG_SND_MPC52xx_SOC_EFIKA) += efika-audio-fabric.o
 56                                                    21 
 57 # i.MX Platform Support                        << 
 58 snd-soc-imx-audmux-y := imx-audmux.o           << 
 59 obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-im << 
 60                                                << 
 61 obj-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-f << 
 62 obj-$(CONFIG_SND_SOC_IMX_PCM_DMA) += imx-pcm-d << 
 63 obj-$(CONFIG_SND_SOC_IMX_AUDIO_RPMSG) += imx-a << 
 64 obj-$(CONFIG_SND_SOC_IMX_PCM_RPMSG) += imx-pcm << 
 65                                                << 
 66 # i.MX Machine Support                         << 
 67 snd-soc-eukrea-tlv320-y := eukrea-tlv320.o     << 
 68 snd-soc-imx-es8328-y := imx-es8328.o           << 
 69 snd-soc-imx-sgtl5000-y := imx-sgtl5000.o       << 
 70 snd-soc-imx-audmix-y := imx-audmix.o           << 
 71 snd-soc-imx-hdmi-y := imx-hdmi.o               << 
 72 snd-soc-imx-rpmsg-y := imx-rpmsg.o             << 
 73 snd-soc-imx-card-y := imx-card.o               << 
 74                                                << 
 75 obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc << 
 76 obj-$(CONFIG_SND_SOC_IMX_ES8328) += snd-soc-im << 
 77 obj-$(CONFIG_SND_SOC_IMX_SGTL5000) += snd-soc- << 
 78 obj-$(CONFIG_SND_SOC_IMX_AUDMIX) += snd-soc-im << 
 79 obj-$(CONFIG_SND_SOC_IMX_HDMI) += snd-soc-imx- << 
 80 obj-$(CONFIG_SND_SOC_IMX_RPMSG) += snd-soc-imx << 
 81 obj-$(CONFIG_SND_SOC_IMX_CARD) += snd-soc-imx- << 
                                                      

~ [ 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