File tree Expand file tree Collapse file tree 4 files changed +923
-0
lines changed Expand file tree Collapse file tree 4 files changed +923
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ config SND_SOC_ALL_CODECS
120
120
imply SND_SOC_ES8326
121
121
imply SND_SOC_ES8328_SPI
122
122
imply SND_SOC_ES8328_I2C
123
+ imply SND_SOC_ES8375
123
124
imply SND_SOC_ES8389
124
125
imply SND_SOC_ES7134
125
126
imply SND_SOC_ES7241
@@ -1211,6 +1212,10 @@ config SND_SOC_ES8328_SPI
1211
1212
depends on SPI_MASTER
1212
1213
select SND_SOC_ES8328
1213
1214
1215
+ config SND_SOC_ES8375
1216
+ tristate "Everest Semi ES8375 CODEC"
1217
+ depends on I2C
1218
+
1214
1219
config SND_SOC_ES8389
1215
1220
tristate "Everest Semi ES8389 CODEC"
1216
1221
depends on I2C
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ snd-soc-es8326-y := es8326.o
134
134
snd-soc-es8328-y := es8328.o
135
135
snd-soc-es8328-i2c-y := es8328-i2c.o
136
136
snd-soc-es8328-spi-y := es8328-spi.o
137
+ snd-soc-es8375-y := es8375.o
137
138
snd-soc-es8389-y := es8389.o
138
139
snd-soc-framer-y := framer-codec.o
139
140
snd-soc-gtm601-y := gtm601.o
@@ -556,6 +557,7 @@ obj-$(CONFIG_SND_SOC_ES8326) += snd-soc-es8326.o
556
557
obj-$(CONFIG_SND_SOC_ES8328) += snd-soc-es8328.o
557
558
obj-$(CONFIG_SND_SOC_ES8328_I2C)+ = snd-soc-es8328-i2c.o
558
559
obj-$(CONFIG_SND_SOC_ES8328_SPI)+ = snd-soc-es8328-spi.o
560
+ obj-$(CONFIG_SND_SOC_ES8375) += snd-soc-es8375.o
559
561
obj-$(CONFIG_SND_SOC_ES8389) += snd-soc-es8389.o
560
562
obj-$(CONFIG_SND_SOC_FRAMER) += snd-soc-framer.o
561
563
obj-$(CONFIG_SND_SOC_GTM601) += snd-soc-gtm601.o
You can’t perform that action at this time.
0 commit comments