mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 19:16:49 +07:00
0d1d7a6642
move mt8173 driver to another folder and add prefix. add config option SND_SOC_MT8173 Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
8 lines
342 B
Makefile
8 lines
342 B
Makefile
# MTK Platform Support
|
|
obj-$(CONFIG_SND_SOC_MT8173) += mt8173-afe-pcm.o
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o
|
|
obj-$(CONFIG_SND_SOC_MT8173_RT5650) += mt8173-rt5650.o
|
|
obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5514) += mt8173-rt5650-rt5514.o
|
|
obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5676) += mt8173-rt5650-rt5676.o
|