diff options
author | Garlic Tseng <garlic.tseng@mediatek.com> | 2016-07-04 18:56:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-04 16:49:03 +0200 |
commit | 1f458d53f76c25a8240736294453e95bd9a34e18 (patch) | |
tree | e7169a86608bbeec839a02713064be2c228fb682 /sound/soc/mediatek/mt2701/Makefile | |
parent | 43a6a7e71063ef2db753b1d28cc600117de7c5f7 (diff) | |
download | linux-1f458d53f76c25a8240736294453e95bd9a34e18.tar.gz |
ASoC: mediatek: Add mt2701-cs42448 driver and config option.
Add machine driver and config option for MT2701.
Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt2701/Makefile')
-rw-r--r-- | sound/soc/mediatek/mt2701/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/soc/mediatek/mt2701/Makefile b/sound/soc/mediatek/mt2701/Makefile new file mode 100644 index 000000000000..31c3d04d4942 --- /dev/null +++ b/sound/soc/mediatek/mt2701/Makefile @@ -0,0 +1,19 @@ +# +# Copyright (C) 2015 MediaTek Inc. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# + +# platform driver +snd-soc-mt2701-afe-objs := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o +obj-$(CONFIG_SND_SOC_MT2701) += snd-soc-mt2701-afe.o + +# machine driver +obj-$(CONFIG_SND_SOC_MT2701_CS42448) += mt2701-cs42448.o |