blob: 229cc89f8c5a519116a38978c19469f6f792e6db [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002# Helper to resolve issues with configs that have SPI enabled but I2C
3# modular, meaning we can't build the codec driver in with I2C support.
4# We use an ordered list of conditional defaults to pick the appropriate
5# setting - SPI can't be modular so that case doesn't need to be covered.
6config SND_SOC_I2C_AND_SPI
7 tristate
8 default m if I2C=m
9 default y if I2C=y
10 default y if SPI_MASTER=y
11
12menu "CODEC drivers"
13
14config SND_SOC_ALL_CODECS
15 tristate "Build all ASoC CODEC drivers"
16 depends on COMPILE_TEST
17 select SND_SOC_88PM860X if MFD_88PM860X
18 select SND_SOC_L3
19 select SND_SOC_AB8500_CODEC if ABX500_CORE
20 select SND_SOC_AC97_CODEC
21 select SND_SOC_AD1836 if SPI_MASTER
22 select SND_SOC_AD193X_SPI if SPI_MASTER
23 select SND_SOC_AD193X_I2C if I2C
24 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
25 select SND_SOC_AD73311
26 select SND_SOC_ADAU1373 if I2C
27 select SND_SOC_ADAU1761_I2C if I2C
28 select SND_SOC_ADAU1761_SPI if SPI
29 select SND_SOC_ADAU1781_I2C if I2C
30 select SND_SOC_ADAU1781_SPI if SPI
31 select SND_SOC_ADAV801 if SPI_MASTER
32 select SND_SOC_ADAV803 if I2C
33 select SND_SOC_ADAU1977_SPI if SPI_MASTER
34 select SND_SOC_ADAU1977_I2C if I2C
35 select SND_SOC_ADAU1701 if I2C
36 select SND_SOC_ADAU7002
37 select SND_SOC_ADS117X
38 select SND_SOC_AK4104 if SPI_MASTER
David Brazdil0f672f62019-12-10 10:32:29 +000039 select SND_SOC_AK4118 if I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000040 select SND_SOC_AK4458 if I2C
41 select SND_SOC_AK4535 if I2C
42 select SND_SOC_AK4554
43 select SND_SOC_AK4613 if I2C
44 select SND_SOC_AK4641 if I2C
45 select SND_SOC_AK4642 if I2C
46 select SND_SOC_AK4671 if I2C
47 select SND_SOC_AK5386
48 select SND_SOC_AK5558 if I2C
49 select SND_SOC_ALC5623 if I2C
50 select SND_SOC_ALC5632 if I2C
51 select SND_SOC_BT_SCO
52 select SND_SOC_BD28623
53 select SND_SOC_CQ0093VC
David Brazdil0f672f62019-12-10 10:32:29 +000054 select SND_SOC_CROS_EC_CODEC if CROS_EC
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000055 select SND_SOC_CS35L32 if I2C
56 select SND_SOC_CS35L33 if I2C
57 select SND_SOC_CS35L34 if I2C
58 select SND_SOC_CS35L35 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +000059 select SND_SOC_CS35L36 if I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000060 select SND_SOC_CS42L42 if I2C
61 select SND_SOC_CS42L51_I2C if I2C
62 select SND_SOC_CS42L52 if I2C && INPUT
63 select SND_SOC_CS42L56 if I2C && INPUT
64 select SND_SOC_CS42L73 if I2C
65 select SND_SOC_CS4265 if I2C
66 select SND_SOC_CS4270 if I2C
67 select SND_SOC_CS4271_I2C if I2C
68 select SND_SOC_CS4271_SPI if SPI_MASTER
69 select SND_SOC_CS42XX8_I2C if I2C
70 select SND_SOC_CS43130 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +000071 select SND_SOC_CS4341 if SND_SOC_I2C_AND_SPI
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000072 select SND_SOC_CS4349 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +000073 select SND_SOC_CS47L15 if MFD_CS47L15
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000074 select SND_SOC_CS47L24 if MFD_CS47L24
David Brazdil0f672f62019-12-10 10:32:29 +000075 select SND_SOC_CS47L35 if MFD_CS47L35
76 select SND_SOC_CS47L85 if MFD_CS47L85
77 select SND_SOC_CS47L90 if MFD_CS47L90
78 select SND_SOC_CS47L92 if MFD_CS47L92
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000079 select SND_SOC_CS53L30 if I2C
80 select SND_SOC_CX20442 if TTY
David Brazdil0f672f62019-12-10 10:32:29 +000081 select SND_SOC_CX2072X if I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000082 select SND_SOC_DA7210 if SND_SOC_I2C_AND_SPI
83 select SND_SOC_DA7213 if I2C
84 select SND_SOC_DA7218 if I2C
85 select SND_SOC_DA7219 if I2C
86 select SND_SOC_DA732X if I2C
87 select SND_SOC_DA9055 if I2C
88 select SND_SOC_DMIC if GPIOLIB
89 select SND_SOC_ES8316 if I2C
90 select SND_SOC_ES8328_SPI if SPI_MASTER
91 select SND_SOC_ES8328_I2C if I2C
92 select SND_SOC_ES7134
93 select SND_SOC_ES7241
94 select SND_SOC_GTM601
95 select SND_SOC_HDAC_HDMI
David Brazdil0f672f62019-12-10 10:32:29 +000096 select SND_SOC_HDAC_HDA
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000097 select SND_SOC_ICS43432
98 select SND_SOC_INNO_RK3036
99 select SND_SOC_ISABELLE if I2C
100 select SND_SOC_JZ4740_CODEC
David Brazdil0f672f62019-12-10 10:32:29 +0000101 select SND_SOC_JZ4725B_CODEC
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000102 select SND_SOC_LM4857 if I2C
103 select SND_SOC_LM49453 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +0000104 select SND_SOC_LOCHNAGAR_SC if MFD_LOCHNAGAR
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000105 select SND_SOC_MAX98088 if I2C
106 select SND_SOC_MAX98090 if I2C
107 select SND_SOC_MAX98095 if I2C
108 select SND_SOC_MAX98357A if GPIOLIB
109 select SND_SOC_MAX98371 if I2C
110 select SND_SOC_MAX98504 if I2C
111 select SND_SOC_MAX9867 if I2C
112 select SND_SOC_MAX98925 if I2C
113 select SND_SOC_MAX98926 if I2C
114 select SND_SOC_MAX98927 if I2C
115 select SND_SOC_MAX98373 if I2C
116 select SND_SOC_MAX9850 if I2C
117 select SND_SOC_MAX9860 if I2C
118 select SND_SOC_MAX9759
119 select SND_SOC_MAX9768 if I2C
120 select SND_SOC_MAX9877 if I2C
121 select SND_SOC_MC13783 if MFD_MC13XXX
122 select SND_SOC_ML26124 if I2C
123 select SND_SOC_MT6351 if MTK_PMIC_WRAP
David Brazdil0f672f62019-12-10 10:32:29 +0000124 select SND_SOC_MT6358 if MTK_PMIC_WRAP
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000125 select SND_SOC_NAU8540 if I2C
126 select SND_SOC_NAU8810 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +0000127 select SND_SOC_NAU8822 if I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000128 select SND_SOC_NAU8824 if I2C
129 select SND_SOC_NAU8825 if I2C
130 select SND_SOC_HDMI_CODEC
131 select SND_SOC_PCM1681 if I2C
132 select SND_SOC_PCM1789_I2C if I2C
133 select SND_SOC_PCM179X_I2C if I2C
134 select SND_SOC_PCM179X_SPI if SPI_MASTER
135 select SND_SOC_PCM186X_I2C if I2C
136 select SND_SOC_PCM186X_SPI if SPI_MASTER
137 select SND_SOC_PCM3008
David Brazdil0f672f62019-12-10 10:32:29 +0000138 select SND_SOC_PCM3060_I2C if I2C
139 select SND_SOC_PCM3060_SPI if SPI_MASTER
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000140 select SND_SOC_PCM3168A_I2C if I2C
141 select SND_SOC_PCM3168A_SPI if SPI_MASTER
142 select SND_SOC_PCM5102A
143 select SND_SOC_PCM512x_I2C if I2C
144 select SND_SOC_PCM512x_SPI if SPI_MASTER
David Brazdil0f672f62019-12-10 10:32:29 +0000145 select SND_SOC_RK3328
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000146 select SND_SOC_RT274 if I2C
147 select SND_SOC_RT286 if I2C
148 select SND_SOC_RT298 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +0000149 select SND_SOC_RT1011 if I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000150 select SND_SOC_RT1305 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +0000151 select SND_SOC_RT1308 if I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000152 select SND_SOC_RT5514 if I2C
153 select SND_SOC_RT5616 if I2C
154 select SND_SOC_RT5631 if I2C
155 select SND_SOC_RT5640 if I2C
156 select SND_SOC_RT5645 if I2C
157 select SND_SOC_RT5651 if I2C
158 select SND_SOC_RT5659 if I2C
159 select SND_SOC_RT5660 if I2C
160 select SND_SOC_RT5663 if I2C
161 select SND_SOC_RT5665 if I2C
162 select SND_SOC_RT5668 if I2C
163 select SND_SOC_RT5670 if I2C
164 select SND_SOC_RT5677 if I2C && SPI_MASTER
165 select SND_SOC_RT5682 if I2C
166 select SND_SOC_SGTL5000 if I2C
167 select SND_SOC_SI476X if MFD_SI476X_CORE
168 select SND_SOC_SIMPLE_AMPLIFIER
169 select SND_SOC_SIRF_AUDIO_CODEC
170 select SND_SOC_SPDIF
171 select SND_SOC_SSM2305
172 select SND_SOC_SSM2518 if I2C
173 select SND_SOC_SSM2602_SPI if SPI_MASTER
174 select SND_SOC_SSM2602_I2C if I2C
175 select SND_SOC_SSM4567 if I2C
176 select SND_SOC_STA32X if I2C
177 select SND_SOC_STA350 if I2C
178 select SND_SOC_STA529 if I2C
179 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
180 select SND_SOC_STI_SAS
181 select SND_SOC_TAS2552 if I2C
182 select SND_SOC_TAS5086 if I2C
183 select SND_SOC_TAS571X if I2C
184 select SND_SOC_TAS5720 if I2C
185 select SND_SOC_TAS6424 if I2C
186 select SND_SOC_TDA7419 if I2C
187 select SND_SOC_TFA9879 if I2C
188 select SND_SOC_TLV320AIC23_I2C if I2C
189 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
190 select SND_SOC_TLV320AIC26 if SPI_MASTER
191 select SND_SOC_TLV320AIC31XX if I2C
David Brazdil0f672f62019-12-10 10:32:29 +0000192 select SND_SOC_TLV320AIC32X4_I2C if I2C && COMMON_CLK
193 select SND_SOC_TLV320AIC32X4_SPI if SPI_MASTER && COMMON_CLK
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000194 select SND_SOC_TLV320AIC3X if I2C
195 select SND_SOC_TPA6130A2 if I2C
196 select SND_SOC_TLV320DAC33 if I2C
197 select SND_SOC_TSCS42XX if I2C
198 select SND_SOC_TSCS454 if I2C
199 select SND_SOC_TS3A227E if I2C
200 select SND_SOC_TWL4030 if TWL4030_CORE
201 select SND_SOC_TWL6040 if TWL6040_CORE
David Brazdil0f672f62019-12-10 10:32:29 +0000202 select SND_SOC_UDA1334 if GPIOLIB
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000203 select SND_SOC_UDA134X
204 select SND_SOC_UDA1380 if I2C
David Brazdil0f672f62019-12-10 10:32:29 +0000205 select SND_SOC_WCD9335 if SLIMBUS
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000206 select SND_SOC_WL1273 if MFD_WL1273_CORE
207 select SND_SOC_WM0010 if SPI_MASTER
208 select SND_SOC_WM1250_EV1 if I2C
209 select SND_SOC_WM2000 if I2C
210 select SND_SOC_WM2200 if I2C
211 select SND_SOC_WM5100 if I2C
212 select SND_SOC_WM5102 if MFD_WM5102
213 select SND_SOC_WM5110 if MFD_WM5110
214 select SND_SOC_WM8350 if MFD_WM8350
215 select SND_SOC_WM8400 if MFD_WM8400
216 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
217 select SND_SOC_WM8523 if I2C
218 select SND_SOC_WM8524 if GPIOLIB
219 select SND_SOC_WM8580 if I2C
220 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
221 select SND_SOC_WM8727
222 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
223 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
224 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
225 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
226 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
227 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
228 select SND_SOC_WM8770 if SPI_MASTER
229 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
230 select SND_SOC_WM8782
231 select SND_SOC_WM8804_I2C if I2C
232 select SND_SOC_WM8804_SPI if SPI_MASTER
233 select SND_SOC_WM8900 if I2C
234 select SND_SOC_WM8903 if I2C
235 select SND_SOC_WM8904 if I2C
236 select SND_SOC_WM8940 if I2C
237 select SND_SOC_WM8955 if I2C
238 select SND_SOC_WM8960 if I2C
239 select SND_SOC_WM8961 if I2C
240 select SND_SOC_WM8962 if I2C && INPUT
241 select SND_SOC_WM8971 if I2C
242 select SND_SOC_WM8974 if I2C
243 select SND_SOC_WM8978 if I2C
244 select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
245 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
246 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
247 select SND_SOC_WM8990 if I2C
248 select SND_SOC_WM8991 if I2C
249 select SND_SOC_WM8993 if I2C
250 select SND_SOC_WM8994 if MFD_WM8994
251 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
252 select SND_SOC_WM8996 if I2C
253 select SND_SOC_WM8997 if MFD_WM8997
254 select SND_SOC_WM8998 if MFD_WM8998
255 select SND_SOC_WM9081 if I2C
256 select SND_SOC_WM9090 if I2C
257 select SND_SOC_WM9705 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
258 select SND_SOC_WM9712 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
259 select SND_SOC_WM9713 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
260 help
261 Normally ASoC codec drivers are only built if a machine driver which
262 uses them is also built since they are only usable with a machine
263 driver. Selecting this option will allow these drivers to be built
264 without an explicit machine driver for test and development purposes.
265
266 Support for the bus types used to access the codecs to be built must
267 be selected separately.
268
269 If unsure select "N".
270
271config SND_SOC_88PM860X
272 tristate
273
274config SND_SOC_ARIZONA
275 tristate
276 default y if SND_SOC_CS47L24=y
277 default y if SND_SOC_WM5102=y
278 default y if SND_SOC_WM5110=y
279 default y if SND_SOC_WM8997=y
280 default y if SND_SOC_WM8998=y
281 default m if SND_SOC_CS47L24=m
282 default m if SND_SOC_WM5102=m
283 default m if SND_SOC_WM5110=m
284 default m if SND_SOC_WM8997=m
285 default m if SND_SOC_WM8998=m
286
287config SND_SOC_WM_HUBS
288 tristate
289 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
290 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
291
292config SND_SOC_WM_ADSP
293 tristate
294 select SND_SOC_COMPRESS
David Brazdil0f672f62019-12-10 10:32:29 +0000295 default y if SND_SOC_MADERA=y
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000296 default y if SND_SOC_CS47L24=y
297 default y if SND_SOC_WM5102=y
298 default y if SND_SOC_WM5110=y
299 default y if SND_SOC_WM2200=y
David Brazdil0f672f62019-12-10 10:32:29 +0000300 default m if SND_SOC_MADERA=m
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000301 default m if SND_SOC_CS47L24=m
302 default m if SND_SOC_WM5102=m
303 default m if SND_SOC_WM5110=m
304 default m if SND_SOC_WM2200=m
305
306config SND_SOC_AB8500_CODEC
307 tristate
308
309config SND_SOC_AC97_CODEC
310 tristate "Build generic ASoC AC97 CODEC driver"
311 select SND_AC97_CODEC
312 select SND_SOC_AC97_BUS
313
314config SND_SOC_AD1836
315 tristate
316
317config SND_SOC_AD193X
318 tristate
319
320config SND_SOC_AD193X_SPI
321 tristate
322 select SND_SOC_AD193X
323
324config SND_SOC_AD193X_I2C
325 tristate
326 select SND_SOC_AD193X
327
328config SND_SOC_AD1980
329 select REGMAP_AC97
330 tristate
331
332config SND_SOC_AD73311
333 tristate
334
335config SND_SOC_ADAU_UTILS
336 tristate
337
338config SND_SOC_ADAU1373
339 tristate
340 select SND_SOC_ADAU_UTILS
341
342config SND_SOC_ADAU1701
343 tristate "Analog Devices ADAU1701 CODEC"
344 depends on I2C
345 select SND_SOC_SIGMADSP_I2C
346
347config SND_SOC_ADAU17X1
348 tristate
349 select SND_SOC_SIGMADSP_REGMAP
350 select SND_SOC_ADAU_UTILS
351
352config SND_SOC_ADAU1761
353 tristate
354 select SND_SOC_ADAU17X1
355
356config SND_SOC_ADAU1761_I2C
357 tristate "Analog Devices AU1761 CODEC - I2C"
358 depends on I2C
359 select SND_SOC_ADAU1761
360 select REGMAP_I2C
361
362config SND_SOC_ADAU1761_SPI
363 tristate "Analog Devices AU1761 CODEC - SPI"
364 depends on SPI
365 select SND_SOC_ADAU1761
366 select REGMAP_SPI
367
368config SND_SOC_ADAU1781
369 select SND_SOC_ADAU17X1
370 tristate
371
372config SND_SOC_ADAU1781_I2C
373 tristate
374 select SND_SOC_ADAU1781
375 select REGMAP_I2C
376
377config SND_SOC_ADAU1781_SPI
378 tristate
379 select SND_SOC_ADAU1781
380 select REGMAP_SPI
381
382config SND_SOC_ADAU1977
383 tristate
384
385config SND_SOC_ADAU1977_SPI
386 tristate
387 select SND_SOC_ADAU1977
388 select REGMAP_SPI
389
390config SND_SOC_ADAU1977_I2C
391 tristate
392 select SND_SOC_ADAU1977
393 select REGMAP_I2C
394
395config SND_SOC_ADAU7002
396 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"
397
398config SND_SOC_ADAV80X
399 tristate
400
401config SND_SOC_ADAV801
402 tristate
403 select SND_SOC_ADAV80X
404
405config SND_SOC_ADAV803
406 tristate
407 select SND_SOC_ADAV80X
408
409config SND_SOC_ADS117X
410 tristate
411
412config SND_SOC_AK4104
413 tristate "AKM AK4104 CODEC"
414 depends on SPI_MASTER
415
David Brazdil0f672f62019-12-10 10:32:29 +0000416config SND_SOC_AK4118
417 tristate "AKM AK4118 CODEC"
418 depends on I2C
419 select REGMAP_I2C
420
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000421config SND_SOC_AK4458
422 tristate "AKM AK4458 CODEC"
423 depends on I2C
424 select REGMAP_I2C
425
426config SND_SOC_AK4535
427 tristate
428
429config SND_SOC_AK4554
430 tristate "AKM AK4554 CODEC"
431
432config SND_SOC_AK4613
433 tristate "AKM AK4613 CODEC"
434 depends on I2C
435
436config SND_SOC_AK4641
437 tristate
438
439config SND_SOC_AK4642
440 tristate "AKM AK4642 CODEC"
441 depends on I2C
442
443config SND_SOC_AK4671
444 tristate
445
446config SND_SOC_AK5386
447 tristate "AKM AK5638 CODEC"
448
449config SND_SOC_AK5558
450 tristate "AKM AK5558 CODEC"
451 depends on I2C
452 select REGMAP_I2C
453
454config SND_SOC_ALC5623
455 tristate "Realtek ALC5623 CODEC"
456 depends on I2C
457
458config SND_SOC_ALC5632
459 tristate
460
461config SND_SOC_BD28623
462 tristate "ROHM BD28623 CODEC"
463 help
464 Enable support for ROHM BD28623MUV Class D speaker amplifier.
465 This codec does not have any control buses such as I2C, it
466 detect format of I2S automatically.
467
468config SND_SOC_BT_SCO
469 tristate "Dummy BT SCO codec driver"
470
471config SND_SOC_CPCAP
472 tristate "Motorola CPCAP codec"
473 depends on MFD_CPCAP
474
475config SND_SOC_CQ0093VC
476 tristate
477
David Brazdil0f672f62019-12-10 10:32:29 +0000478config SND_SOC_CROS_EC_CODEC
479 tristate "codec driver for ChromeOS EC"
480 depends on CROS_EC
481 help
482 If you say yes here you will get support for the
483 ChromeOS Embedded Controller's Audio Codec.
484
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000485config SND_SOC_CS35L32
486 tristate "Cirrus Logic CS35L32 CODEC"
487 depends on I2C
488
489config SND_SOC_CS35L33
490 tristate "Cirrus Logic CS35L33 CODEC"
491 depends on I2C
492
493config SND_SOC_CS35L34
494 tristate "Cirrus Logic CS35L34 CODEC"
495 depends on I2C
496
497config SND_SOC_CS35L35
498 tristate "Cirrus Logic CS35L35 CODEC"
499 depends on I2C
500
David Brazdil0f672f62019-12-10 10:32:29 +0000501config SND_SOC_CS35L36
502 tristate "Cirrus Logic CS35L36 CODEC"
503 depends on I2C
504
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000505config SND_SOC_CS42L42
506 tristate "Cirrus Logic CS42L42 CODEC"
507 depends on I2C
508
509config SND_SOC_CS42L51
510 tristate
511
512config SND_SOC_CS42L51_I2C
513 tristate "Cirrus Logic CS42L51 CODEC (I2C)"
514 depends on I2C
515 select SND_SOC_CS42L51
516
517config SND_SOC_CS42L52
518 tristate "Cirrus Logic CS42L52 CODEC"
519 depends on I2C && INPUT
520
521config SND_SOC_CS42L56
522 tristate "Cirrus Logic CS42L56 CODEC"
523 depends on I2C && INPUT
524
525config SND_SOC_CS42L73
526 tristate "Cirrus Logic CS42L73 CODEC"
527 depends on I2C
528
529config SND_SOC_CS4265
530 tristate "Cirrus Logic CS4265 CODEC"
531 depends on I2C
532 select REGMAP_I2C
533
534# Cirrus Logic CS4270 Codec
535config SND_SOC_CS4270
536 tristate "Cirrus Logic CS4270 CODEC"
537 depends on I2C
538
539# Cirrus Logic CS4270 Codec VD = 3.3V Errata
540# Select if you are affected by the errata where the part will not function
541# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
542# not select any sample rates that require MCLK to be divided by 1.5.
543config SND_SOC_CS4270_VD33_ERRATA
544 bool
545 depends on SND_SOC_CS4270
546
547config SND_SOC_CS4271
548 tristate
549
550config SND_SOC_CS4271_I2C
551 tristate "Cirrus Logic CS4271 CODEC (I2C)"
552 depends on I2C
553 select SND_SOC_CS4271
554 select REGMAP_I2C
555
556config SND_SOC_CS4271_SPI
557 tristate "Cirrus Logic CS4271 CODEC (SPI)"
558 depends on SPI_MASTER
559 select SND_SOC_CS4271
560 select REGMAP_SPI
561
562config SND_SOC_CS42XX8
563 tristate
564
565config SND_SOC_CS42XX8_I2C
566 tristate "Cirrus Logic CS42448/CS42888 CODEC (I2C)"
567 depends on I2C
568 select SND_SOC_CS42XX8
569 select REGMAP_I2C
570
571# Cirrus Logic CS43130 HiFi DAC
572config SND_SOC_CS43130
573 tristate "Cirrus Logic CS43130 CODEC"
574 depends on I2C
575
David Brazdil0f672f62019-12-10 10:32:29 +0000576config SND_SOC_CS4341
577 tristate "Cirrus Logic CS4341 CODEC"
578 depends on SND_SOC_I2C_AND_SPI
579 select REGMAP_I2C if I2C
580 select REGMAP_SPI if SPI_MASTER
581
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000582# Cirrus Logic CS4349 HiFi DAC
583config SND_SOC_CS4349
584 tristate "Cirrus Logic CS4349 CODEC"
585 depends on I2C
586
David Brazdil0f672f62019-12-10 10:32:29 +0000587config SND_SOC_CS47L15
588 tristate
589
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000590config SND_SOC_CS47L24
591 tristate
592
David Brazdil0f672f62019-12-10 10:32:29 +0000593config SND_SOC_CS47L35
594 tristate
595
596config SND_SOC_CS47L85
597 tristate
598
599config SND_SOC_CS47L90
600 tristate
601
602config SND_SOC_CS47L92
603 tristate
604
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000605# Cirrus Logic Quad-Channel ADC
606config SND_SOC_CS53L30
607 tristate "Cirrus Logic CS53L30 CODEC"
608 depends on I2C
609
610config SND_SOC_CX20442
611 tristate
612 depends on TTY
613
David Brazdil0f672f62019-12-10 10:32:29 +0000614config SND_SOC_CX2072X
615 tristate "Conexant CX2072X CODEC"
616 depends on I2C
617 help
618 Enable support for Conexant CX20721 and CX20723 codec chips.
619
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000620config SND_SOC_JZ4740_CODEC
David Brazdil0f672f62019-12-10 10:32:29 +0000621 depends on MIPS || COMPILE_TEST
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000622 select REGMAP_MMIO
David Brazdil0f672f62019-12-10 10:32:29 +0000623 tristate "Ingenic JZ4740 internal CODEC"
624 help
625 Enable support for the internal CODEC found in the JZ4740 SoC
626 from Ingenic.
627
628 This driver can also be built as a module. If so, the module
629 will be called snd-soc-jz4740-codec.
630
631config SND_SOC_JZ4725B_CODEC
632 depends on MIPS || COMPILE_TEST
633 select REGMAP
634 tristate "Ingenic JZ4725B internal CODEC"
635 help
636 Enable support for the internal CODEC found in the JZ4725B SoC
637 from Ingenic.
638
639 This driver can also be built as a module. If so, the module
640 will be called snd-soc-jz4725b-codec.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000641
642config SND_SOC_L3
643 tristate
644
645config SND_SOC_DA7210
646 tristate
647
648config SND_SOC_DA7213
649 tristate
650
651config SND_SOC_DA7218
652 tristate
653
654config SND_SOC_DA7219
655 tristate
656
657config SND_SOC_DA732X
658 tristate
659
660config SND_SOC_DA9055
661 tristate
662
663config SND_SOC_DMIC
David Brazdil0f672f62019-12-10 10:32:29 +0000664 tristate "Generic Digital Microphone CODEC"
665 depends on GPIOLIB
666 help
667 Enable support for the Generic Digital Microphone CODEC.
668 Select this if your sound card has DMICs.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000669
670config SND_SOC_HDMI_CODEC
671 tristate
672 select SND_PCM_ELD
673 select SND_PCM_IEC958
674 select HDMI
675
676config SND_SOC_ES7134
677 tristate "Everest Semi ES7134 CODEC"
678
679config SND_SOC_ES7241
680 tristate "Everest Semi ES7241 CODEC"
681
682config SND_SOC_ES8316
683 tristate "Everest Semi ES8316 CODEC"
684 depends on I2C
685
686config SND_SOC_ES8328
687 tristate
688
689config SND_SOC_ES8328_I2C
690 tristate "Everest Semi ES8328 CODEC (I2C)"
691 depends on I2C
692 select SND_SOC_ES8328
693
694config SND_SOC_ES8328_SPI
695 tristate "Everest Semi ES8328 CODEC (SPI)"
696 depends on SPI_MASTER
697 select SND_SOC_ES8328
698
699config SND_SOC_GTM601
700 tristate 'GTM601 UMTS modem audio codec'
701
702config SND_SOC_HDAC_HDMI
703 tristate
704 select SND_HDA_EXT_CORE
705 select SND_PCM_ELD
706 select HDMI
707
David Brazdil0f672f62019-12-10 10:32:29 +0000708config SND_SOC_HDAC_HDA
709 tristate
710 select SND_HDA
711
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000712config SND_SOC_ICS43432
713 tristate
714
715config SND_SOC_INNO_RK3036
716 tristate "Inno codec driver for RK3036 SoC"
717 select REGMAP_MMIO
718
719config SND_SOC_ISABELLE
720 tristate
721
722config SND_SOC_LM49453
723 tristate
724
David Brazdil0f672f62019-12-10 10:32:29 +0000725config SND_SOC_LOCHNAGAR_SC
726 tristate "Lochnagar Sound Card"
727 depends on MFD_LOCHNAGAR
728 help
729 This driver support the sound card functionality of the Cirrus
730 Logic Lochnagar audio development board.
731
732config SND_SOC_MADERA
733 tristate
734 default y if SND_SOC_CS47L15=y
735 default y if SND_SOC_CS47L35=y
736 default y if SND_SOC_CS47L85=y
737 default y if SND_SOC_CS47L90=y
738 default y if SND_SOC_CS47L92=y
739 default m if SND_SOC_CS47L15=m
740 default m if SND_SOC_CS47L35=m
741 default m if SND_SOC_CS47L85=m
742 default m if SND_SOC_CS47L90=m
743 default m if SND_SOC_CS47L92=m
744
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000745config SND_SOC_MAX98088
David Brazdil0f672f62019-12-10 10:32:29 +0000746 tristate "Maxim MAX98088/9 Low-Power, Stereo Audio Codec"
747 depends on I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000748
749config SND_SOC_MAX98090
750 tristate
751
752config SND_SOC_MAX98095
753 tristate
754
755config SND_SOC_MAX98357A
David Brazdil0f672f62019-12-10 10:32:29 +0000756 tristate "Maxim MAX98357A CODEC"
757 depends on GPIOLIB
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000758
759config SND_SOC_MAX98371
760 tristate
761
762config SND_SOC_MAX98504
763 tristate "Maxim MAX98504 speaker amplifier"
764 depends on I2C
765
766config SND_SOC_MAX9867
767 tristate "Maxim MAX9867 CODEC"
768 depends on I2C
769
770config SND_SOC_MAX98925
771 tristate
772
773config SND_SOC_MAX98926
774 tristate
775
776config SND_SOC_MAX98927
777 tristate "Maxim Integrated MAX98927 Speaker Amplifier"
778 depends on I2C
779
780config SND_SOC_MAX98373
781 tristate "Maxim Integrated MAX98373 Speaker Amplifier"
782 depends on I2C
783
784config SND_SOC_MAX9850
785 tristate
786
787config SND_SOC_MAX9860
788 tristate "Maxim MAX9860 Mono Audio Voice Codec"
789 depends on I2C
790 select REGMAP_I2C
791
792config SND_SOC_MSM8916_WCD_ANALOG
793 tristate "Qualcomm MSM8916 WCD Analog Codec"
794 depends on SPMI || COMPILE_TEST
795
796config SND_SOC_MSM8916_WCD_DIGITAL
797 tristate "Qualcomm MSM8916 WCD DIGITAL Codec"
David Brazdil0f672f62019-12-10 10:32:29 +0000798 select REGMAP_MMIO
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000799
800config SND_SOC_PCM1681
801 tristate "Texas Instruments PCM1681 CODEC"
802 depends on I2C
803
804config SND_SOC_PCM1789
805 tristate
806
807config SND_SOC_PCM1789_I2C
808 tristate "Texas Instruments PCM1789 CODEC (I2C)"
809 depends on I2C
810 select SND_SOC_PCM1789
811 help
812 Enable support for Texas Instruments PCM1789 CODEC.
813 Select this if your PCM1789 is connected via an I2C bus.
814
815config SND_SOC_PCM179X
816 tristate
817
818config SND_SOC_PCM179X_I2C
819 tristate "Texas Instruments PCM179X CODEC (I2C)"
820 depends on I2C
821 select SND_SOC_PCM179X
822 help
823 Enable support for Texas Instruments PCM179x CODEC.
824 Select this if your PCM179x is connected via an I2C bus.
825
826config SND_SOC_PCM179X_SPI
827 tristate "Texas Instruments PCM179X CODEC (SPI)"
828 depends on SPI_MASTER
829 select SND_SOC_PCM179X
830 help
831 Enable support for Texas Instruments PCM179x CODEC.
832 Select this if your PCM179x is connected via an SPI bus.
833
834config SND_SOC_PCM186X
835 tristate
836
837config SND_SOC_PCM186X_I2C
838 tristate "Texas Instruments PCM186x CODECs - I2C"
839 depends on I2C
840 select SND_SOC_PCM186X
841 select REGMAP_I2C
842
843config SND_SOC_PCM186X_SPI
844 tristate "Texas Instruments PCM186x CODECs - SPI"
845 depends on SPI_MASTER
846 select SND_SOC_PCM186X
847 select REGMAP_SPI
848
849config SND_SOC_PCM3008
850 tristate
851
David Brazdil0f672f62019-12-10 10:32:29 +0000852config SND_SOC_PCM3060
853 tristate
854
855config SND_SOC_PCM3060_I2C
856 tristate "Texas Instruments PCM3060 CODEC - I2C"
857 depends on I2C
858 select SND_SOC_PCM3060
859 select REGMAP_I2C
860
861config SND_SOC_PCM3060_SPI
862 tristate "Texas Instruments PCM3060 CODEC - SPI"
863 depends on SPI_MASTER
864 select SND_SOC_PCM3060
865 select REGMAP_SPI
866
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000867config SND_SOC_PCM3168A
868 tristate
869
870config SND_SOC_PCM3168A_I2C
871 tristate "Texas Instruments PCM3168A CODEC - I2C"
872 depends on I2C
873 select SND_SOC_PCM3168A
874 select REGMAP_I2C
875
876config SND_SOC_PCM3168A_SPI
877 tristate "Texas Instruments PCM3168A CODEC - SPI"
878 depends on SPI_MASTER
879 select SND_SOC_PCM3168A
880 select REGMAP_SPI
881
882config SND_SOC_PCM5102A
883 tristate
884
885config SND_SOC_PCM512x
886 tristate
887
888config SND_SOC_PCM512x_I2C
889 tristate "Texas Instruments PCM512x CODECs - I2C"
890 depends on I2C
891 select SND_SOC_PCM512x
892 select REGMAP_I2C
893
894config SND_SOC_PCM512x_SPI
895 tristate "Texas Instruments PCM512x CODECs - SPI"
896 depends on SPI_MASTER
897 select SND_SOC_PCM512x
898 select REGMAP_SPI
899
David Brazdil0f672f62019-12-10 10:32:29 +0000900config SND_SOC_RK3328
901 tristate "Rockchip RK3328 audio CODEC"
902 select REGMAP_MMIO
903
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000904config SND_SOC_RL6231
905 tristate
906 default y if SND_SOC_RT5514=y
907 default y if SND_SOC_RT5616=y
908 default y if SND_SOC_RT5640=y
909 default y if SND_SOC_RT5645=y
910 default y if SND_SOC_RT5651=y
911 default y if SND_SOC_RT5659=y
912 default y if SND_SOC_RT5660=y
913 default y if SND_SOC_RT5663=y
914 default y if SND_SOC_RT5665=y
915 default y if SND_SOC_RT5668=y
916 default y if SND_SOC_RT5670=y
917 default y if SND_SOC_RT5677=y
918 default y if SND_SOC_RT5682=y
David Brazdil0f672f62019-12-10 10:32:29 +0000919 default y if SND_SOC_RT1011=y
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000920 default y if SND_SOC_RT1305=y
David Brazdil0f672f62019-12-10 10:32:29 +0000921 default y if SND_SOC_RT1308=y
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000922 default m if SND_SOC_RT5514=m
923 default m if SND_SOC_RT5616=m
924 default m if SND_SOC_RT5640=m
925 default m if SND_SOC_RT5645=m
926 default m if SND_SOC_RT5651=m
927 default m if SND_SOC_RT5659=m
928 default m if SND_SOC_RT5660=m
929 default m if SND_SOC_RT5663=m
930 default m if SND_SOC_RT5665=m
931 default m if SND_SOC_RT5668=m
932 default m if SND_SOC_RT5670=m
933 default m if SND_SOC_RT5677=m
934 default m if SND_SOC_RT5682=m
David Brazdil0f672f62019-12-10 10:32:29 +0000935 default m if SND_SOC_RT1011=m
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000936 default m if SND_SOC_RT1305=m
David Brazdil0f672f62019-12-10 10:32:29 +0000937 default m if SND_SOC_RT1308=m
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000938
939config SND_SOC_RL6347A
940 tristate
941 default y if SND_SOC_RT274=y
942 default y if SND_SOC_RT286=y
943 default y if SND_SOC_RT298=y
944 default m if SND_SOC_RT274=m
945 default m if SND_SOC_RT286=m
946 default m if SND_SOC_RT298=m
947
948config SND_SOC_RT274
949 tristate
950 depends on I2C
951
952config SND_SOC_RT286
953 tristate
954 depends on I2C
955
956config SND_SOC_RT298
957 tristate
958 depends on I2C
959
David Brazdil0f672f62019-12-10 10:32:29 +0000960config SND_SOC_RT1011
961 tristate
962
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000963config SND_SOC_RT1305
964 tristate
965
David Brazdil0f672f62019-12-10 10:32:29 +0000966config SND_SOC_RT1308
967 tristate
968
Andrew Scullb4b6d4a2019-01-02 15:54:55 +0000969config SND_SOC_RT5514
970 tristate
971
972config SND_SOC_RT5514_SPI
973 tristate
974
975config SND_SOC_RT5514_SPI_BUILTIN
976 bool # force RT5514_SPI to be built-in to avoid link errors
977 default SND_SOC_RT5514=y && SND_SOC_RT5514_SPI=m
978
979config SND_SOC_RT5616
980 tristate "Realtek RT5616 CODEC"
981 depends on I2C
982
983config SND_SOC_RT5631
984 tristate "Realtek ALC5631/RT5631 CODEC"
985 depends on I2C
986
987config SND_SOC_RT5640
988 tristate
989
990config SND_SOC_RT5645
991 tristate
992
993config SND_SOC_RT5651
994 tristate
995
996config SND_SOC_RT5659
997 tristate
998
999config SND_SOC_RT5660
1000 tristate
1001
1002config SND_SOC_RT5663
1003 tristate
1004
1005config SND_SOC_RT5665
1006 tristate
1007
1008config SND_SOC_RT5668
1009 tristate
1010
1011config SND_SOC_RT5670
1012 tristate
1013
1014config SND_SOC_RT5677
1015 tristate
1016 select REGMAP_I2C
1017 select REGMAP_IRQ
1018
1019config SND_SOC_RT5677_SPI
1020 tristate
1021 default SND_SOC_RT5677 && SPI
1022
1023config SND_SOC_RT5682
1024 tristate
1025
1026#Freescale sgtl5000 codec
1027config SND_SOC_SGTL5000
1028 tristate "Freescale SGTL5000 CODEC"
1029 depends on I2C
1030
1031config SND_SOC_SI476X
1032 tristate
1033
1034config SND_SOC_SIGMADSP
1035 tristate
1036 select CRC32
1037
1038config SND_SOC_SIGMADSP_I2C
1039 tristate
1040 select SND_SOC_SIGMADSP
1041
1042config SND_SOC_SIGMADSP_REGMAP
1043 tristate
1044 select SND_SOC_SIGMADSP
1045
1046config SND_SOC_SIMPLE_AMPLIFIER
1047 tristate "Simple Audio Amplifier"
1048 select GPIOLIB
1049
1050config SND_SOC_SIRF_AUDIO_CODEC
1051 tristate "SiRF SoC internal audio codec"
1052 select REGMAP_MMIO
1053
1054config SND_SOC_SPDIF
1055 tristate "S/PDIF CODEC"
1056
1057config SND_SOC_SSM2305
1058 tristate "Analog Devices SSM2305 Class-D Amplifier"
1059 help
1060 Enable support for Analog Devices SSM2305 filterless
1061 high-efficiency mono Class-D audio power amplifiers.
1062
1063config SND_SOC_SSM2518
1064 tristate
1065
1066config SND_SOC_SSM2602
1067 tristate
1068
1069config SND_SOC_SSM2602_SPI
1070 tristate "Analog Devices SSM2602 CODEC - SPI"
1071 depends on SPI_MASTER
1072 select SND_SOC_SSM2602
1073 select REGMAP_SPI
1074
1075config SND_SOC_SSM2602_I2C
1076 tristate "Analog Devices SSM2602 CODEC - I2C"
1077 depends on I2C
1078 select SND_SOC_SSM2602
1079 select REGMAP_I2C
1080
1081config SND_SOC_SSM4567
1082 tristate "Analog Devices ssm4567 amplifier driver support"
1083 depends on I2C
1084
1085config SND_SOC_STA32X
1086 tristate "STA326, STA328 and STA329 speaker amplifier"
1087 depends on I2C
1088 select REGMAP_I2C
1089
1090config SND_SOC_STA350
1091 tristate "STA350 speaker amplifier"
1092 depends on I2C
1093
1094config SND_SOC_STA529
1095 tristate
1096
1097config SND_SOC_STAC9766
1098 tristate
1099
1100config SND_SOC_STI_SAS
1101 tristate "codec Audio support for STI SAS codec"
1102
1103config SND_SOC_TAS2552
1104 tristate "Texas Instruments TAS2552 Mono Audio amplifier"
1105 depends on I2C
1106
1107config SND_SOC_TAS5086
1108 tristate "Texas Instruments TAS5086 speaker amplifier"
1109 depends on I2C
1110
1111config SND_SOC_TAS571X
1112 tristate "Texas Instruments TAS571x power amplifiers"
1113 depends on I2C
1114 help
1115 Enable support for Texas Instruments TAS5707, TAS5711, TAS5717,
1116 TAS5719 and TAS5721 power amplifiers
1117
1118config SND_SOC_TAS5720
1119 tristate "Texas Instruments TAS5720 Mono Audio amplifier"
1120 depends on I2C
1121 help
1122 Enable support for Texas Instruments TAS5720L/M high-efficiency mono
1123 Class-D audio power amplifiers.
1124
1125config SND_SOC_TAS6424
1126 tristate "Texas Instruments TAS6424 Quad-Channel Audio amplifier"
1127 depends on I2C
1128 help
1129 Enable support for Texas Instruments TAS6424 high-efficiency
1130 digital input quad-channel Class-D audio power amplifiers.
1131
1132config SND_SOC_TDA7419
1133 tristate "ST TDA7419 audio processor"
1134 depends on I2C
1135 select REGMAP_I2C
1136
1137config SND_SOC_TFA9879
1138 tristate "NXP Semiconductors TFA9879 amplifier"
1139 depends on I2C
1140
1141config SND_SOC_TLV320AIC23
1142 tristate
1143
1144config SND_SOC_TLV320AIC23_I2C
1145 tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C"
1146 depends on I2C
1147 select SND_SOC_TLV320AIC23
1148
1149config SND_SOC_TLV320AIC23_SPI
1150 tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI"
1151 depends on SPI_MASTER
1152 select SND_SOC_TLV320AIC23
1153
1154config SND_SOC_TLV320AIC26
1155 tristate
1156 depends on SPI
1157
1158config SND_SOC_TLV320AIC31XX
1159 tristate "Texas Instruments TLV320AIC31xx CODECs"
1160 depends on I2C
1161 select REGMAP_I2C
1162
1163config SND_SOC_TLV320AIC32X4
1164 tristate
David Brazdil0f672f62019-12-10 10:32:29 +00001165 depends on COMMON_CLK
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001166
1167config SND_SOC_TLV320AIC32X4_I2C
1168 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - I2C"
1169 depends on I2C
David Brazdil0f672f62019-12-10 10:32:29 +00001170 depends on COMMON_CLK
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001171 select SND_SOC_TLV320AIC32X4
1172
1173config SND_SOC_TLV320AIC32X4_SPI
1174 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - SPI"
1175 depends on SPI_MASTER
David Brazdil0f672f62019-12-10 10:32:29 +00001176 depends on COMMON_CLK
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001177 select SND_SOC_TLV320AIC32X4
1178
1179config SND_SOC_TLV320AIC3X
1180 tristate "Texas Instruments TLV320AIC3x CODECs"
1181 depends on I2C
1182
1183config SND_SOC_TLV320DAC33
1184 tristate
1185
1186config SND_SOC_TS3A227E
1187 tristate "TI Headset/Mic detect and keypress chip"
1188 depends on I2C
1189
1190config SND_SOC_TSCS42XX
1191 tristate "Tempo Semiconductor TSCS42xx CODEC"
1192 depends on I2C
1193 select REGMAP_I2C
1194 help
1195 Add support for Tempo Semiconductor's TSCS42xx audio CODEC.
1196
1197config SND_SOC_TSCS454
1198 tristate "Tempo Semiconductor TSCS454 CODEC"
1199 depends on I2C
1200 select REGMAP_I2C
1201 help
1202 Add support for Tempo Semiconductor's TSCS454 audio CODEC.
1203
1204config SND_SOC_TWL4030
1205 select MFD_TWL4030_AUDIO
1206 tristate
1207
1208config SND_SOC_TWL6040
1209 tristate
1210
David Brazdil0f672f62019-12-10 10:32:29 +00001211config SND_SOC_UDA1334
1212 tristate "NXP UDA1334 DAC"
1213 depends on GPIOLIB
1214 help
1215 The UDA1334 is an NXP audio codec, supports the I2S-bus data format
1216 and has basic features such as de-emphasis (at 44.1 kHz sampling
1217 rate) and mute.
1218
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001219config SND_SOC_UDA134X
1220 tristate
1221
1222config SND_SOC_UDA1380
1223 tristate
1224 depends on I2C
1225
David Brazdil0f672f62019-12-10 10:32:29 +00001226config SND_SOC_WCD9335
1227 tristate "WCD9335 Codec"
1228 depends on SLIMBUS
1229 select REGMAP_SLIMBUS
1230 select REGMAP_IRQ
1231 help
1232 The WCD9335 is a standalone Hi-Fi audio CODEC IC, supports
1233 Qualcomm Technologies, Inc. (QTI) multimedia solutions,
1234 including the MSM8996, MSM8976, and MSM8956 chipsets.
1235
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001236config SND_SOC_WL1273
1237 tristate
1238
1239config SND_SOC_WM0010
1240 tristate
1241
1242config SND_SOC_WM1250_EV1
1243 tristate
1244
1245config SND_SOC_WM2000
1246 tristate
1247
1248config SND_SOC_WM2200
1249 tristate
1250
1251config SND_SOC_WM5100
1252 tristate
1253
1254config SND_SOC_WM5102
1255 tristate
1256
1257config SND_SOC_WM5110
1258 tristate
1259
1260config SND_SOC_WM8350
1261 tristate
1262
1263config SND_SOC_WM8400
1264 tristate
1265
1266config SND_SOC_WM8510
1267 tristate "Wolfson Microelectronics WM8510 CODEC"
1268 depends on SND_SOC_I2C_AND_SPI
1269
1270config SND_SOC_WM8523
1271 tristate "Wolfson Microelectronics WM8523 DAC"
1272 depends on I2C
1273
1274config SND_SOC_WM8524
1275 tristate "Wolfson Microelectronics WM8524 DAC"
1276 depends on GPIOLIB
1277
1278config SND_SOC_WM8580
1279 tristate "Wolfson Microelectronics WM8580 and WM8581 CODECs"
1280 depends on I2C
1281
1282config SND_SOC_WM8711
1283 tristate "Wolfson Microelectronics WM8711 CODEC"
1284 depends on SND_SOC_I2C_AND_SPI
1285
1286config SND_SOC_WM8727
1287 tristate
1288
1289config SND_SOC_WM8728
1290 tristate "Wolfson Microelectronics WM8728 DAC"
1291 depends on SND_SOC_I2C_AND_SPI
1292
1293config SND_SOC_WM8731
1294 tristate "Wolfson Microelectronics WM8731 CODEC"
1295 depends on SND_SOC_I2C_AND_SPI
1296
1297config SND_SOC_WM8737
1298 tristate "Wolfson Microelectronics WM8737 ADC"
1299 depends on SND_SOC_I2C_AND_SPI
1300
1301config SND_SOC_WM8741
1302 tristate "Wolfson Microelectronics WM8737 DAC"
1303 depends on SND_SOC_I2C_AND_SPI
1304
1305config SND_SOC_WM8750
1306 tristate "Wolfson Microelectronics WM8750 CODEC"
1307 depends on SND_SOC_I2C_AND_SPI
1308
1309config SND_SOC_WM8753
1310 tristate "Wolfson Microelectronics WM8753 CODEC"
1311 depends on SND_SOC_I2C_AND_SPI
1312
1313config SND_SOC_WM8770
1314 tristate "Wolfson Microelectronics WM8770 CODEC"
1315 depends on SPI_MASTER
1316
1317config SND_SOC_WM8776
1318 tristate "Wolfson Microelectronics WM8776 CODEC"
1319 depends on SND_SOC_I2C_AND_SPI
1320
1321config SND_SOC_WM8782
1322 tristate "Wolfson Microelectronics WM8782 ADC"
1323
1324config SND_SOC_WM8804
1325 tristate
1326
1327config SND_SOC_WM8804_I2C
1328 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver I2C"
1329 depends on I2C
1330 select SND_SOC_WM8804
1331 select REGMAP_I2C
1332
1333config SND_SOC_WM8804_SPI
1334 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver SPI"
1335 depends on SPI_MASTER
1336 select SND_SOC_WM8804
1337 select REGMAP_SPI
1338
1339config SND_SOC_WM8900
1340 tristate
1341
1342config SND_SOC_WM8903
1343 tristate "Wolfson Microelectronics WM8903 CODEC"
1344 depends on I2C
1345
1346config SND_SOC_WM8904
David Brazdil0f672f62019-12-10 10:32:29 +00001347 tristate "Wolfson Microelectronics WM8904 CODEC"
1348 depends on I2C
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001349
1350config SND_SOC_WM8940
1351 tristate
1352
1353config SND_SOC_WM8955
1354 tristate
1355
1356config SND_SOC_WM8960
1357 tristate "Wolfson Microelectronics WM8960 CODEC"
1358 depends on I2C
1359
1360config SND_SOC_WM8961
1361 tristate
1362
1363config SND_SOC_WM8962
1364 tristate "Wolfson Microelectronics WM8962 CODEC"
1365 depends on I2C && INPUT
1366
1367config SND_SOC_WM8971
1368 tristate
1369
1370config SND_SOC_WM8974
1371 tristate "Wolfson Microelectronics WM8974 codec"
1372 depends on I2C
1373
1374config SND_SOC_WM8978
1375 tristate "Wolfson Microelectronics WM8978 codec"
1376 depends on I2C
1377
1378config SND_SOC_WM8983
1379 tristate
1380
1381config SND_SOC_WM8985
1382 tristate "Wolfson Microelectronics WM8985 and WM8758 codec driver"
1383 depends on SND_SOC_I2C_AND_SPI
1384
1385config SND_SOC_WM8988
1386 tristate
1387
1388config SND_SOC_WM8990
1389 tristate
1390
1391config SND_SOC_WM8991
1392 tristate
1393
1394config SND_SOC_WM8993
1395 tristate
1396
1397config SND_SOC_WM8994
1398 tristate
1399
1400config SND_SOC_WM8995
1401 tristate
1402
1403config SND_SOC_WM8996
1404 tristate
1405
1406config SND_SOC_WM8997
1407 tristate
1408
1409config SND_SOC_WM8998
1410 tristate
1411
1412config SND_SOC_WM9081
1413 tristate
1414 depends on I2C
1415
1416config SND_SOC_WM9090
1417 tristate
1418
1419config SND_SOC_WM9705
1420 tristate
1421 select REGMAP_AC97
1422 select AC97_BUS_COMPAT if AC97_BUS_NEW
1423
1424config SND_SOC_WM9712
1425 tristate
1426 select REGMAP_AC97
1427 select AC97_BUS_COMPAT if AC97_BUS_NEW
1428
1429config SND_SOC_WM9713
1430 tristate
1431 select REGMAP_AC97
1432 select AC97_BUS_COMPAT if AC97_BUS_NEW
1433
1434config SND_SOC_ZX_AUD96P22
1435 tristate "ZTE ZX AUD96P22 CODEC"
1436 depends on I2C
1437 select REGMAP_I2C
1438
1439# Amp
1440config SND_SOC_LM4857
1441 tristate
1442
1443config SND_SOC_MAX9759
1444 tristate "Maxim MAX9759 speaker Amplifier"
1445 select GPIOLIB
1446
1447config SND_SOC_MAX9768
1448 tristate
1449
1450config SND_SOC_MAX9877
1451 tristate
1452
1453config SND_SOC_MC13783
1454 tristate
1455
1456config SND_SOC_ML26124
1457 tristate
1458
1459config SND_SOC_MT6351
1460 tristate "MediaTek MT6351 Codec"
1461
David Brazdil0f672f62019-12-10 10:32:29 +00001462config SND_SOC_MT6358
1463 tristate "MediaTek MT6358 Codec"
1464 help
1465 Enable support for the platform which uses MT6358 as
1466 external codec device.
1467
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001468config SND_SOC_NAU8540
1469 tristate "Nuvoton Technology Corporation NAU85L40 CODEC"
1470 depends on I2C
1471
1472config SND_SOC_NAU8810
1473 tristate "Nuvoton Technology Corporation NAU88C10 CODEC"
1474 depends on I2C
1475
David Brazdil0f672f62019-12-10 10:32:29 +00001476config SND_SOC_NAU8822
1477 tristate "Nuvoton Technology Corporation NAU88C22 CODEC"
1478 depends on I2C
1479
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001480config SND_SOC_NAU8824
1481 tristate "Nuvoton Technology Corporation NAU88L24 CODEC"
1482 depends on I2C
1483
1484config SND_SOC_NAU8825
1485 tristate
1486
1487config SND_SOC_TPA6130A2
1488 tristate "Texas Instruments TPA6130A2 headphone amplifier"
1489 depends on I2C
1490
1491endmenu