File tree Expand file tree Collapse file tree 3 files changed +994
-0
lines changed Expand file tree Collapse file tree 3 files changed +994
-0
lines changed Original file line number Diff line number Diff line change @@ -193,3 +193,17 @@ config SND_SOC_MT8195
193
193
that can be used with other codecs.
194
194
Select Y if you have such device.
195
195
If unsure select "N".
196
+
197
+ config SND_SOC_MT8195_MT6359_RT1019_RT5682
198
+ tristate "ASoC Audio driver for MT8195 with MT6359 RT1019 RT5682 codec"
199
+ depends on I2C
200
+ depends on SND_SOC_MT8195
201
+ select SND_SOC_MT6359
202
+ select SND_SOC_RT1015P
203
+ select SND_SOC_RT5682_I2C
204
+ select SND_SOC_DMIC
205
+ help
206
+ This adds ASoC driver for Mediatek MT8195 boards
207
+ with the MT6359 RT1019 RT5682 audio codec.
208
+ Select Y if you have such device.
209
+ If unsure select "N".
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ snd-soc-mt8195-afe-objs := \
10
10
mt8195-dai-pcm.o
11
11
12
12
obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o
13
+
14
+ # machine driver
15
+ obj-$(CONFIG_SND_SOC_MT8195_MT6359_RT1019_RT5682) += mt8195-mt6359-rt1019-rt5682.o
You can’t perform that action at this time.
0 commit comments