File tree Expand file tree Collapse file tree 4 files changed +1259
-0
lines changed Expand file tree Collapse file tree 4 files changed +1259
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ config SND_SOC_ALL_CODECS
137
137
imply SND_SOC_MAX98363
138
138
imply SND_SOC_MAX98373_I2C
139
139
imply SND_SOC_MAX98373_SDW
140
+ imply SND_SOC_MAX98388
140
141
imply SND_SOC_MAX98390
141
142
imply SND_SOC_MAX98396
142
143
imply SND_SOC_MAX9850
@@ -1175,6 +1176,15 @@ config SND_SOC_MAX98373_SDW
1175
1176
interface for control data. Select this if MAX98373 is
1176
1177
connected via soundwire.
1177
1178
1179
+ config SND_SOC_MAX98388
1180
+ tristate "Analog Devices MAX98388 Speaker Amplifier"
1181
+ depends on I2C
1182
+ help
1183
+ Enable support for Analog Devices MAX98388 audio
1184
+ amplifier. The device provides a PCM interface for
1185
+ audio data and a standard I2C interface for control
1186
+ data communication.
1187
+
1178
1188
config SND_SOC_MAX98390
1179
1189
tristate "Maxim Integrated MAX98390 Speaker Amplifier"
1180
1190
depends on I2C
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ snd-soc-max98363-objs := max98363.o
153
153
snd-soc-max98373-objs := max98373.o
154
154
snd-soc-max98373-i2c-objs := max98373-i2c.o
155
155
snd-soc-max98373-sdw-objs := max98373-sdw.o
156
+ snd-soc-max98388-objs := max98388.o
156
157
snd-soc-max98390-objs := max98390.o
157
158
snd-soc-max98396-objs := max98396.o
158
159
snd-soc-max9850-objs := max9850.o
@@ -525,6 +526,7 @@ obj-$(CONFIG_SND_SOC_MAX98363) += snd-soc-max98363.o
525
526
obj-$(CONFIG_SND_SOC_MAX98373) += snd-soc-max98373.o
526
527
obj-$(CONFIG_SND_SOC_MAX98373_I2C) += snd-soc-max98373-i2c.o
527
528
obj-$(CONFIG_SND_SOC_MAX98373_SDW) += snd-soc-max98373-sdw.o
529
+ obj-$(CONFIG_SND_SOC_MAX98388) += snd-soc-max98388.o
528
530
obj-$(CONFIG_SND_SOC_MAX98390) += snd-soc-max98390.o
529
531
obj-$(CONFIG_SND_SOC_MAX98396) += snd-soc-max98396.o
530
532
obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o
You can’t perform that action at this time.
0 commit comments