diff options
author | Shunli Wang <shunli.wang@mediatek.com> | 2019-03-29 16:34:46 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-01 15:04:23 +0700 |
commit | 11c0269017b212fd47c593307d2dc3eb9713b2d0 (patch) | |
tree | 924e07dae3774524221ab073d098f6e480a27f71 /sound/soc/mediatek/mt8183/Makefile | |
parent | 2b070f6739025ecbf2ccb55daf9e19d3fb343c7e (diff) |
ASoC: Mediatek: MT8183: Add machine driver with TS3A227
This patch adds support for the machine board with TS3A227.
Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8183/Makefile')
-rw-r--r-- | sound/soc/mediatek/mt8183/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mediatek/mt8183/Makefile b/sound/soc/mediatek/mt8183/Makefile index f3ee6ac98fe8..6177bbd9caaa 100644 --- a/sound/soc/mediatek/mt8183/Makefile +++ b/sound/soc/mediatek/mt8183/Makefile @@ -11,3 +11,4 @@ snd-soc-mt8183-afe-objs := \ mt8183-dai-adda.o obj-$(CONFIG_SND_SOC_MT8183) += snd-soc-mt8183-afe.o +obj-$(CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A) += mt8183-mt6358-ts3a227-max98357.o |