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