Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11 15 lines 438 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# BCM2835 Platform Support 3snd-soc-bcm2835-i2s-y := bcm2835-i2s.o 4 5obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o 6 7# CYGNUS Platform Support 8snd-soc-cygnus-y := cygnus-pcm.o cygnus-ssp.o 9 10obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o 11 12# BCM63XX Platform Support 13snd-soc-63xx-y := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o 14 15obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o