File tree Expand file tree Collapse file tree 5 files changed +930
-0
lines changed Expand file tree Collapse file tree 5 files changed +930
-0
lines changed Original file line number Diff line number Diff line change @@ -7253,6 +7253,13 @@ F: Documentation/devicetree/bindings/i2c/max6697.txt
7253
7253
F: drivers/hwmon/max6697.c
7254
7254
F: include/linux/platform_data/max6697.h
7255
7255
7256
+ MAX9860 MONO AUDIO VOICE CODEC DRIVER
7257
+ M: Peter Rosin <
[email protected] >
7258
+ L:
[email protected] (moderated for non-subscribers)
7259
+ S: Maintained
7260
+ F: Documentation/devicetree/bindings/sound/max9860.txt
7261
+ F: sound/soc/codecs/max9860.*
7262
+
7256
7263
MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7257
7264
M: Krzysztof Kozlowski <
[email protected] >
7258
7265
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ config SND_SOC_ALL_CODECS
84
84
select SND_SOC_MAX98925 if I2C
85
85
select SND_SOC_MAX98926 if I2C
86
86
select SND_SOC_MAX9850 if I2C
87
+ select SND_SOC_MAX9860 if I2C
87
88
select SND_SOC_MAX9768 if I2C
88
89
select SND_SOC_MAX9877 if I2C
89
90
select SND_SOC_MC13783 if MFD_MC13XXX
@@ -547,6 +548,11 @@ config SND_SOC_MAX98926
547
548
config SND_SOC_MAX9850
548
549
tristate
549
550
551
+ config SND_SOC_MAX9860
552
+ tristate "Maxim MAX9860 Mono Audio Voice Codec"
553
+ depends on I2C
554
+ select REGMAP_I2C
555
+
550
556
config SND_SOC_PCM1681
551
557
tristate "Texas Instruments PCM1681 CODEC"
552
558
depends on I2C
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ snd-soc-max9867-objs := max9867.o
79
79
snd-soc-max98925-objs := max98925.o
80
80
snd-soc-max98926-objs := max98926.o
81
81
snd-soc-max9850-objs := max9850.o
82
+ snd-soc-max9860-objs := max9860.o
82
83
snd-soc-mc13783-objs := mc13783.o
83
84
snd-soc-ml26124-objs := ml26124.o
84
85
snd-soc-nau8825-objs := nau8825.o
@@ -293,6 +294,7 @@ obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-max9867.o
293
294
obj-$(CONFIG_SND_SOC_MAX98925) += snd-soc-max98925.o
294
295
obj-$(CONFIG_SND_SOC_MAX98926) += snd-soc-max98926.o
295
296
obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o
297
+ obj-$(CONFIG_SND_SOC_MAX9860) += snd-soc-max9860.o
296
298
obj-$(CONFIG_SND_SOC_MC13783) += snd-soc-mc13783.o
297
299
obj-$(CONFIG_SND_SOC_ML26124) += snd-soc-ml26124.o
298
300
obj-$(CONFIG_SND_SOC_NAU8825) += snd-soc-nau8825.o
You can’t perform that action at this time.
0 commit comments