diff options
author | Koro Chen <koro.chen@mediatek.com> | 2015-06-15 17:38:04 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-16 14:52:36 +0300 |
commit | 662e8d917f685011a24492c106737ea5fdff8136 (patch) | |
tree | a47336fd836967a809393bb0892887ccbdcc62be /sound/soc/mediatek/Makefile | |
parent | a54f6f0c5b7fb4048ea3de9751720090ac92a570 (diff) | |
download | linux-662e8d917f685011a24492c106737ea5fdff8136.tar.xz |
ASoC: mediatek: Add machine driver for rt5650 rt5676 codec
This is the DPCM based machine driver with rt5650 and rt5676
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Makefile b/sound/soc/mediatek/Makefile index 08fa765b1f0b..75effbec438d 100644 --- a/sound/soc/mediatek/Makefile +++ b/sound/soc/mediatek/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_SND_SOC_MEDIATEK) += mtk-afe-pcm.o # Machine support obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o +obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5676) += mt8173-rt5650-rt5676.o |