blob: 6508e8b790bb16076d3539261db7df43032438e4 [file] [log] [blame]
Mark Brown227b4dc2009-01-03 11:24:41 +01001# 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
Mark Brown0c941612008-07-29 11:42:35 +010011config SND_SOC_ALL_CODECS
12 tristate "Build all ASoC CODEC drivers"
Haojian Zhuangf213f4b2010-08-19 00:35:25 +080013 select SND_SOC_88PM860X if MFD_88PM860X
Mark Brown070504a2009-01-23 15:34:54 +000014 select SND_SOC_L3
Takashi Iwai07637222008-10-30 17:53:19 +010015 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Browne9ade7f2009-08-13 15:19:42 +010016 select SND_SOC_AD1836 if SPI_MASTER
Barry Songa1533d92010-03-19 14:48:33 +080017 select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010018 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
Scott Jiang5683dc72011-03-26 04:38:30 -040019 select SND_SOC_AD73311
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +020020 select SND_SOC_ADAU1373 if I2C
Lars-Peter Clausencc526882011-06-27 17:04:01 +020021 select SND_SOC_ADAV80X
Mike Frysinger754dec6b72011-03-27 00:43:59 -040022 select SND_SOC_ADS117X
Daniel Macka3819342009-03-09 02:13:17 +010023 select SND_SOC_AK4104 if SPI_MASTER
Mark Brownca53fb22008-10-22 22:41:11 +010024 select SND_SOC_AK4535 if I2C
Dmitry Artamonow00d27012011-05-18 19:25:09 +040025 select SND_SOC_AK4641 if I2C
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +090026 select SND_SOC_AK4642 if I2C
Joonyoung Shim2312fd82009-09-10 00:12:43 +090027 select SND_SOC_AK4671 if I2C
Jarkko Nikula473f89f2010-10-29 16:47:44 +030028 select SND_SOC_ALC5623 if I2C
Leon Romanovsky94d5f7c2011-11-05 12:38:02 +020029 select SND_SOC_ALC5632 if I2C
Miguel Aguilarb56e9722010-03-11 09:32:59 -060030 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +020031 select SND_SOC_CS42L51 if I2C
Brian Austin6d10c912011-11-16 12:32:27 -060032 select SND_SOC_CS42L73 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010033 select SND_SOC_CS4270 if I2C
Alexander Sverdlin67b22512011-01-19 21:22:06 +030034 select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI
Jarkko Nikula76a61062010-10-29 16:47:45 +030035 select SND_SOC_CX20442
Kuninori Morimoto98615452009-12-14 13:21:56 +090036 select SND_SOC_DA7210 if I2C
Lars-Peter Clausena077ff92011-03-07 08:04:59 +010037 select SND_SOC_DFBMCS320
Axel Linf8f626f2011-12-06 15:38:51 +080038 select SND_SOC_JZ4740_CODEC
Mark Brown9b74c7d2011-03-07 12:23:10 +000039 select SND_SOC_LM4857 if I2C
Mark Browne86e1242010-10-18 16:45:24 -070040 select SND_SOC_MAX98088 if I2C
Peter Hsiang82a5a932011-04-04 19:35:30 -070041 select SND_SOC_MAX98095 if I2C
Christian Glindkamp0e45cab2011-03-09 11:20:04 +010042 select SND_SOC_MAX9850 if I2C
Wolfram Sang394d2bb2012-01-27 16:10:23 +010043 select SND_SOC_MAX9768 if I2C
Mark Brownb4541662010-06-20 14:05:46 +010044 select SND_SOC_MAX9877 if I2C
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050045 select SND_SOC_PCM3008
Axel Lin689b9562011-09-22 20:52:12 +080046 select SND_SOC_RT5631 if I2C
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +080047 select SND_SOC_SGTL5000 if I2C
Vinod Koul4dc69be2011-01-04 20:16:07 +053048 select SND_SOC_SN95031 if INTEL_SCU_IPC
Chaithrika U Sbe461ba2009-05-28 05:10:50 -040049 select SND_SOC_SPDIF
Mike Frysingerb39e2852011-04-07 02:05:11 -040050 select SND_SOC_SSM2602 if SND_SOC_I2C_AND_SPI
Johannes Stezenbachc034abf2011-06-22 14:59:24 +020051 select SND_SOC_STA32X if I2C
Jon Smirl3c166c72009-05-23 19:13:07 -040052 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +010053 select SND_SOC_TLV320AIC23 if I2C
54 select SND_SOC_TLV320AIC26 if SPI_MASTER
Wolfram Sang684a65d2011-10-11 12:43:02 +020055 select SND_SOC_TLV320AIC32X4 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010056 select SND_SOC_TLV320AIC3X if I2C
Peter Ujfalusi493b67e2009-10-09 15:55:41 +030057 select SND_SOC_TPA6130A2 if I2C
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +030058 select SND_SOC_TLV320DAC33 if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070059 select SND_SOC_TWL4030 if TWL4030_CORE
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +000060 select SND_SOC_TWL6040 if TWL4030_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010061 select SND_SOC_UDA134X
Mark Brownca53fb22008-10-22 22:41:11 +010062 select SND_SOC_UDA1380 if I2C
Matti Aaltonen40285f82011-03-01 10:10:37 -030063 select SND_SOC_WL1273 if MFD_WL1273_CORE
Mark Brown4bb3f432011-04-08 16:49:42 +090064 select SND_SOC_WM1250_EV1 if I2C
Mark Brown3a66d382010-02-11 13:27:19 +000065 select SND_SOC_WM2000 if I2C
Mark Brownd5315a22012-01-25 19:29:41 +000066 select SND_SOC_WM2200 if I2C
Mark Brown6d4baf02011-09-20 15:44:21 +010067 select SND_SOC_WM5100 if I2C
Mark Brown40aa4a32008-12-16 10:15:12 +000068 select SND_SOC_WM8350 if MFD_WM8350
Mark Brownaaf1e172009-03-10 10:55:15 +000069 select SND_SOC_WM8400 if MFD_WM8400
Mark Brown227b4dc2009-01-03 11:24:41 +010070 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
Mark Brown1dcf98f2009-07-01 18:28:54 +010071 select SND_SOC_WM8523 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010072 select SND_SOC_WM8580 if I2C
Mark Brown08aff8c2009-08-18 21:15:14 +010073 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
Neil Jones89933de2009-11-02 15:14:17 +000074 select SND_SOC_WM8727
Mark Brown227b4dc2009-01-03 11:24:41 +010075 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
76 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
Mark Brown2a9ae132010-11-23 19:31:18 +000077 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
Ian Lartey992bee42010-07-31 00:32:11 +010078 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
Mark Brown227b4dc2009-01-03 11:24:41 +010079 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
80 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
Dimitris Papastamosc046fd42010-11-05 18:41:25 +000081 select SND_SOC_WM8770 if SPI_MASTER
Mark Brown924914e2009-08-04 23:50:16 +010082 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
Johannes Stezenbachec3ea542011-06-22 14:59:25 +020083 select SND_SOC_WM8782
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +010084 select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010085 select SND_SOC_WM8900 if I2C
86 select SND_SOC_WM8903 if I2C
Mark Browna91eb192009-11-26 11:56:07 +000087 select SND_SOC_WM8904 if I2C
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +000088 select SND_SOC_WM8940 if I2C
Mark Brownb35a28a2009-12-18 12:00:22 +000089 select SND_SOC_WM8955 if I2C
Mark Brownf2644a22009-04-07 19:20:14 +010090 select SND_SOC_WM8960 if I2C
Mark Brown74dc55e2009-06-09 09:55:51 +010091 select SND_SOC_WM8961 if I2C
Mark Brown9a76f1f2010-08-05 13:20:59 +010092 select SND_SOC_WM8962 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010093 select SND_SOC_WM8971 if I2C
Mark Brown0a1bf552009-05-23 11:18:41 +010094 select SND_SOC_WM8974 if I2C
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +010095 select SND_SOC_WM8978 if I2C
Dimitris Papastamos6b3860b2011-07-15 13:51:30 +010096 select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +010097 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
Mark Brown5409fb42009-04-07 18:45:21 +010098 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010099 select SND_SOC_WM8990 if I2C
Dimitris Papastamos203db222011-01-14 15:49:40 +0000100 select SND_SOC_WM8991 if I2C
Mark Brown942c4352009-06-05 16:32:59 +0100101 select SND_SOC_WM8993 if I2C
Mark Brownfead2152010-02-02 10:06:55 +0000102 select SND_SOC_WM8994 if MFD_WM8994
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000103 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
Mark Browna9ba6152011-06-24 12:10:44 +0100104 select SND_SOC_WM8996 if I2C
Mark Brown86ed3662009-05-22 15:01:19 +0100105 select SND_SOC_WM9081 if I2C
Mark Brown39b8eab2010-04-28 18:36:10 +0100106 select SND_SOC_WM9090 if I2C
Ian Molton2aceefe2009-01-16 11:04:18 +0000107 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +0100108 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
109 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +0100110 help
111 Normally ASoC codec drivers are only built if a machine driver which
112 uses them is also built since they are only usable with a machine
113 driver. Selecting this option will allow these drivers to be built
114 without an explicit machine driver for test and development purposes.
115
Mark Brownca53fb22008-10-22 22:41:11 +0100116 Support for the bus types used to access the codecs to be built must
117 be selected separately.
118
Mark Brown0c941612008-07-29 11:42:35 +0100119 If unsure select "N".
120
Haojian Zhuangf213f4b2010-08-19 00:35:25 +0800121config SND_SOC_88PM860X
122 tristate
123
Mark Browna2342ae2009-07-29 21:21:49 +0100124config SND_SOC_WM_HUBS
125 tristate
Chanwoo Choi41f9a312010-07-20 14:28:33 +0900126 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
127 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
Mark Brown0c941612008-07-29 11:42:35 +0100128
Richard Purdie7f137ab2006-10-06 18:38:37 +0200129config SND_SOC_AC97_CODEC
130 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +0200131 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +0200132
Barry Song7eaae412009-08-13 11:59:32 +0800133config SND_SOC_AD1836
134 tristate
135
Barry Songa1533d92010-03-19 14:48:33 +0800136config SND_SOC_AD193X
Barry Song12747382009-07-16 16:00:05 +0800137 tristate
138
Cliff Cai5f57dc82008-07-29 11:42:34 +0100139config SND_SOC_AD1980
140 tristate
141
Cliff Cai0e77e782008-09-27 16:57:26 +0800142config SND_SOC_AD73311
143 tristate
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200144
145config SND_SOC_ADAU1701
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100146 select SND_SOC_SIGMADSP
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200147 tristate
148
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +0200149config SND_SOC_ADAU1373
150 tristate
151
Lars-Peter Clausencc526882011-06-27 17:04:01 +0200152config SND_SOC_ADAV80X
153 tristate
154
Graeme Gregory2dcf9fb2009-11-04 17:49:22 +0000155config SND_SOC_ADS117X
156 tristate
Cliff Cai0e77e782008-09-27 16:57:26 +0800157
Daniel Macka3819342009-03-09 02:13:17 +0100158config SND_SOC_AK4104
159 tristate
160
Richard Purdie796d2ca2008-06-23 14:51:28 +0100161config SND_SOC_AK4535
162 tristate
163
Dmitry Artamonow00d27012011-05-18 19:25:09 +0400164config SND_SOC_AK4641
165 tristate
166
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +0900167config SND_SOC_AK4642
168 tristate
169
Joonyoung Shim2312fd82009-09-10 00:12:43 +0900170config SND_SOC_AK4671
171 tristate
172
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200173config SND_SOC_ALC5623
174 tristate
Leon Romanovsky94d5f7c2011-11-05 12:38:02 +0200175config SND_SOC_ALC5632
176 tristate
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200177
Miguel Aguilarb56e9722010-03-11 09:32:59 -0600178config SND_SOC_CQ0093VC
179 tristate
180
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +0200181config SND_SOC_CS42L51
182 tristate
183
Brian Austin6d10c912011-11-16 12:32:27 -0600184config SND_SOC_CS42L73
185 tristate
186
Mark Brown3e860842008-09-06 18:11:51 +0100187# Cirrus Logic CS4270 Codec
188config SND_SOC_CS4270
189 tristate
190
Mark Brown3e860842008-09-06 18:11:51 +0100191# Cirrus Logic CS4270 Codec VD = 3.3V Errata
192# Select if you are affected by the errata where the part will not function
193# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
194# not select any sample rates that require MCLK to be divided by 1.5.
195config SND_SOC_CS4270_VD33_ERRATA
196 bool
197 depends on SND_SOC_CS4270
198
Alexander Sverdlin67b22512011-01-19 21:22:06 +0300199config SND_SOC_CS4271
200 tristate
201
Janusz Krzysztofik459dc352009-07-22 05:22:28 +0200202config SND_SOC_CX20442
203 tristate
204
Lars-Peter Clausen3b097d62010-06-22 00:46:31 +0200205config SND_SOC_JZ4740_CODEC
206 tristate
207
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100208config SND_SOC_L3
209 tristate
210
Mark Brownb4541662010-06-20 14:05:46 +0100211config SND_SOC_DA7210
212 tristate
213
Lars-Peter Clausena077ff92011-03-07 08:04:59 +0100214config SND_SOC_DFBMCS320
215 tristate
216
David Lamberta7107702011-01-06 08:00:37 -0600217config SND_SOC_DMIC
218 tristate
219
Mark Browne86e1242010-10-18 16:45:24 -0700220config SND_SOC_MAX98088
221 tristate
222
Peter Hsiang82a5a932011-04-04 19:35:30 -0700223config SND_SOC_MAX98095
224 tristate
225
Christian Glindkamp0e45cab2011-03-09 11:20:04 +0100226config SND_SOC_MAX9850
227 tristate
228
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -0500229config SND_SOC_PCM3008
230 tristate
231
Axel Lin689b9562011-09-22 20:52:12 +0800232config SND_SOC_RT5631
233 tristate
234
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +0800235#Freescale sgtl5000 codec
236config SND_SOC_SGTL5000
237 tristate
238
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100239config SND_SOC_SIGMADSP
240 tristate
241 select CRC32
242
Vinod Koul4dc69be2011-01-04 20:16:07 +0530243config SND_SOC_SN95031
244 tristate
245
Chaithrika U Sbe461ba2009-05-28 05:10:50 -0400246config SND_SOC_SPDIF
247 tristate
248
Mark Brown3e860842008-09-06 18:11:51 +0100249config SND_SOC_SSM2602
250 tristate
251
Johannes Stezenbachc034abf2011-06-22 14:59:24 +0200252config SND_SOC_STA32X
253 tristate
254
Jon Smirl3c166c72009-05-23 19:13:07 -0400255config SND_SOC_STAC9766
256 tristate
257
Arun KSc1f27192008-10-02 14:45:49 +0530258config SND_SOC_TLV320AIC23
259 tristate
Arun KSc1f27192008-10-02 14:45:49 +0530260
Mark Brown3e860842008-09-06 18:11:51 +0100261config SND_SOC_TLV320AIC26
Mark Brownd5d8d832008-10-13 19:16:14 +0100262 tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
Takashi Iwai446e0f62008-10-10 08:26:57 +0200263 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +0100264
Wolfram Sang684a65d2011-10-11 12:43:02 +0200265config SND_SOC_TLV320AIC32X4
Javier Martin1d471cd2011-03-02 14:52:32 +0100266 tristate
267
Mark Brown3e860842008-09-06 18:11:51 +0100268config SND_SOC_TLV320AIC3X
269 tristate
Mark Brown3e860842008-09-06 18:11:51 +0100270
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +0300271config SND_SOC_TLV320DAC33
272 tristate
273
Steve Sakomancc175572008-10-30 21:35:26 -0700274config SND_SOC_TWL4030
Peter Ujfalusi57fe7252011-05-31 12:02:49 +0300275 select MFD_TWL4030_AUDIO
Steve Sakomancc175572008-10-30 21:35:26 -0700276 tristate
Steve Sakomancc175572008-10-30 21:35:26 -0700277
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +0000278config SND_SOC_TWL6040
Misael Lopez Cruzfb34d3d2011-05-01 21:27:00 -0500279 select TWL6040_CORE
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +0000280 tristate
281
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100282config SND_SOC_UDA134X
283 tristate
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100284
Philipp Zabelb7482f52008-05-28 17:58:06 +0100285config SND_SOC_UDA1380
286 tristate
287
Mark Brown49d7ad92010-08-20 17:24:51 +0100288config SND_SOC_WL1273
289 tristate
290
Mark Brown4bb3f432011-04-08 16:49:42 +0900291config SND_SOC_WM1250_EV1
292 tristate
293
Mark Brown4911ccd2011-12-02 21:59:18 +0000294config SND_SOC_WM2000
295 tristate
296
Mark Brownd5315a22012-01-25 19:29:41 +0000297config SND_SOC_WM2200
298 tristate
299
Mark Brown6d4baf02011-09-20 15:44:21 +0100300config SND_SOC_WM5100
301 tristate
302
Mark Brown40aa4a32008-12-16 10:15:12 +0000303config SND_SOC_WM8350
304 tristate
305
Mark Brownaaf1e172009-03-10 10:55:15 +0000306config SND_SOC_WM8400
307 tristate
308
Mark Brown5d421512008-06-05 13:49:32 +0100309config SND_SOC_WM8510
310 tristate
311
Mark Brown1dcf98f2009-07-01 18:28:54 +0100312config SND_SOC_WM8523
313 tristate
314
Mark Browne88ba012008-08-06 13:18:26 +0100315config SND_SOC_WM8580
316 tristate
317
Mike Arthurbd6d4172009-08-18 20:37:49 +0100318config SND_SOC_WM8711
319 tristate
320
Neil Jones89933de2009-11-02 15:14:17 +0000321config SND_SOC_WM8727
322 tristate
323
Mark Brown71cfc902008-11-13 14:33:14 +0000324config SND_SOC_WM8728
325 tristate
326
Richard Purdie7f137ab2006-10-06 18:38:37 +0200327config SND_SOC_WM8731
328 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200329
Mark Brown2a9ae132010-11-23 19:31:18 +0000330config SND_SOC_WM8737
331 tristate
332
Ian Lartey992bee42010-07-31 00:32:11 +0100333config SND_SOC_WM8741
334 tristate
335
Richard Purdie7f137ab2006-10-06 18:38:37 +0200336config SND_SOC_WM8750
337 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200338
Liam Girdwood33703b72007-04-16 19:18:15 +0200339config SND_SOC_WM8753
340 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200341
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000342config SND_SOC_WM8770
343 tristate
344
Mark Brown924914e2009-08-04 23:50:16 +0100345config SND_SOC_WM8776
346 tristate
347
Johannes Stezenbachec3ea542011-06-22 14:59:25 +0200348config SND_SOC_WM8782
349 tristate
350
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +0100351config SND_SOC_WM8804
352 tristate
353
Mark Brown0e0e16a2008-08-04 12:06:45 +0100354config SND_SOC_WM8900
355 tristate
356
Mark Brownf1c0a022008-08-26 13:05:27 +0100357config SND_SOC_WM8903
358 tristate
359
Mark Browna91eb192009-11-26 11:56:07 +0000360config SND_SOC_WM8904
361 tristate
362
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000363config SND_SOC_WM8940
364 tristate
365
Mark Brownb35a28a2009-12-18 12:00:22 +0000366config SND_SOC_WM8955
367 tristate
368
Mark Brownf2644a22009-04-07 19:20:14 +0100369config SND_SOC_WM8960
370 tristate
371
Mark Brown74dc55e2009-06-09 09:55:51 +0100372config SND_SOC_WM8961
373 tristate
374
Mark Brown9a76f1f2010-08-05 13:20:59 +0100375config SND_SOC_WM8962
376 tristate
377
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100378config SND_SOC_WM8971
379 tristate
380
Mark Brown0a1bf552009-05-23 11:18:41 +0100381config SND_SOC_WM8974
382 tristate
383
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100384config SND_SOC_WM8978
385 tristate
386
Dimitris Papastamos6b3860b2011-07-15 13:51:30 +0100387config SND_SOC_WM8983
388 tristate
389
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +0100390config SND_SOC_WM8985
391 tristate
392
Mark Brown5409fb42009-04-07 18:45:21 +0100393config SND_SOC_WM8988
394 tristate
395
Mark Brownf10485e2008-06-05 13:49:33 +0100396config SND_SOC_WM8990
397 tristate
398
Dimitris Papastamos203db222011-01-14 15:49:40 +0000399config SND_SOC_WM8991
400 tristate
401
Mark Brown942c4352009-06-05 16:32:59 +0100402config SND_SOC_WM8993
403 tristate
404
Mark Brown9e6e96a2010-01-29 17:47:12 +0000405config SND_SOC_WM8994
406 tristate
407
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000408config SND_SOC_WM8995
409 tristate
410
Mark Browna9ba6152011-06-24 12:10:44 +0100411config SND_SOC_WM8996
412 tristate
413
Mark Brown86ed3662009-05-22 15:01:19 +0100414config SND_SOC_WM9081
415 tristate
416
Mark Brown59792aa2011-12-02 22:00:39 +0000417config SND_SOC_WM9090
418 tristate
419
Ian Molton2aceefe2009-01-16 11:04:18 +0000420config SND_SOC_WM9705
421 tristate
422
Richard Purdie7f137ab2006-10-06 18:38:37 +0200423config SND_SOC_WM9712
424 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200425
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100426config SND_SOC_WM9713
427 tristate
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900428
429# Amp
Lars-Peter Clausen9b0a25f2011-03-07 08:04:55 +0100430config SND_SOC_LM4857
431 tristate
432
Wolfram Sang394d2bb2012-01-27 16:10:23 +0100433config SND_SOC_MAX9768
434 tristate
435
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900436config SND_SOC_MAX9877
437 tristate
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300438
439config SND_SOC_TPA6130A2
440 tristate