1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 snd-soc-xlnx-i2s-y := xlnx_i2s.o !! 2 snd-soc-xlnx-i2s-objs := xlnx_i2s.o 3 obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xl 3 obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o 4 snd-soc-xlnx-formatter-pcm-y := xlnx_formatter !! 4 snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o 5 obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) + 5 obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-xlnx-formatter-pcm.o 6 snd-soc-xlnx-spdif-y := xlnx_spdif.o !! 6 snd-soc-xlnx-spdif-objs := xlnx_spdif.o 7 obj-$(CONFIG_SND_SOC_XILINX_SPDIF) += snd-soc- 7 obj-$(CONFIG_SND_SOC_XILINX_SPDIF) += snd-soc-xlnx-spdif.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.