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 v4.4 8 lines 325 B view raw
1# SPEAR Platform Support 2snd-soc-spear-pcm-objs := spear_pcm.o 3snd-soc-spear-spdif-in-objs := spdif_in.o 4snd-soc-spear-spdif-out-objs := spdif_out.o 5 6obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o 7obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o 8obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o