mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
6746cc8582
This patch adds mt8195 platform and affiliated driver. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20210819084144.18483-7-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
317 B
Makefile
9 lines
317 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_SND_SOC_MEDIATEK) += common/
|
|
obj-$(CONFIG_SND_SOC_MT2701) += mt2701/
|
|
obj-$(CONFIG_SND_SOC_MT6797) += mt6797/
|
|
obj-$(CONFIG_SND_SOC_MT8173) += mt8173/
|
|
obj-$(CONFIG_SND_SOC_MT8183) += mt8183/
|
|
obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
|
|
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
|