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
120120 imply SND_SOC_ES8326
121121 imply SND_SOC_ES8328_SPI
122122 imply SND_SOC_ES8328_I2C
123+ imply SND_SOC_ES8375
123124 imply SND_SOC_ES8389
124125 imply SND_SOC_ES7134
125126 imply SND_SOC_ES7241
@@ -1211,6 +1212,10 @@ config SND_SOC_ES8328_SPI
12111212 depends on SPI_MASTER
12121213 select SND_SOC_ES8328
12131214
1215+ config SND_SOC_ES8375
1216+ tristate "Everest Semi ES8375 CODEC"
1217+ depends on I2C
1218+
12141219config SND_SOC_ES8389
12151220 tristate "Everest Semi ES8389 CODEC"
12161221 depends on I2C
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ snd-soc-es8326-y := es8326.o
134134snd-soc-es8328-y := es8328.o
135135snd-soc-es8328-i2c-y := es8328-i2c.o
136136snd-soc-es8328-spi-y := es8328-spi.o
137+ snd-soc-es8375-y := es8375.o
137138snd-soc-es8389-y := es8389.o
138139snd-soc-framer-y := framer-codec.o
139140snd-soc-gtm601-y := gtm601.o
@@ -556,6 +557,7 @@ obj-$(CONFIG_SND_SOC_ES8326) += snd-soc-es8326.o
556557obj-$(CONFIG_SND_SOC_ES8328) += snd-soc-es8328.o
557558obj-$(CONFIG_SND_SOC_ES8328_I2C)+ = snd-soc-es8328-i2c.o
558559obj-$(CONFIG_SND_SOC_ES8328_SPI)+ = snd-soc-es8328-spi.o
560+ obj-$(CONFIG_SND_SOC_ES8375) += snd-soc-es8375.o
559561obj-$(CONFIG_SND_SOC_ES8389) += snd-soc-es8389.o
560562obj-$(CONFIG_SND_SOC_FRAMER) += snd-soc-framer.o
561563obj-$(CONFIG_SND_SOC_GTM601) += snd-soc-gtm601.o
You can’t perform that action at this time.
0 commit comments