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