ASoC: add RT5670 CODEC driver
[linux-2.6-block.git] / sound / soc / codecs / Kconfig
CommitLineData
227b4dc6
MB
1# Helper to resolve issues with configs that have SPI enabled but I2C
2# modular, meaning we can't build the codec driver in with I2C support.
3# We use an ordered list of conditional defaults to pick the appropriate
4# setting - SPI can't be modular so that case doesn't need to be covered.
5config SND_SOC_I2C_AND_SPI
6 tristate
7 default m if I2C=m
8 default y if I2C=y
9 default y if SPI_MASTER=y
10
4d1a7722
MB
11menu "CODEC drivers"
12
0c941615
MB
13config SND_SOC_ALL_CODECS
14 tristate "Build all ASoC CODEC drivers"
64b0c282 15 depends on COMPILE_TEST
f213f4b5 16 select SND_SOC_88PM860X if MFD_88PM860X
070504ad 17 select SND_SOC_L3
679d7abd 18 select SND_SOC_AB8500_CODEC if ABX500_CORE
0763722d 19 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
e9ade7f9 20 select SND_SOC_AD1836 if SPI_MASTER
6c3d713e
LPC
21 select SND_SOC_AD193X_SPI if SPI_MASTER
22 select SND_SOC_AD193X_I2C if I2C
ca53fb24 23 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
5683dc7a 24 select SND_SOC_AD73311
ddd7a260 25 select SND_SOC_ADAU1373 if I2C
dab464b6
LPC
26 select SND_SOC_ADAU1761_I2C if I2C
27 select SND_SOC_ADAU1761_SPI if SPI
2923af02
LPC
28 select SND_SOC_ADAU1781_I2C if I2C
29 select SND_SOC_ADAU1781_SPI if SPI
0c2d6964
LPC
30 select SND_SOC_ADAV801 if SPI_MASTER
31 select SND_SOC_ADAV803 if I2C
603597c9
LPC
32 select SND_SOC_ADAU1977_SPI if SPI_MASTER
33 select SND_SOC_ADAU1977_I2C if I2C
af2d8b5d 34 select SND_SOC_ADAU1701 if I2C
754dec6b 35 select SND_SOC_ADS117X
a381934e 36 select SND_SOC_AK4104 if SPI_MASTER
ca53fb24 37 select SND_SOC_AK4535 if I2C
0d724f8a 38 select SND_SOC_AK4554
00d27010 39 select SND_SOC_AK4641 if I2C
a3a83d9a 40 select SND_SOC_AK4642 if I2C
2312fd8f 41 select SND_SOC_AK4671 if I2C
cc289be8 42 select SND_SOC_AK5386
473f89ff 43 select SND_SOC_ALC5623 if I2C
94d5f7c0 44 select SND_SOC_ALC5632 if I2C
b56e972b 45 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
a1253ef6 46 select SND_SOC_CS42L51_I2C if I2C
a2915d4f 47 select SND_SOC_CS42L52 if I2C && INPUT
272b5edd 48 select SND_SOC_CS42L56 if I2C && INPUT
6d10c914 49 select SND_SOC_CS42L73 if I2C
ca53fb24 50 select SND_SOC_CS4270 if I2C
67b22517 51 select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI
0c516b4f 52 select SND_SOC_CS42XX8_I2C if I2C
4f73bc4d 53 select SND_SOC_CX20442 if TTY
98615454 54 select SND_SOC_DA7210 if I2C
ef5c2eba 55 select SND_SOC_DA7213 if I2C
48e27874 56 select SND_SOC_DA732X if I2C
9911f7f7 57 select SND_SOC_DA9055 if I2C
200ceb96 58 select SND_SOC_BT_SCO
2f989f7e 59 select SND_SOC_ISABELLE if I2C
f8f626f5 60 select SND_SOC_JZ4740_CODEC
9b74c7d6 61 select SND_SOC_LM4857 if I2C
dbf7a733 62 select SND_SOC_LM49453 if I2C
e86e1244 63 select SND_SOC_MAX98088 if I2C
83f7cbc4 64 select SND_SOC_MAX98090 if I2C
82a5a936 65 select SND_SOC_MAX98095 if I2C
0e45cab6 66 select SND_SOC_MAX9850 if I2C
394d2bba 67 select SND_SOC_MAX9768 if I2C
b4541665 68 select SND_SOC_MAX9877 if I2C
8b908b86 69 select SND_SOC_MC13783 if MFD_MC13XXX
d808fe9f 70 select SND_SOC_ML26124 if I2C
bf7c6e6c 71 select SND_SOC_HDMI_CODEC
95169d08 72 select SND_SOC_PCM1681 if I2C
13b02fa0 73 select SND_SOC_PCM1792A if SPI_MASTER
1c0090c2 74 select SND_SOC_PCM3008
22066226
MB
75 select SND_SOC_PCM512x_I2C if I2C
76 select SND_SOC_PCM512x_SPI if SPI_MASTER
689b956e 77 select SND_SOC_RT5631 if I2C
997b0520 78 select SND_SOC_RT5640 if I2C
1319b2f6 79 select SND_SOC_RT5645 if I2C
40bc18a2 80 select SND_SOC_RT5651 if I2C
5e8351de 81 select SND_SOC_RT5670 if I2C
0e826e86 82 select SND_SOC_RT5677 if I2C
9b34e6cc 83 select SND_SOC_SGTL5000 if I2C
330345eb 84 select SND_SOC_SI476X if MFD_SI476X_CORE
f516e368 85 select SND_SOC_SIRF_AUDIO_CODEC
4dc69be2 86 select SND_SOC_SN95031 if INTEL_SCU_IPC
be461ba8 87 select SND_SOC_SPDIF
b6b5e76b 88 select SND_SOC_SSM2518 if I2C
c924dc68
LPC
89 select SND_SOC_SSM2602_SPI if SPI_MASTER
90 select SND_SOC_SSM2602_I2C if I2C
c034abf6 91 select SND_SOC_STA32X if I2C
2439ea1f 92 select SND_SOC_STA350 if I2C
3be58dbb 93 select SND_SOC_STA529 if I2C
3c166c7f 94 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
4fa89346 95 select SND_SOC_TAS5086 if I2C
b3fc5725
MF
96 select SND_SOC_TLV320AIC23_I2C if I2C
97 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
ca53fb24 98 select SND_SOC_TLV320AIC26 if SPI_MASTER
e00447fa 99 select SND_SOC_TLV320AIC31XX if I2C
684a65d4 100 select SND_SOC_TLV320AIC32X4 if I2C
ca53fb24 101 select SND_SOC_TLV320AIC3X if I2C
493b67ef 102 select SND_SOC_TPA6130A2 if I2C
c8bf93f0 103 select SND_SOC_TLV320DAC33 if I2C
cc17557e 104 select SND_SOC_TWL4030 if TWL4030_CORE
8eaeb939 105 select SND_SOC_TWL6040 if TWL6040_CORE
1cad1de1 106 select SND_SOC_UDA134X
ca53fb24 107 select SND_SOC_UDA1380 if I2C
40285f83 108 select SND_SOC_WL1273 if MFD_WL1273_CORE
e3523e01 109 select SND_SOC_WM0010 if SPI_MASTER
4bb3f43c 110 select SND_SOC_WM1250_EV1 if I2C
3a66d387 111 select SND_SOC_WM2000 if I2C
d5315a23 112 select SND_SOC_WM2200 if I2C
6d4baf08 113 select SND_SOC_WM5100 if I2C
93e8791d 114 select SND_SOC_WM5102 if MFD_WM5102
5c6af635 115 select SND_SOC_WM5110 if MFD_WM5110
40aa4a30 116 select SND_SOC_WM8350 if MFD_WM8350
aaf1e176 117 select SND_SOC_WM8400 if MFD_WM8400
227b4dc6 118 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
1dcf98ff 119 select SND_SOC_WM8523 if I2C
ca53fb24 120 select SND_SOC_WM8580 if I2C
08aff8cd 121 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
89933dee 122 select SND_SOC_WM8727
227b4dc6
MB
123 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
124 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
2a9ae13a 125 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
992bee40 126 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
227b4dc6
MB
127 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
128 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
c046fd4d 129 select SND_SOC_WM8770 if SPI_MASTER
924914ee 130 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
ec3ea54c 131 select SND_SOC_WM8782
33cf45c8 132 select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI
ca53fb24 133 select SND_SOC_WM8900 if I2C
0244ad00 134 select SND_SOC_WM8903 if I2C
a91eb199 135 select SND_SOC_WM8904 if I2C
0b5e92c5 136 select SND_SOC_WM8940 if I2C
b35a28af 137 select SND_SOC_WM8955 if I2C
f2644a2c 138 select SND_SOC_WM8960 if I2C
74dc55ed 139 select SND_SOC_WM8961 if I2C
a2915d4f 140 select SND_SOC_WM8962 if I2C && INPUT
ca53fb24 141 select SND_SOC_WM8971 if I2C
0a1bf553 142 select SND_SOC_WM8974 if I2C
0d34e915 143 select SND_SOC_WM8978 if I2C
6b3860b0 144 select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
6d6f8b83 145 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
5409fb4e 146 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
ca53fb24 147 select SND_SOC_WM8990 if I2C
203db220 148 select SND_SOC_WM8991 if I2C
942c435b 149 select SND_SOC_WM8993 if I2C
fead215d 150 select SND_SOC_WM8994 if MFD_WM8994
6a504a75 151 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
a9ba6151 152 select SND_SOC_WM8996 if I2C
40843aea 153 select SND_SOC_WM8997 if MFD_WM8997
86ed3669 154 select SND_SOC_WM9081 if I2C
39b8eab7 155 select SND_SOC_WM9090 if I2C
2aceefef 156 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
ca53fb24
MB
157 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
158 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
0c941615
MB
159 help
160 Normally ASoC codec drivers are only built if a machine driver which
161 uses them is also built since they are only usable with a machine
162 driver. Selecting this option will allow these drivers to be built
163 without an explicit machine driver for test and development purposes.
164
ca53fb24
MB
165 Support for the bus types used to access the codecs to be built must
166 be selected separately.
167
0c941615
MB
168 If unsure select "N".
169
f213f4b5
HZ
170config SND_SOC_88PM860X
171 tristate
172
07ed873e
MB
173config SND_SOC_ARIZONA
174 tristate
175 default y if SND_SOC_WM5102=y
5c6af635 176 default y if SND_SOC_WM5110=y
40843aea 177 default y if SND_SOC_WM8997=y
07ed873e 178 default m if SND_SOC_WM5102=m
5c6af635 179 default m if SND_SOC_WM5110=m
40843aea 180 default m if SND_SOC_WM8997=m
07ed873e 181
a2342ae3
MB
182config SND_SOC_WM_HUBS
183 tristate
41f9a314
CC
184 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
185 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
0c941615 186
2159ad93
MB
187config SND_SOC_WM_ADSP
188 tristate
804f5ba7 189 default y if SND_SOC_WM5102=y
9a3e1b8c 190 default y if SND_SOC_WM5110=y
2159ad93 191 default y if SND_SOC_WM2200=y
804f5ba7 192 default m if SND_SOC_WM5102=m
9a3e1b8c 193 default m if SND_SOC_WM5110=m
2159ad93
MB
194 default m if SND_SOC_WM2200=m
195
679d7abd
OL
196config SND_SOC_AB8500_CODEC
197 tristate
198
7f137ab6
RP
199config SND_SOC_AC97_CODEC
200 tristate
89fe5117 201 select SND_AC97_CODEC
7f137ab6 202
7eaae41e
BS
203config SND_SOC_AD1836
204 tristate
205
a1533d94 206config SND_SOC_AD193X
1274738d
BS
207 tristate
208
6c3d713e
LPC
209config SND_SOC_AD193X_SPI
210 tristate
211 select SND_SOC_AD193X
212
213config SND_SOC_AD193X_I2C
214 tristate
215 select SND_SOC_AD193X
216
5f57dc8b
CC
217config SND_SOC_AD1980
218 tristate
219
0e77e784
CC
220config SND_SOC_AD73311
221 tristate
631ed8a2 222
4101866c
LPC
223config SND_SOC_ADAU1373
224 tristate
225
631ed8a2 226config SND_SOC_ADAU1701
1291e141
MB
227 tristate "Analog Devices ADAU1701 CODEC"
228 depends on I2C
40216ce7 229 select SND_SOC_SIGMADSP
631ed8a2 230
4101866c 231config SND_SOC_ADAU17X1
ddd7a260 232 tristate
4101866c 233 select SND_SOC_SIGMADSP
ddd7a260 234
dab464b6
LPC
235config SND_SOC_ADAU1761
236 tristate
237 select SND_SOC_ADAU17X1
238
239config SND_SOC_ADAU1761_I2C
240 tristate
241 select SND_SOC_ADAU1761
242 select REGMAP_I2C
243
244config SND_SOC_ADAU1761_SPI
245 tristate
246 select SND_SOC_ADAU1761
247 select REGMAP_SPI
248
2923af02
LPC
249config SND_SOC_ADAU1781
250 select SND_SOC_ADAU17X1
251 tristate
252
253config SND_SOC_ADAU1781_I2C
254 tristate
255 select SND_SOC_ADAU1781
256 select REGMAP_I2C
257
258config SND_SOC_ADAU1781_SPI
259 tristate
260 select SND_SOC_ADAU1781
261 select REGMAP_SPI
ddd7a260 262
603597c9
LPC
263config SND_SOC_ADAU1977
264 tristate
265
266config SND_SOC_ADAU1977_SPI
267 tristate
268 select SND_SOC_ADAU1977
269 select REGMAP_SPI
270
271config SND_SOC_ADAU1977_I2C
272 tristate
273 select SND_SOC_ADAU1977
274 select REGMAP_I2C
275
cc52688a
LPC
276config SND_SOC_ADAV80X
277 tristate
278
0c2d6964
LPC
279config SND_SOC_ADAV801
280 tristate
281 select SND_SOC_ADAV80X
282
283config SND_SOC_ADAV803
284 tristate
285 select SND_SOC_ADAV80X
286
2dcf9fb9
GG
287config SND_SOC_ADS117X
288 tristate
0e77e784 289
a381934e 290config SND_SOC_AK4104
1291e141
MB
291 tristate "AKM AK4104 CODEC"
292 depends on SPI_MASTER
a381934e 293
796d2ca8
RP
294config SND_SOC_AK4535
295 tristate
296
a2911cdb 297config SND_SOC_AK4554
1291e141 298 tristate "AKM AK4554 CODEC"
a2911cdb 299
00d27010
DA
300config SND_SOC_AK4641
301 tristate
302
a3a83d9a 303config SND_SOC_AK4642
1291e141
MB
304 tristate "AKM AK4642 CODEC"
305 depends on I2C
a3a83d9a 306
2312fd8f
JS
307config SND_SOC_AK4671
308 tristate
309
cc289be8 310config SND_SOC_AK5386
1291e141 311 tristate "AKM AK5638 CODEC"
cc289be8 312
6f4bc952 313config SND_SOC_ALC5623
7d6d478f 314 tristate "Realtek ALC5623 CODEC"
5dc04f51 315 depends on I2C
1291e141 316
94d5f7c0
LR
317config SND_SOC_ALC5632
318 tristate
6f4bc952 319
b56e972b
MA
320config SND_SOC_CQ0093VC
321 tristate
322
72ed5a8c 323config SND_SOC_CS42L51
324 tristate
325
a1253ef6
BA
326config SND_SOC_CS42L51_I2C
327 tristate
328 select SND_SOC_CS42L51
329
dfe0f98b 330config SND_SOC_CS42L52
1291e141 331 tristate "Cirrus Logic CS42L52 CODEC"
a2915d4f 332 depends on I2C && INPUT
dfe0f98b 333
272b5edd
BA
334config SND_SOC_CS42L56
335 tristate "Cirrus Logic CS42L56 CODEC"
336 depends on I2C && INPUT
dfe0f98b 337
6d10c914 338config SND_SOC_CS42L73
1291e141
MB
339 tristate "Cirrus Logic CS42L73 CODEC"
340 depends on I2C
6d10c914 341
3e860846
MB
342# Cirrus Logic CS4270 Codec
343config SND_SOC_CS4270
1291e141
MB
344 tristate "Cirrus Logic CS4270 CODEC"
345 depends on I2C
3e860846 346
3e860846
MB
347# Cirrus Logic CS4270 Codec VD = 3.3V Errata
348# Select if you are affected by the errata where the part will not function
349# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
350# not select any sample rates that require MCLK to be divided by 1.5.
351config SND_SOC_CS4270_VD33_ERRATA
352 bool
353 depends on SND_SOC_CS4270
354
67b22517 355config SND_SOC_CS4271
1291e141
MB
356 tristate "Cirrus Logic CS4271 CODEC"
357 depends on SND_SOC_I2C_AND_SPI
67b22517 358
0c516b4f
NC
359config SND_SOC_CS42XX8
360 tristate
361
362config SND_SOC_CS42XX8_I2C
363 tristate "Cirrus Logic CS42448/CS42888 CODEC (I2C)"
364 depends on I2C
365 select SND_SOC_CS42XX8
366 select REGMAP_I2C
367
459dc352
JK
368config SND_SOC_CX20442
369 tristate
4f73bc4d 370 depends on TTY
459dc352 371
3b097d64 372config SND_SOC_JZ4740_CODEC
dd1b18ab 373 select REGMAP_MMIO
3b097d64
LPC
374 tristate
375
1cad1de1
CP
376config SND_SOC_L3
377 tristate
378
b4541665
MB
379config SND_SOC_DA7210
380 tristate
381
ef5c2eba
AT
382config SND_SOC_DA7213
383 tristate
384
48e27874
AT
385config SND_SOC_DA732X
386 tristate
387
9911f7f7
AC
388config SND_SOC_DA9055
389 tristate
390
200ceb96 391config SND_SOC_BT_SCO
a077ff90
LPC
392 tristate
393
a710770e
DL
394config SND_SOC_DMIC
395 tristate
396
1291e141
MB
397config SND_SOC_HDMI_CODEC
398 tristate "HDMI stub CODEC"
399
2f989f7e
SR
400config SND_SOC_ISABELLE
401 tristate
402
dbf7a733
SR
403config SND_SOC_LM49453
404 tristate
405
e86e1244
MB
406config SND_SOC_MAX98088
407 tristate
408
83f7cbc4
KM
409config SND_SOC_MAX98090
410 tristate
411
82a5a936
PH
412config SND_SOC_MAX98095
413 tristate
414
0e45cab6
CG
415config SND_SOC_MAX9850
416 tristate
417
95169d08 418config SND_SOC_PCM1681
1291e141
MB
419 tristate "Texas Instruments PCM1681 CODEC"
420 depends on I2C
95169d08 421
13b02fa0 422config SND_SOC_PCM1792A
1291e141
MB
423 tristate "Texas Instruments PCM1792A CODEC"
424 depends on SPI_MASTER
13b02fa0 425
1c0090c2
HV
426config SND_SOC_PCM3008
427 tristate
428
5a3af129 429config SND_SOC_PCM512x
22066226
MB
430 tristate
431
432config SND_SOC_PCM512x_I2C
433 tristate "Texas Instruments PCM512x CODECs - I2C"
434 depends on I2C
435 select SND_SOC_PCM512x
436 select REGMAP_I2C
437
438config SND_SOC_PCM512x_SPI
439 tristate "Texas Instruments PCM512x CODECs - SPI"
440 depends on SPI_MASTER
441 select SND_SOC_PCM512x
442 select REGMAP_SPI
5a3af129 443
49ef7925
OC
444config SND_SOC_RL6231
445 tristate
446 default y if SND_SOC_RT5640=y
447 default y if SND_SOC_RT5645=y
448 default y if SND_SOC_RT5651=y
5e8351de 449 default y if SND_SOC_RT5670=y
30f14b43 450 default y if SND_SOC_RT5677=y
49ef7925
OC
451 default m if SND_SOC_RT5640=m
452 default m if SND_SOC_RT5645=m
453 default m if SND_SOC_RT5651=m
5e8351de 454 default m if SND_SOC_RT5670=m
30f14b43 455 default m if SND_SOC_RT5677=m
49ef7925 456
689b956e
AL
457config SND_SOC_RT5631
458 tristate
459
997b0520
BL
460config SND_SOC_RT5640
461 tristate
462
1319b2f6
OC
463config SND_SOC_RT5645
464 tristate
465
40bc18a2
BL
466config SND_SOC_RT5651
467 tristate
468
5e8351de
BL
469config SND_SOC_RT5670
470 tristate
471
0e826e86
OC
472config SND_SOC_RT5677
473 tristate
474
9b34e6cc
ZZ
475#Freescale sgtl5000 codec
476config SND_SOC_SGTL5000
1291e141
MB
477 tristate "Freescale SGTL5000 CODEC"
478 depends on I2C
9b34e6cc 479
330345eb
AS
480config SND_SOC_SI476X
481 tristate
482
40216ce7
LPC
483config SND_SOC_SIGMADSP
484 tristate
485 select CRC32
486
f516e368
RY
487config SND_SOC_SIRF_AUDIO_CODEC
488 tristate "SiRF SoC internal audio codec"
489 select REGMAP_MMIO
490
4dc69be2
VK
491config SND_SOC_SN95031
492 tristate
493
be461ba8 494config SND_SOC_SPDIF
1291e141 495 tristate "S/PDIF CODEC"
be461ba8 496
b6b5e76b
LPC
497config SND_SOC_SSM2518
498 tristate
499
3e860846
MB
500config SND_SOC_SSM2602
501 tristate
502
c924dc68
LPC
503config SND_SOC_SSM2602_SPI
504 select SND_SOC_SSM2602
505 tristate
506
507config SND_SOC_SSM2602_I2C
508 select SND_SOC_SSM2602
509 tristate
510
c034abf6
JS
511config SND_SOC_STA32X
512 tristate
513
2439ea1f
SB
514config SND_SOC_STA350
515 tristate "STA350 speaker amplifier"
516 depends on I2C
517
3be58dbb
RK
518config SND_SOC_STA529
519 tristate
520
3c166c7f
JS
521config SND_SOC_STAC9766
522 tristate
523
4fa89346 524config SND_SOC_TAS5086
1291e141
MB
525 tristate "Texas Instruments TAS5086 speaker amplifier"
526 depends on I2C
4fa89346 527
c1f27190
AK
528config SND_SOC_TLV320AIC23
529 tristate
c1f27190 530
b3fc5725
MF
531config SND_SOC_TLV320AIC23_I2C
532 tristate
533 select SND_SOC_TLV320AIC23
534
535config SND_SOC_TLV320AIC23_SPI
536 tristate
537 select SND_SOC_TLV320AIC23
538
3e860846 539config SND_SOC_TLV320AIC26
379cf397 540 tristate
446e0f69 541 depends on SPI
3e860846 542
e00447fa
JS
543config SND_SOC_TLV320AIC31XX
544 tristate
545
684a65d4 546config SND_SOC_TLV320AIC32X4
1d471cd1
JM
547 tristate
548
3e860846 549config SND_SOC_TLV320AIC3X
1291e141
MB
550 tristate "Texas Instruments TLV320AIC3x CODECs"
551 depends on I2C
c8bf93f0
PU
552
553config SND_SOC_TLV320DAC33
554 tristate
3e860846 555
cc17557e 556config SND_SOC_TWL4030
57fe7251 557 select MFD_TWL4030_AUDIO
cc17557e 558 tristate
cc17557e 559
8ecbabd9
MLC
560config SND_SOC_TWL6040
561 tristate
562
1cad1de1
CP
563config SND_SOC_UDA134X
564 tristate
1cad1de1 565
b7482f52
PZ
566config SND_SOC_UDA1380
567 tristate
568
49d7ad9d
MB
569config SND_SOC_WL1273
570 tristate
571
e3523e01
DP
572config SND_SOC_WM0010
573 tristate
574
4bb3f43c
MB
575config SND_SOC_WM1250_EV1
576 tristate
577
4911ccdb
MB
578config SND_SOC_WM2000
579 tristate
580
d5315a23
MB
581config SND_SOC_WM2200
582 tristate
583
6d4baf08
MB
584config SND_SOC_WM5100
585 tristate
586
93e8791d
MB
587config SND_SOC_WM5102
588 tristate
589
5c6af635
MB
590config SND_SOC_WM5110
591 tristate
592
40aa4a30
MB
593config SND_SOC_WM8350
594 tristate
595
aaf1e176
MB
596config SND_SOC_WM8400
597 tristate
598
5d421516 599config SND_SOC_WM8510
1291e141
MB
600 tristate "Wolfson Microelectronics WM8510 CODEC"
601 depends on SND_SOC_I2C_AND_SPI
5d421516 602
1dcf98ff 603config SND_SOC_WM8523
1291e141
MB
604 tristate "Wolfson Microelectronics WM8523 DAC"
605 depends on I2C
1dcf98ff 606
e88ba015 607config SND_SOC_WM8580
1291e141
MB
608 tristate "Wolfson Microelectronics WM8523 CODEC"
609 depends on I2C
e88ba015 610
bd6d4177 611config SND_SOC_WM8711
1291e141
MB
612 tristate "Wolfson Microelectronics WM8711 CODEC"
613 depends on SND_SOC_I2C_AND_SPI
bd6d4177 614
89933dee
NJ
615config SND_SOC_WM8727
616 tristate
617
71cfc902 618config SND_SOC_WM8728
1291e141
MB
619 tristate "Wolfson Microelectronics WM8728 DAC"
620 depends on SND_SOC_I2C_AND_SPI
71cfc902 621
7f137ab6 622config SND_SOC_WM8731
1291e141
MB
623 tristate "Wolfson Microelectronics WM8731 CODEC"
624 depends on SND_SOC_I2C_AND_SPI
7f137ab6 625
2a9ae13a 626config SND_SOC_WM8737
1291e141
MB
627 tristate "Wolfson Microelectronics WM8737 ADC"
628 depends on SND_SOC_I2C_AND_SPI
2a9ae13a 629
992bee40 630config SND_SOC_WM8741
1291e141
MB
631 tristate "Wolfson Microelectronics WM8737 DAC"
632 depends on SND_SOC_I2C_AND_SPI
992bee40 633
7f137ab6 634config SND_SOC_WM8750
1291e141
MB
635 tristate "Wolfson Microelectronics WM8750 CODEC"
636 depends on SND_SOC_I2C_AND_SPI
7f137ab6 637
33703b73 638config SND_SOC_WM8753
1291e141
MB
639 tristate "Wolfson Microelectronics WM8753 CODEC"
640 depends on SND_SOC_I2C_AND_SPI
33703b73 641
c046fd4d 642config SND_SOC_WM8770
1291e141 643 tristate "Wolfson Microelectronics WM8770 CODEC"
e479d85c 644 depends on SPI_MASTER
c046fd4d 645
924914ee 646config SND_SOC_WM8776
1291e141
MB
647 tristate "Wolfson Microelectronics WM8776 CODEC"
648 depends on SND_SOC_I2C_AND_SPI
924914ee 649
ec3ea54c
JS
650config SND_SOC_WM8782
651 tristate
652
33cf45c8 653config SND_SOC_WM8804
1291e141
MB
654 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver"
655 depends on SND_SOC_I2C_AND_SPI
33cf45c8 656
0e0e16a8
MB
657config SND_SOC_WM8900
658 tristate
659
f1c0a02f 660config SND_SOC_WM8903
1291e141
MB
661 tristate "Wolfson Microelectronics WM8903 CODEC"
662 depends on I2C
f1c0a02f 663
a91eb199
MB
664config SND_SOC_WM8904
665 tristate
666
0b5e92c5
JC
667config SND_SOC_WM8940
668 tristate
669
b35a28af
MB
670config SND_SOC_WM8955
671 tristate
672
f2644a2c
MB
673config SND_SOC_WM8960
674 tristate
675
74dc55ed
MB
676config SND_SOC_WM8961
677 tristate
678
9a76f1ff 679config SND_SOC_WM8962
1291e141 680 tristate "Wolfson Microelectronics WM8962 CODEC"
a2915d4f 681 depends on I2C && INPUT
9a76f1ff 682
8bae3e23
KK
683config SND_SOC_WM8971
684 tristate
685
0a1bf553
MB
686config SND_SOC_WM8974
687 tristate
688
0d34e915
GL
689config SND_SOC_WM8978
690 tristate
691
6b3860b0
DP
692config SND_SOC_WM8983
693 tristate
694
6d6f8b83
DP
695config SND_SOC_WM8985
696 tristate
697
5409fb4e
MB
698config SND_SOC_WM8988
699 tristate
700
f10485e7
MB
701config SND_SOC_WM8990
702 tristate
703
203db220
DP
704config SND_SOC_WM8991
705 tristate
706
942c435b
MB
707config SND_SOC_WM8993
708 tristate
709
9e6e96a1
MB
710config SND_SOC_WM8994
711 tristate
712
6a504a75
DP
713config SND_SOC_WM8995
714 tristate
715
a9ba6151
MB
716config SND_SOC_WM8996
717 tristate
718
40843aea
CK
719config SND_SOC_WM8997
720 tristate
721
86ed3669
MB
722config SND_SOC_WM9081
723 tristate
724
59792aa9
MB
725config SND_SOC_WM9090
726 tristate
727
2aceefef
IM
728config SND_SOC_WM9705
729 tristate
730
7f137ab6
RP
731config SND_SOC_WM9712
732 tristate
b0c813ce 733
83ac08c0
LG
734config SND_SOC_WM9713
735 tristate
9db9ed97
JS
736
737# Amp
9b0a25f0
LPC
738config SND_SOC_LM4857
739 tristate
740
394d2bba
WS
741config SND_SOC_MAX9768
742 tristate
743
9db9ed97
JS
744config SND_SOC_MAX9877
745 tristate
493b67ef 746
8b908b86
PR
747config SND_SOC_MC13783
748 tristate
749
d808fe9f
TM
750config SND_SOC_ML26124
751 tristate
752
493b67ef 753config SND_SOC_TPA6130A2
1291e141
MB
754 tristate "Texas Instruments TPA6130A2 headphone amplifier"
755 depends on I2C
4d1a7722
MB
756
757endmenu