1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2c6aeb7deSFlorian Meier# BCM2835 Platform Support 3c6aeb7deSFlorian Meiersnd-soc-bcm2835-i2s-objs := bcm2835-i2s.o 4c6aeb7deSFlorian Meier 5c6aeb7deSFlorian Meierobj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o 6c6aeb7deSFlorian Meier 71200a7d9SSimran Rai# CYGNUS Platform Support 81200a7d9SSimran Raisnd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o 91200a7d9SSimran Rai 101200a7d9SSimran Raiobj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o 111200a7d9SSimran Rai 1288eb404cSKevin Li# BCM63XX Platform Support 1388eb404cSKevin Lisnd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o 1488eb404cSKevin Li 1588eb404cSKevin Liobj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o