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