1 # SPDX-License-Identifier: GPL-2.0 << 2 # SAI 1 # SAI 3 snd-soc-stm32-sai-sub-y := stm32_sai_sub.o !! 2 snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o 4 obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm !! 3 obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai-sub.o 5 4 6 snd-soc-stm32-sai-y := stm32_sai.o !! 5 snd-soc-stm32-sai-objs := stm32_sai.o 7 obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm !! 6 obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai.o 8 << 9 # I2S << 10 snd-soc-stm32-i2s-y := stm32_i2s.o << 11 obj-$(CONFIG_SND_SOC_STM32_I2S) += snd-soc-stm << 12 << 13 # SPDIFRX << 14 snd-soc-stm32-spdifrx-y := stm32_spdifrx.o << 15 obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc << 16 << 17 #DFSDM << 18 obj-$(CONFIG_SND_SOC_STM32_DFSDM) += stm32_adf <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.