File tree Expand file tree Collapse file tree 4 files changed +1110
-1
lines changed Expand file tree Collapse file tree 4 files changed +1110
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ config SND_SOC_ALL_CODECS
119
119
imply SND_SOC_ES8326
120
120
imply SND_SOC_ES8328_SPI
121
121
imply SND_SOC_ES8328_I2C
122
+ imply SND_SOC_ES8389
122
123
imply SND_SOC_ES7134
123
124
imply SND_SOC_ES7241
124
125
imply SND_SOC_FRAMER
@@ -1199,6 +1200,10 @@ config SND_SOC_ES8328_SPI
1199
1200
depends on SPI_MASTER
1200
1201
select SND_SOC_ES8328
1201
1202
1203
+ config SND_SOC_ES8389
1204
+ tristate "Everest Semi ES8389 CODEC"
1205
+ depends on I2C
1206
+
1202
1207
config SND_SOC_FRAMER
1203
1208
tristate "Framer codec"
1204
1209
depends on GENERIC_FRAMER
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ snd-soc-es8326-y := es8326.o
133
133
snd-soc-es8328-y := es8328.o
134
134
snd-soc-es8328-i2c-y := es8328-i2c.o
135
135
snd-soc-es8328-spi-y := es8328-spi.o
136
+ snd-soc-es8389-y := es8389.o
136
137
snd-soc-framer-y := framer-codec.o
137
138
snd-soc-gtm601-y := gtm601.o
138
139
snd-soc-hdac-hdmi-y := hdac_hdmi.o
@@ -551,6 +552,7 @@ obj-$(CONFIG_SND_SOC_ES8326) += snd-soc-es8326.o
551
552
obj-$(CONFIG_SND_SOC_ES8328) += snd-soc-es8328.o
552
553
obj-$(CONFIG_SND_SOC_ES8328_I2C)+ = snd-soc-es8328-i2c.o
553
554
obj-$(CONFIG_SND_SOC_ES8328_SPI)+ = snd-soc-es8328-spi.o
555
+ obj-$(CONFIG_SND_SOC_ES8389) += snd-soc-es8389.o
554
556
obj-$(CONFIG_SND_SOC_FRAMER) += snd-soc-framer.o
555
557
obj-$(CONFIG_SND_SOC_GTM601) += snd-soc-gtm601.o
556
558
obj-$(CONFIG_SND_SOC_HDAC_HDMI) += snd-soc-hdac-hdmi.o
@@ -841,4 +843,4 @@ obj-$(CONFIG_SND_SOC_LPASS_RX_MACRO) += snd-soc-lpass-rx-macro.o
841
843
obj-$(CONFIG_SND_SOC_LPASS_TX_MACRO) += snd-soc-lpass-tx-macro.o
842
844
843
845
# Mux
844
- obj-$(CONFIG_SND_SOC_SIMPLE_MUX) += snd-soc-simple-mux.o
846
+ obj-$(CONFIG_SND_SOC_SIMPLE_MUX) += snd-soc-simple-mux.o
You can’t perform that action at this time.
0 commit comments