Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski...
[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
a60abdf9 19 select SND_SOC_AC97_CODEC
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
b0757062 39 select SND_SOC_AK4613 if I2C
00d27010 40 select SND_SOC_AK4641 if I2C
a3a83d9a 41 select SND_SOC_AK4642 if I2C
2312fd8f 42 select SND_SOC_AK4671 if I2C
cc289be8 43 select SND_SOC_AK5386
473f89ff 44 select SND_SOC_ALC5623 if I2C
94d5f7c0 45 select SND_SOC_ALC5632 if I2C
b56e972b 46 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
eef5bb24 47 select SND_SOC_CS35L32 if I2C
a1253ef6 48 select SND_SOC_CS42L51_I2C if I2C
a2915d4f 49 select SND_SOC_CS42L52 if I2C && INPUT
272b5edd 50 select SND_SOC_CS42L56 if I2C && INPUT
6d10c914 51 select SND_SOC_CS42L73 if I2C
fb6f8069 52 select SND_SOC_CS4265 if I2C
ca53fb24 53 select SND_SOC_CS4270 if I2C
c973b8a7
AL
54 select SND_SOC_CS4271_I2C if I2C
55 select SND_SOC_CS4271_SPI if SPI_MASTER
0c516b4f 56 select SND_SOC_CS42XX8_I2C if I2C
e40da86a 57 select SND_SOC_CS4349 if I2C
6610550c 58 select SND_SOC_CS47L24 if MFD_CS47L24
4f73bc4d 59 select SND_SOC_CX20442 if TTY
c682363c 60 select SND_SOC_DA7210 if SND_SOC_I2C_AND_SPI
ef5c2eba 61 select SND_SOC_DA7213 if I2C
4d50934a 62 select SND_SOC_DA7218 if I2C
6d817c0e 63 select SND_SOC_DA7219 if I2C
48e27874 64 select SND_SOC_DA732X if I2C
9911f7f7 65 select SND_SOC_DA9055 if I2C
8a36eaa2 66 select SND_SOC_DMIC
200ceb96 67 select SND_SOC_BT_SCO
567e4f98
SC
68 select SND_SOC_ES8328_SPI if SPI_MASTER
69 select SND_SOC_ES8328_I2C if I2C
efc4720d 70 select SND_SOC_GTM601
18382ead 71 select SND_SOC_HDAC_HDMI
3b7ce997 72 select SND_SOC_ICS43432
decbc00e 73 select SND_SOC_INNO_RK3036
2f989f7e 74 select SND_SOC_ISABELLE if I2C
f8f626f5 75 select SND_SOC_JZ4740_CODEC
9b74c7d6 76 select SND_SOC_LM4857 if I2C
dbf7a733 77 select SND_SOC_LM49453 if I2C
e86e1244 78 select SND_SOC_MAX98088 if I2C
83f7cbc4 79 select SND_SOC_MAX98090 if I2C
82a5a936 80 select SND_SOC_MAX98095 if I2C
ffa04757 81 select SND_SOC_MAX98357A if GPIOLIB
805d132d 82 select SND_SOC_MAX9867 if I2C
1ff27651 83 select SND_SOC_MAX98925 if I2C
a2e2876a 84 select SND_SOC_MAX98926 if I2C
0e45cab6 85 select SND_SOC_MAX9850 if I2C
394d2bba 86 select SND_SOC_MAX9768 if I2C
b4541665 87 select SND_SOC_MAX9877 if I2C
8b908b86 88 select SND_SOC_MC13783 if MFD_MC13XXX
d808fe9f 89 select SND_SOC_ML26124 if I2C
34ca27f3 90 select SND_SOC_NAU8825 if I2C
95169d08 91 select SND_SOC_PCM1681 if I2C
70e3e56e 92 select SND_SOC_PCM179X_I2C if I2C
1b347b68 93 select SND_SOC_PCM179X_SPI if SPI_MASTER
1c0090c2 94 select SND_SOC_PCM3008
a9b17a63
DH
95 select SND_SOC_PCM3168A_I2C if I2C
96 select SND_SOC_PCM3168A_SPI if SPI_MASTER
22066226
MB
97 select SND_SOC_PCM512x_I2C if I2C
98 select SND_SOC_PCM512x_SPI if SPI_MASTER
07cf7cba 99 select SND_SOC_RT286 if I2C
6adcafae 100 select SND_SOC_RT298 if I2C
4a6180ea 101 select SND_SOC_RT5514 if I2C
b1d15059 102 select SND_SOC_RT5616 if I2C
689b956e 103 select SND_SOC_RT5631 if I2C
997b0520 104 select SND_SOC_RT5640 if I2C
1319b2f6 105 select SND_SOC_RT5645 if I2C
40bc18a2 106 select SND_SOC_RT5651 if I2C
d3cb2de2 107 select SND_SOC_RT5659 if I2C
5e8351de 108 select SND_SOC_RT5670 if I2C
ac884fc4 109 select SND_SOC_RT5677 if I2C && SPI_MASTER
9b34e6cc 110 select SND_SOC_SGTL5000 if I2C
330345eb 111 select SND_SOC_SI476X if MFD_SI476X_CORE
f516e368 112 select SND_SOC_SIRF_AUDIO_CODEC
4dc69be2 113 select SND_SOC_SN95031 if INTEL_SCU_IPC
be461ba8 114 select SND_SOC_SPDIF
b6b5e76b 115 select SND_SOC_SSM2518 if I2C
c924dc68
LPC
116 select SND_SOC_SSM2602_SPI if SPI_MASTER
117 select SND_SOC_SSM2602_I2C if I2C
1ee44ce0 118 select SND_SOC_SSM4567 if I2C
c034abf6 119 select SND_SOC_STA32X if I2C
2439ea1f 120 select SND_SOC_STA350 if I2C
3be58dbb 121 select SND_SOC_STA529 if I2C
3c166c7f 122 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
32a726b2 123 select SND_SOC_STI_SAS
5df7f71d 124 select SND_SOC_TAS2552 if I2C
4fa89346 125 select SND_SOC_TAS5086 if I2C
3fd6e7d9 126 select SND_SOC_TAS571X if I2C
fbace43e 127 select SND_SOC_TFA9879 if I2C
b3fc5725
MF
128 select SND_SOC_TLV320AIC23_I2C if I2C
129 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
ca53fb24 130 select SND_SOC_TLV320AIC26 if SPI_MASTER
e00447fa 131 select SND_SOC_TLV320AIC31XX if I2C
684a65d4 132 select SND_SOC_TLV320AIC32X4 if I2C
ca53fb24 133 select SND_SOC_TLV320AIC3X if I2C
493b67ef 134 select SND_SOC_TPA6130A2 if I2C
c8bf93f0 135 select SND_SOC_TLV320DAC33 if I2C
2880fc87 136 select SND_SOC_TS3A227E if I2C
cc17557e 137 select SND_SOC_TWL4030 if TWL4030_CORE
8eaeb939 138 select SND_SOC_TWL6040 if TWL6040_CORE
1cad1de1 139 select SND_SOC_UDA134X
ca53fb24 140 select SND_SOC_UDA1380 if I2C
40285f83 141 select SND_SOC_WL1273 if MFD_WL1273_CORE
e3523e01 142 select SND_SOC_WM0010 if SPI_MASTER
4bb3f43c 143 select SND_SOC_WM1250_EV1 if I2C
3a66d387 144 select SND_SOC_WM2000 if I2C
d5315a23 145 select SND_SOC_WM2200 if I2C
6d4baf08 146 select SND_SOC_WM5100 if I2C
93e8791d 147 select SND_SOC_WM5102 if MFD_WM5102
5c6af635 148 select SND_SOC_WM5110 if MFD_WM5110
40aa4a30 149 select SND_SOC_WM8350 if MFD_WM8350
aaf1e176 150 select SND_SOC_WM8400 if MFD_WM8400
227b4dc6 151 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
1dcf98ff 152 select SND_SOC_WM8523 if I2C
ca53fb24 153 select SND_SOC_WM8580 if I2C
08aff8cd 154 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
89933dee 155 select SND_SOC_WM8727
227b4dc6
MB
156 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
157 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
2a9ae13a 158 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
992bee40 159 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
227b4dc6
MB
160 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
161 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
c046fd4d 162 select SND_SOC_WM8770 if SPI_MASTER
924914ee 163 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
ec3ea54c 164 select SND_SOC_WM8782
bbed297d
CK
165 select SND_SOC_WM8804_I2C if I2C
166 select SND_SOC_WM8804_SPI if SPI_MASTER
ca53fb24 167 select SND_SOC_WM8900 if I2C
0244ad00 168 select SND_SOC_WM8903 if I2C
a91eb199 169 select SND_SOC_WM8904 if I2C
0b5e92c5 170 select SND_SOC_WM8940 if I2C
b35a28af 171 select SND_SOC_WM8955 if I2C
f2644a2c 172 select SND_SOC_WM8960 if I2C
74dc55ed 173 select SND_SOC_WM8961 if I2C
a2915d4f 174 select SND_SOC_WM8962 if I2C && INPUT
ca53fb24 175 select SND_SOC_WM8971 if I2C
0a1bf553 176 select SND_SOC_WM8974 if I2C
0d34e915 177 select SND_SOC_WM8978 if I2C
6b3860b0 178 select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
6d6f8b83 179 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
5409fb4e 180 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
ca53fb24 181 select SND_SOC_WM8990 if I2C
203db220 182 select SND_SOC_WM8991 if I2C
942c435b 183 select SND_SOC_WM8993 if I2C
fead215d 184 select SND_SOC_WM8994 if MFD_WM8994
6a504a75 185 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
a9ba6151 186 select SND_SOC_WM8996 if I2C
40843aea 187 select SND_SOC_WM8997 if MFD_WM8997
6ebbce0a 188 select SND_SOC_WM8998 if MFD_WM8998
86ed3669 189 select SND_SOC_WM9081 if I2C
39b8eab7 190 select SND_SOC_WM9090 if I2C
2aceefef 191 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
ca53fb24
MB
192 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
193 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
0c941615
MB
194 help
195 Normally ASoC codec drivers are only built if a machine driver which
196 uses them is also built since they are only usable with a machine
197 driver. Selecting this option will allow these drivers to be built
198 without an explicit machine driver for test and development purposes.
199
ca53fb24
MB
200 Support for the bus types used to access the codecs to be built must
201 be selected separately.
202
0c941615
MB
203 If unsure select "N".
204
f213f4b5
HZ
205config SND_SOC_88PM860X
206 tristate
207
07ed873e
MB
208config SND_SOC_ARIZONA
209 tristate
6610550c 210 default y if SND_SOC_CS47L24=y
07ed873e 211 default y if SND_SOC_WM5102=y
5c6af635 212 default y if SND_SOC_WM5110=y
40843aea 213 default y if SND_SOC_WM8997=y
6ebbce0a 214 default y if SND_SOC_WM8998=y
6610550c 215 default m if SND_SOC_CS47L24=m
07ed873e 216 default m if SND_SOC_WM5102=m
5c6af635 217 default m if SND_SOC_WM5110=m
40843aea 218 default m if SND_SOC_WM8997=m
6ebbce0a 219 default m if SND_SOC_WM8998=m
07ed873e 220
a2342ae3
MB
221config SND_SOC_WM_HUBS
222 tristate
41f9a314
CC
223 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
224 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
0c941615 225
2159ad93
MB
226config SND_SOC_WM_ADSP
227 tristate
1d981e0a 228 select SND_SOC_COMPRESS
6610550c 229 default y if SND_SOC_CS47L24=y
804f5ba7 230 default y if SND_SOC_WM5102=y
9a3e1b8c 231 default y if SND_SOC_WM5110=y
2159ad93 232 default y if SND_SOC_WM2200=y
6610550c 233 default m if SND_SOC_CS47L24=m
804f5ba7 234 default m if SND_SOC_WM5102=m
9a3e1b8c 235 default m if SND_SOC_WM5110=m
2159ad93
MB
236 default m if SND_SOC_WM2200=m
237
679d7abd
OL
238config SND_SOC_AB8500_CODEC
239 tristate
240
7f137ab6 241config SND_SOC_AC97_CODEC
a60abdf9 242 tristate "Build generic ASoC AC97 CODEC driver"
89fe5117 243 select SND_AC97_CODEC
a60abdf9 244 select SND_SOC_AC97_BUS
7f137ab6 245
7eaae41e
BS
246config SND_SOC_AD1836
247 tristate
248
a1533d94 249config SND_SOC_AD193X
1274738d
BS
250 tristate
251
6c3d713e
LPC
252config SND_SOC_AD193X_SPI
253 tristate
254 select SND_SOC_AD193X
255
256config SND_SOC_AD193X_I2C
257 tristate
258 select SND_SOC_AD193X
259
5f57dc8b 260config SND_SOC_AD1980
82d14636 261 select REGMAP_AC97
5f57dc8b
CC
262 tristate
263
0e77e784
CC
264config SND_SOC_AD73311
265 tristate
631ed8a2 266
4101866c
LPC
267config SND_SOC_ADAU1373
268 tristate
269
631ed8a2 270config SND_SOC_ADAU1701
1291e141
MB
271 tristate "Analog Devices ADAU1701 CODEC"
272 depends on I2C
6b10998d 273 select SND_SOC_SIGMADSP_I2C
631ed8a2 274
4101866c 275config SND_SOC_ADAU17X1
ddd7a260 276 tristate
6b10998d 277 select SND_SOC_SIGMADSP_REGMAP
ddd7a260 278
dab464b6
LPC
279config SND_SOC_ADAU1761
280 tristate
281 select SND_SOC_ADAU17X1
282
283config SND_SOC_ADAU1761_I2C
284 tristate
285 select SND_SOC_ADAU1761
286 select REGMAP_I2C
287
288config SND_SOC_ADAU1761_SPI
289 tristate
290 select SND_SOC_ADAU1761
291 select REGMAP_SPI
292
2923af02
LPC
293config SND_SOC_ADAU1781
294 select SND_SOC_ADAU17X1
295 tristate
296
297config SND_SOC_ADAU1781_I2C
298 tristate
299 select SND_SOC_ADAU1781
300 select REGMAP_I2C
301
302config SND_SOC_ADAU1781_SPI
303 tristate
304 select SND_SOC_ADAU1781
305 select REGMAP_SPI
ddd7a260 306
603597c9
LPC
307config SND_SOC_ADAU1977
308 tristate
309
310config SND_SOC_ADAU1977_SPI
311 tristate
312 select SND_SOC_ADAU1977
313 select REGMAP_SPI
314
315config SND_SOC_ADAU1977_I2C
316 tristate
317 select SND_SOC_ADAU1977
318 select REGMAP_I2C
319
cc52688a
LPC
320config SND_SOC_ADAV80X
321 tristate
322
0c2d6964
LPC
323config SND_SOC_ADAV801
324 tristate
325 select SND_SOC_ADAV80X
326
327config SND_SOC_ADAV803
328 tristate
329 select SND_SOC_ADAV80X
330
2dcf9fb9
GG
331config SND_SOC_ADS117X
332 tristate
0e77e784 333
a381934e 334config SND_SOC_AK4104
1291e141
MB
335 tristate "AKM AK4104 CODEC"
336 depends on SPI_MASTER
a381934e 337
796d2ca8
RP
338config SND_SOC_AK4535
339 tristate
340
a2911cdb 341config SND_SOC_AK4554
1291e141 342 tristate "AKM AK4554 CODEC"
a2911cdb 343
b0757062
KM
344config SND_SOC_AK4613
345 tristate "AKM AK4613 CODEC"
346 depends on I2C
347
00d27010
DA
348config SND_SOC_AK4641
349 tristate
350
a3a83d9a 351config SND_SOC_AK4642
1291e141
MB
352 tristate "AKM AK4642 CODEC"
353 depends on I2C
a3a83d9a 354
2312fd8f
JS
355config SND_SOC_AK4671
356 tristate
357
cc289be8 358config SND_SOC_AK5386
1291e141 359 tristate "AKM AK5638 CODEC"
cc289be8 360
6f4bc952 361config SND_SOC_ALC5623
7d6d478f 362 tristate "Realtek ALC5623 CODEC"
5dc04f51 363 depends on I2C
1291e141 364
94d5f7c0
LR
365config SND_SOC_ALC5632
366 tristate
6f4bc952 367
b56e972b
MA
368config SND_SOC_CQ0093VC
369 tristate
370
eef5bb24
BA
371config SND_SOC_CS35L32
372 tristate "Cirrus Logic CS35L32 CODEC"
373 depends on I2C
374
72ed5a8c 375config SND_SOC_CS42L51
376 tristate
377
a1253ef6 378config SND_SOC_CS42L51_I2C
4e449238 379 tristate "Cirrus Logic CS42L51 CODEC (I2C)"
e894beb8 380 depends on I2C
a1253ef6
BA
381 select SND_SOC_CS42L51
382
dfe0f98b 383config SND_SOC_CS42L52
1291e141 384 tristate "Cirrus Logic CS42L52 CODEC"
a2915d4f 385 depends on I2C && INPUT
dfe0f98b 386
272b5edd
BA
387config SND_SOC_CS42L56
388 tristate "Cirrus Logic CS42L56 CODEC"
389 depends on I2C && INPUT
dfe0f98b 390
6d10c914 391config SND_SOC_CS42L73
1291e141
MB
392 tristate "Cirrus Logic CS42L73 CODEC"
393 depends on I2C
6d10c914 394
fb6f8069
PH
395config SND_SOC_CS4265
396 tristate "Cirrus Logic CS4265 CODEC"
397 depends on I2C
398 select REGMAP_I2C
399
3e860846
MB
400# Cirrus Logic CS4270 Codec
401config SND_SOC_CS4270
1291e141
MB
402 tristate "Cirrus Logic CS4270 CODEC"
403 depends on I2C
3e860846 404
3e860846
MB
405# Cirrus Logic CS4270 Codec VD = 3.3V Errata
406# Select if you are affected by the errata where the part will not function
407# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
408# not select any sample rates that require MCLK to be divided by 1.5.
409config SND_SOC_CS4270_VD33_ERRATA
410 bool
411 depends on SND_SOC_CS4270
412
67b22517 413config SND_SOC_CS4271
c973b8a7
AL
414 tristate
415
416config SND_SOC_CS4271_I2C
417 tristate "Cirrus Logic CS4271 CODEC (I2C)"
418 depends on I2C
419 select SND_SOC_CS4271
420 select REGMAP_I2C
421
422config SND_SOC_CS4271_SPI
423 tristate "Cirrus Logic CS4271 CODEC (SPI)"
424 depends on SPI_MASTER
425 select SND_SOC_CS4271
426 select REGMAP_SPI
67b22517 427
0c516b4f
NC
428config SND_SOC_CS42XX8
429 tristate
430
431config SND_SOC_CS42XX8_I2C
432 tristate "Cirrus Logic CS42448/CS42888 CODEC (I2C)"
433 depends on I2C
434 select SND_SOC_CS42XX8
435 select REGMAP_I2C
436
e40da86a
TH
437# Cirrus Logic CS4349 HiFi DAC
438config SND_SOC_CS4349
439 tristate "Cirrus Logic CS4349 CODEC"
440 depends on I2C
441
6610550c
RF
442config SND_SOC_CS47L24
443 tristate
444
459dc352
JK
445config SND_SOC_CX20442
446 tristate
4f73bc4d 447 depends on TTY
459dc352 448
3b097d64 449config SND_SOC_JZ4740_CODEC
dd1b18ab 450 select REGMAP_MMIO
3b097d64
LPC
451 tristate
452
1cad1de1
CP
453config SND_SOC_L3
454 tristate
455
b4541665
MB
456config SND_SOC_DA7210
457 tristate
458
ef5c2eba
AT
459config SND_SOC_DA7213
460 tristate
461
4d50934a
AT
462config SND_SOC_DA7218
463 tristate
464
6d817c0e
AT
465config SND_SOC_DA7219
466 tristate
467
48e27874
AT
468config SND_SOC_DA732X
469 tristate
470
9911f7f7
AC
471config SND_SOC_DA9055
472 tristate
473
200ceb96 474config SND_SOC_BT_SCO
a077ff90
LPC
475 tristate
476
a710770e
DL
477config SND_SOC_DMIC
478 tristate
479
567e4f98
SC
480config SND_SOC_ES8328
481 tristate "Everest Semi ES8328 CODEC"
482
483config SND_SOC_ES8328_I2C
484 tristate
485 select SND_SOC_ES8328
486
487config SND_SOC_ES8328_SPI
488 tristate
489 select SND_SOC_ES8328
490
efc4720d
MB
491config SND_SOC_GTM601
492 tristate 'GTM601 UMTS modem audio codec'
493
9049a48a
MB
494config SND_SOC_HDAC_HDMI
495 tristate
496 select SND_HDA_EXT_CORE
2428bca3 497 select SND_PCM_ELD
9049a48a
MB
498 select HDMI
499
3b7ce997
RW
500config SND_SOC_ICS43432
501 tristate
502
decbc00e
Z
503config SND_SOC_INNO_RK3036
504 tristate "Inno codec driver for RK3036 SoC"
7315917f 505 select REGMAP_MMIO
decbc00e 506
2f989f7e
SR
507config SND_SOC_ISABELLE
508 tristate
509
dbf7a733
SR
510config SND_SOC_LM49453
511 tristate
512
e86e1244
MB
513config SND_SOC_MAX98088
514 tristate
515
83f7cbc4
KM
516config SND_SOC_MAX98090
517 tristate
518
82a5a936
PH
519config SND_SOC_MAX98095
520 tristate
521
af5adf12
KW
522config SND_SOC_MAX98357A
523 tristate
524
805d132d 525config SND_SOC_MAX9867
526 tristate
527
1ff27651
AK
528config SND_SOC_MAX98925
529 tristate
530
a2e2876a 531config SND_SOC_MAX98926
532 tristate
533
0e45cab6
CG
534config SND_SOC_MAX9850
535 tristate
536
95169d08 537config SND_SOC_PCM1681
1291e141
MB
538 tristate "Texas Instruments PCM1681 CODEC"
539 depends on I2C
95169d08 540
0471cd93 541config SND_SOC_PCM179X
1b347b68
JS
542 tristate
543
70e3e56e
JS
544config SND_SOC_PCM179X_I2C
545 tristate "Texas Instruments PCM179X CODEC (I2C)"
546 depends on I2C
547 select SND_SOC_PCM179X
548 help
549 Enable support for Texas Instruments PCM179x CODEC.
550 Select this if your PCM179x is connected via an I2C bus.
551
1b347b68
JS
552config SND_SOC_PCM179X_SPI
553 tristate "Texas Instruments PCM179X CODEC (SPI)"
1291e141 554 depends on SPI_MASTER
1b347b68
JS
555 select SND_SOC_PCM179X
556 help
557 Enable support for Texas Instruments PCM179x CODEC.
558 Select this if your PCM179x is connected via an SPI bus.
13b02fa0 559
1c0090c2
HV
560config SND_SOC_PCM3008
561 tristate
562
a9b17a63
DH
563config SND_SOC_PCM3168A
564 tristate
565
566config SND_SOC_PCM3168A_I2C
567 tristate "Texas Instruments PCM3168A CODEC - I2C"
568 depends on I2C
569 select SND_SOC_PCM3168A
570 select REGMAP_I2C
571
572config SND_SOC_PCM3168A_SPI
573 tristate "Texas Instruments PCM3168A CODEC - SPI"
574 depends on SPI_MASTER
575 select SND_SOC_PCM3168A
576 select REGMAP_SPI
577
5a3af129 578config SND_SOC_PCM512x
22066226
MB
579 tristate
580
581config SND_SOC_PCM512x_I2C
582 tristate "Texas Instruments PCM512x CODECs - I2C"
583 depends on I2C
584 select SND_SOC_PCM512x
585 select REGMAP_I2C
586
587config SND_SOC_PCM512x_SPI
588 tristate "Texas Instruments PCM512x CODECs - SPI"
589 depends on SPI_MASTER
590 select SND_SOC_PCM512x
591 select REGMAP_SPI
5a3af129 592
49ef7925
OC
593config SND_SOC_RL6231
594 tristate
4a6180ea 595 default y if SND_SOC_RT5514=y
b1d15059 596 default y if SND_SOC_RT5616=y
49ef7925
OC
597 default y if SND_SOC_RT5640=y
598 default y if SND_SOC_RT5645=y
599 default y if SND_SOC_RT5651=y
d3cb2de2 600 default y if SND_SOC_RT5659=y
5e8351de 601 default y if SND_SOC_RT5670=y
30f14b43 602 default y if SND_SOC_RT5677=y
4a6180ea 603 default m if SND_SOC_RT5514=m
b1d15059 604 default m if SND_SOC_RT5616=m
49ef7925
OC
605 default m if SND_SOC_RT5640=m
606 default m if SND_SOC_RT5645=m
607 default m if SND_SOC_RT5651=m
d3cb2de2 608 default m if SND_SOC_RT5659=m
5e8351de 609 default m if SND_SOC_RT5670=m
30f14b43 610 default m if SND_SOC_RT5677=m
49ef7925 611
bc08f96b
OC
612config SND_SOC_RL6347A
613 tristate
614 default y if SND_SOC_RT286=y
6adcafae 615 default y if SND_SOC_RT298=y
bc08f96b 616 default m if SND_SOC_RT286=m
6adcafae 617 default m if SND_SOC_RT298=m
bc08f96b 618
07cf7cba
BL
619config SND_SOC_RT286
620 tristate
a577483b 621 depends on I2C
07cf7cba 622
6adcafae
BL
623config SND_SOC_RT298
624 tristate
625 depends on I2C
626
4a6180ea 627config SND_SOC_RT5514
b1d15059
BL
628 tristate
629
b1d15059 630config SND_SOC_RT5616
288bc356 631 tristate "Realtek RT5616 CODEC"
af139d55 632 depends on I2C
b1d15059 633
689b956e 634config SND_SOC_RT5631
86707f7f
KMD
635 tristate "Realtek ALC5631/RT5631 CODEC"
636 depends on I2C
689b956e 637
997b0520
BL
638config SND_SOC_RT5640
639 tristate
640
1319b2f6
OC
641config SND_SOC_RT5645
642 tristate
643
40bc18a2
BL
644config SND_SOC_RT5651
645 tristate
646
d3cb2de2
BL
647config SND_SOC_RT5659
648 tristate
649
5e8351de
BL
650config SND_SOC_RT5670
651 tristate
652
0e826e86
OC
653config SND_SOC_RT5677
654 tristate
359ff7ff
BZ
655 select REGMAP_I2C
656 select REGMAP_IRQ
0e826e86 657
e29bee09
BZ
658config SND_SOC_RT5677_SPI
659 tristate
4c121129 660 default SND_SOC_RT5677 && SPI
e29bee09 661
9b34e6cc
ZZ
662#Freescale sgtl5000 codec
663config SND_SOC_SGTL5000
1291e141
MB
664 tristate "Freescale SGTL5000 CODEC"
665 depends on I2C
9b34e6cc 666
330345eb
AS
667config SND_SOC_SI476X
668 tristate
669
40216ce7
LPC
670config SND_SOC_SIGMADSP
671 tristate
672 select CRC32
673
6b10998d
LPC
674config SND_SOC_SIGMADSP_I2C
675 tristate
676 select SND_SOC_SIGMADSP
677
678config SND_SOC_SIGMADSP_REGMAP
679 tristate
680 select SND_SOC_SIGMADSP
681
f516e368
RY
682config SND_SOC_SIRF_AUDIO_CODEC
683 tristate "SiRF SoC internal audio codec"
684 select REGMAP_MMIO
685
4dc69be2
VK
686config SND_SOC_SN95031
687 tristate
688
be461ba8 689config SND_SOC_SPDIF
1291e141 690 tristate "S/PDIF CODEC"
be461ba8 691
b6b5e76b
LPC
692config SND_SOC_SSM2518
693 tristate
694
3e860846
MB
695config SND_SOC_SSM2602
696 tristate
697
c924dc68 698config SND_SOC_SSM2602_SPI
555b9ee1
SK
699 tristate "Analog Devices SSM2602 CODEC - SPI"
700 depends on SPI_MASTER
c924dc68 701 select SND_SOC_SSM2602
555b9ee1 702 select REGMAP_SPI
c924dc68
LPC
703
704config SND_SOC_SSM2602_I2C
555b9ee1
SK
705 tristate "Analog Devices SSM2602 CODEC - I2C"
706 depends on I2C
c924dc68 707 select SND_SOC_SSM2602
555b9ee1 708 select REGMAP_I2C
c924dc68 709
1ee44ce0
AP
710config SND_SOC_SSM4567
711 tristate "Analog Devices ssm4567 amplifier driver support"
712 depends on I2C
c924dc68 713
c034abf6 714config SND_SOC_STA32X
6fad6259
TN
715 tristate "STA326, STA328 and STA329 speaker amplifier"
716 depends on I2C
a1be4cea 717 select REGMAP_I2C
c034abf6 718
2439ea1f
SB
719config SND_SOC_STA350
720 tristate "STA350 speaker amplifier"
721 depends on I2C
722
3be58dbb
RK
723config SND_SOC_STA529
724 tristate
725
3c166c7f
JS
726config SND_SOC_STAC9766
727 tristate
728
32a726b2
AP
729config SND_SOC_STI_SAS
730 tristate "codec Audio support for STI SAS codec"
32a726b2 731
5df7f71d
DM
732config SND_SOC_TAS2552
733 tristate "Texas Instruments TAS2552 Mono Audio amplifier"
734 depends on I2C
735
4fa89346 736config SND_SOC_TAS5086
1291e141
MB
737 tristate "Texas Instruments TAS5086 speaker amplifier"
738 depends on I2C
4fa89346 739
3fd6e7d9
KC
740config SND_SOC_TAS571X
741 tristate "Texas Instruments TAS5711/TAS5717/TAS5719 power amplifiers"
742 depends on I2C
743
fbace43e
PR
744config SND_SOC_TFA9879
745 tristate "NXP Semiconductors TFA9879 amplifier"
746 depends on I2C
747
c1f27190
AK
748config SND_SOC_TLV320AIC23
749 tristate
c1f27190 750
b3fc5725 751config SND_SOC_TLV320AIC23_I2C
d004ebbe 752 tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C"
bf9706fe 753 depends on I2C
b3fc5725
MF
754 select SND_SOC_TLV320AIC23
755
756config SND_SOC_TLV320AIC23_SPI
d004ebbe 757 tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI"
bf9706fe 758 depends on SPI_MASTER
b3fc5725
MF
759 select SND_SOC_TLV320AIC23
760
3e860846 761config SND_SOC_TLV320AIC26
379cf397 762 tristate
446e0f69 763 depends on SPI
3e860846 764
e00447fa 765config SND_SOC_TLV320AIC31XX
96665e31 766 tristate "Texas Instruments TLV320AIC31xx CODECs"
a9ef83f2
PU
767 depends on I2C
768 select REGMAP_I2C
e00447fa 769
684a65d4 770config SND_SOC_TLV320AIC32X4
1d471cd1
JM
771 tristate
772
3e860846 773config SND_SOC_TLV320AIC3X
1291e141
MB
774 tristate "Texas Instruments TLV320AIC3x CODECs"
775 depends on I2C
c8bf93f0
PU
776
777config SND_SOC_TLV320DAC33
778 tristate
3e860846 779
2880fc87
DR
780config SND_SOC_TS3A227E
781 tristate "TI Headset/Mic detect and keypress chip"
782 depends on I2C
783
cc17557e 784config SND_SOC_TWL4030
57fe7251 785 select MFD_TWL4030_AUDIO
cc17557e 786 tristate
cc17557e 787
8ecbabd9
MLC
788config SND_SOC_TWL6040
789 tristate
790
1cad1de1
CP
791config SND_SOC_UDA134X
792 tristate
1cad1de1 793
b7482f52
PZ
794config SND_SOC_UDA1380
795 tristate
796
49d7ad9d
MB
797config SND_SOC_WL1273
798 tristate
799
e3523e01
DP
800config SND_SOC_WM0010
801 tristate
802
4bb3f43c
MB
803config SND_SOC_WM1250_EV1
804 tristate
805
4911ccdb
MB
806config SND_SOC_WM2000
807 tristate
808
d5315a23
MB
809config SND_SOC_WM2200
810 tristate
811
6d4baf08
MB
812config SND_SOC_WM5100
813 tristate
814
93e8791d
MB
815config SND_SOC_WM5102
816 tristate
817
5c6af635
MB
818config SND_SOC_WM5110
819 tristate
820
40aa4a30
MB
821config SND_SOC_WM8350
822 tristate
823
aaf1e176
MB
824config SND_SOC_WM8400
825 tristate
826
5d421516 827config SND_SOC_WM8510
1291e141
MB
828 tristate "Wolfson Microelectronics WM8510 CODEC"
829 depends on SND_SOC_I2C_AND_SPI
5d421516 830
1dcf98ff 831config SND_SOC_WM8523
1291e141
MB
832 tristate "Wolfson Microelectronics WM8523 DAC"
833 depends on I2C
1dcf98ff 834
e88ba015 835config SND_SOC_WM8580
1291e141
MB
836 tristate "Wolfson Microelectronics WM8523 CODEC"
837 depends on I2C
e88ba015 838
bd6d4177 839config SND_SOC_WM8711
1291e141
MB
840 tristate "Wolfson Microelectronics WM8711 CODEC"
841 depends on SND_SOC_I2C_AND_SPI
bd6d4177 842
89933dee
NJ
843config SND_SOC_WM8727
844 tristate
845
71cfc902 846config SND_SOC_WM8728
1291e141
MB
847 tristate "Wolfson Microelectronics WM8728 DAC"
848 depends on SND_SOC_I2C_AND_SPI
71cfc902 849
7f137ab6 850config SND_SOC_WM8731
1291e141
MB
851 tristate "Wolfson Microelectronics WM8731 CODEC"
852 depends on SND_SOC_I2C_AND_SPI
7f137ab6 853
2a9ae13a 854config SND_SOC_WM8737
1291e141
MB
855 tristate "Wolfson Microelectronics WM8737 ADC"
856 depends on SND_SOC_I2C_AND_SPI
2a9ae13a 857
992bee40 858config SND_SOC_WM8741
1291e141
MB
859 tristate "Wolfson Microelectronics WM8737 DAC"
860 depends on SND_SOC_I2C_AND_SPI
992bee40 861
7f137ab6 862config SND_SOC_WM8750
1291e141
MB
863 tristate "Wolfson Microelectronics WM8750 CODEC"
864 depends on SND_SOC_I2C_AND_SPI
7f137ab6 865
33703b73 866config SND_SOC_WM8753
1291e141
MB
867 tristate "Wolfson Microelectronics WM8753 CODEC"
868 depends on SND_SOC_I2C_AND_SPI
33703b73 869
c046fd4d 870config SND_SOC_WM8770
1291e141 871 tristate "Wolfson Microelectronics WM8770 CODEC"
e479d85c 872 depends on SPI_MASTER
c046fd4d 873
924914ee 874config SND_SOC_WM8776
1291e141
MB
875 tristate "Wolfson Microelectronics WM8776 CODEC"
876 depends on SND_SOC_I2C_AND_SPI
924914ee 877
ec3ea54c
JS
878config SND_SOC_WM8782
879 tristate
880
33cf45c8 881config SND_SOC_WM8804
bbed297d
CK
882 tristate
883
884config SND_SOC_WM8804_I2C
885 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver I2C"
886 depends on I2C
887 select SND_SOC_WM8804
888 select REGMAP_I2C
889
890config SND_SOC_WM8804_SPI
891 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver SPI"
892 depends on SPI_MASTER
893 select SND_SOC_WM8804
894 select REGMAP_SPI
33cf45c8 895
0e0e16a8
MB
896config SND_SOC_WM8900
897 tristate
898
f1c0a02f 899config SND_SOC_WM8903
1291e141
MB
900 tristate "Wolfson Microelectronics WM8903 CODEC"
901 depends on I2C
f1c0a02f 902
a91eb199
MB
903config SND_SOC_WM8904
904 tristate
905
0b5e92c5
JC
906config SND_SOC_WM8940
907 tristate
908
b35a28af
MB
909config SND_SOC_WM8955
910 tristate
911
f2644a2c
MB
912config SND_SOC_WM8960
913 tristate
914
74dc55ed
MB
915config SND_SOC_WM8961
916 tristate
917
9a76f1ff 918config SND_SOC_WM8962
1291e141 919 tristate "Wolfson Microelectronics WM8962 CODEC"
a2915d4f 920 depends on I2C && INPUT
9a76f1ff 921
8bae3e23
KK
922config SND_SOC_WM8971
923 tristate
924
0a1bf553 925config SND_SOC_WM8974
2005bd88
MR
926 tristate "Wolfson Microelectronics WM8974 codec"
927 depends on I2C
0a1bf553 928
0d34e915 929config SND_SOC_WM8978
77c54539
GU
930 tristate "Wolfson Microelectronics WM8978 codec"
931 depends on I2C
0d34e915 932
6b3860b0
DP
933config SND_SOC_WM8983
934 tristate
935
6d6f8b83
DP
936config SND_SOC_WM8985
937 tristate
938
5409fb4e
MB
939config SND_SOC_WM8988
940 tristate
941
f10485e7
MB
942config SND_SOC_WM8990
943 tristate
944
203db220
DP
945config SND_SOC_WM8991
946 tristate
947
942c435b
MB
948config SND_SOC_WM8993
949 tristate
950
9e6e96a1
MB
951config SND_SOC_WM8994
952 tristate
953
6a504a75
DP
954config SND_SOC_WM8995
955 tristate
956
a9ba6151
MB
957config SND_SOC_WM8996
958 tristate
959
40843aea
CK
960config SND_SOC_WM8997
961 tristate
962
6ebbce0a
RF
963config SND_SOC_WM8998
964 tristate
965
86ed3669
MB
966config SND_SOC_WM9081
967 tristate
968
59792aa9
MB
969config SND_SOC_WM9090
970 tristate
971
2aceefef
IM
972config SND_SOC_WM9705
973 tristate
974
7f137ab6
RP
975config SND_SOC_WM9712
976 tristate
b0c813ce 977
83ac08c0
LG
978config SND_SOC_WM9713
979 tristate
700dadfe 980 select REGMAP_AC97
9db9ed97
JS
981
982# Amp
9b0a25f0
LPC
983config SND_SOC_LM4857
984 tristate
985
394d2bba
WS
986config SND_SOC_MAX9768
987 tristate
988
9db9ed97
JS
989config SND_SOC_MAX9877
990 tristate
493b67ef 991
8b908b86
PR
992config SND_SOC_MC13783
993 tristate
994
d808fe9f
TM
995config SND_SOC_ML26124
996 tristate
997
34ca27f3
AP
998config SND_SOC_NAU8825
999 tristate
1000
493b67ef 1001config SND_SOC_TPA6130A2
1291e141
MB
1002 tristate "Texas Instruments TPA6130A2 headphone amplifier"
1003 depends on I2C
4d1a7722
MB
1004
1005endmenu