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