File tree Expand file tree Collapse file tree 4 files changed +453
-0
lines changed Expand file tree Collapse file tree 4 files changed +453
-0
lines changed Original file line number Diff line number Diff line change 1
1
config SND_SOC_MEDIATEK
2
2
tristate
3
3
4
+ config SND_SOC_MT2701
5
+ tristate "ASoC support for Mediatek MT2701 chip"
6
+ depends on ARCH_MEDIATEK
7
+ select SND_SOC_MEDIATEK
8
+ help
9
+ This adds ASoC driver for Mediatek MT2701 boards
10
+ that can be used with other codecs.
11
+ Select Y if you have such device.
12
+ If unsure select "N".
13
+
14
+ config SND_SOC_MT2701_CS42448
15
+ tristate "ASoc Audio driver for MT2701 with CS42448 codec"
16
+ depends on SND_SOC_MT2701
17
+ select SND_SOC_CS42XX8_I2C
18
+ select SND_SOC_BT_SCO
19
+ help
20
+ This adds ASoC driver for Mediatek MT2701 boards
21
+ with the CS42448 codecs.
22
+ Select Y if you have such device.
23
+ If unsure select "N".
24
+
4
25
config SND_SOC_MT8173
5
26
tristate "ASoC support for Mediatek MT8173 chip"
6
27
depends on ARCH_MEDIATEK
Original file line number Diff line number Diff line change 1
1
obj-$(CONFIG_SND_SOC_MEDIATEK) += common/
2
+ obj-$(CONFIG_SND_SOC_MT2701) += mt2701/
2
3
obj-$(CONFIG_SND_SOC_MT8173) += mt8173/
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (C) 2015 MediaTek Inc.
3
+ #
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License version 2 as
6
+ # published by the Free Software Foundation.
7
+ #
8
+ # This program is distributed in the hope that it will be useful,
9
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ # GNU General Public License for more details.
12
+ #
13
+
14
+ # platform driver
15
+ snd-soc-mt2701-afe-objs := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o
16
+ obj-$(CONFIG_SND_SOC_MT2701) += snd-soc-mt2701-afe.o
17
+
18
+ # machine driver
19
+ obj-$(CONFIG_SND_SOC_MT2701_CS42448) += mt2701-cs42448.o
You can’t perform that action at this time.
0 commit comments