diff options
author | Koro Chen <koro.chen@mediatek.com> | 2015-06-15 22:38:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-16 12:52:36 +0100 |
commit | a54f6f0c5b7fb4048ea3de9751720090ac92a570 (patch) | |
tree | 7952d02c234e6b046dc36f57cfd16db8d873fe3e /sound/soc/mediatek/Makefile | |
parent | ee0bcaff109f36d582df9851f204c9a5eb79c028 (diff) |
ASoC: mediatek: Add machine driver for MAX98090 codec
This is the DPCM based machine driver with MAX98090
Signed-off-by: Koro Chen <koro.chen@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Makefile')
-rw-r--r-- | sound/soc/mediatek/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Makefile b/sound/soc/mediatek/Makefile index 5f27cc772f66..08fa765b1f0b 100644 --- a/sound/soc/mediatek/Makefile +++ b/sound/soc/mediatek/Makefile @@ -1,2 +1,4 @@ # MTK Platform Support obj-$(CONFIG_SND_SOC_MEDIATEK) += mtk-afe-pcm.o +# Machine support +obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o |