1 # SPDX-License-Identifier: GPL-2.0 2 # MXS Platform Support 3 snd-soc-mxs-y := mxs-saif.o 4 snd-soc-mxs-pcm-y := mxs-pcm.o 5 6 obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o 7 8 # i.MX Machine Support 9 snd-soc-mxs-sgtl5000-y := mxs-sgtl5000.o 10 11 obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.