diff options
author | Garlic Tseng <garlic.tseng@mediatek.com> | 2016-06-17 10:43:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-29 22:11:09 +0300 |
commit | 0d1d7a664288f9c1b6f79c971d528a354315e9d3 (patch) | |
tree | 8a710cd65313403e1ac5fe57314e0eb369b40a56 /sound/soc/mediatek/mt8173/Makefile | |
parent | 0c198ed2ba68b6cc728c5aa3c5486d9e5c328ecd (diff) | |
download | linux-0d1d7a664288f9c1b6f79c971d528a354315e9d3.tar.xz |
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/mt8173/Makefile')
-rw-r--r-- | sound/soc/mediatek/mt8173/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/mediatek/mt8173/Makefile b/sound/soc/mediatek/mt8173/Makefile new file mode 100644 index 000000000000..0357b27d29f2 --- /dev/null +++ b/sound/soc/mediatek/mt8173/Makefile @@ -0,0 +1,7 @@ +# MTK Platform Support +obj-$(CONFIG_SND_SOC_MT8173) += mt8173-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 |