diff options
author | Garlic Tseng <garlic.tseng@mediatek.com> | 2016-06-17 09:43:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-29 21:11:09 +0200 |
commit | 0d1d7a664288f9c1b6f79c971d528a354315e9d3 (patch) | |
tree | 8a710cd65313403e1ac5fe57314e0eb369b40a56 /sound/soc/mediatek/Makefile | |
parent | ASoC: mediatek: add MCLK source selection (diff) | |
download | linux-0d1d7a664288f9c1b6f79c971d528a354315e9d3.tar.xz linux-0d1d7a664288f9c1b6f79c971d528a354315e9d3.zip |
ASoC: mediatek: Refine mt8173 driver and change config option
move mt8173 driver to another folder and add prefix.
add config option SND_SOC_MT8173
Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Makefile')
-rw-r--r-- | sound/soc/mediatek/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sound/soc/mediatek/Makefile b/sound/soc/mediatek/Makefile index d486860c0a88..240dfc70cf05 100644 --- a/sound/soc/mediatek/Makefile +++ b/sound/soc/mediatek/Makefile @@ -1,7 +1,2 @@ -# MTK Platform Support -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) += mt8173-rt5650.o -obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5514) += mt8173-rt5650-rt5514.o -obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5676) += mt8173-rt5650-rt5676.o +# 8173 Machine support +obj-$(CONFIG_SND_SOC_MT8173) += mt8173/ |