You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
425 B
14 lines
425 B
# SAI
|
|
snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o
|
|
obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai-sub.o
|
|
|
|
snd-soc-stm32-sai-objs := stm32_sai.o
|
|
obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai.o
|
|
|
|
# I2S
|
|
snd-soc-stm32-i2s-objs := stm32_i2s.o
|
|
obj-$(CONFIG_SND_SOC_STM32_I2S) += snd-soc-stm32-i2s.o
|
|
|
|
# SPDIFRX
|
|
snd-soc-stm32-spdifrx-objs := stm32_spdifrx.o
|
|
obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o
|
|
|