1 # SPDX-License-Identifier: GPL-2.0-only << 2 # BCM2835 Platform Support 1 # BCM2835 Platform Support 3 snd-soc-bcm2835-i2s-y := bcm2835-i2s.o !! 2 snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o 4 3 5 obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-b 4 obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o 6 5 7 # CYGNUS Platform Support 6 # CYGNUS Platform Support 8 snd-soc-cygnus-y := cygnus-pcm.o cygnus-ssp.o !! 7 snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o 9 8 10 obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus 9 obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o 11 10 12 # BCM63XX Platform Support << 13 snd-soc-63xx-y := bcm63xx-i2s-whistler.o bcm63 << 14 << 15 obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd- <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.