mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
125ab5d588
This patch adds mt8192 platform and affiliated drivers. Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com> Link: https://lore.kernel.org/r/1604390378-23993-3-git-send-email-jiaxin.yu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
7 lines
277 B
Makefile
7 lines
277 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/
|