blob: 983d087aa92aa83125903dc18cd420f57c2009eb [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"
Mark Brown64b0c282013-06-25 11:00:06 +010013 depends on COMPILE_TEST
Haojian Zhuangf213f4b2010-08-19 00:35:25 +080014 select SND_SOC_88PM860X if MFD_88PM860X
Mark Brown070504a2009-01-23 15:34:54 +000015 select SND_SOC_L3
Ola Lilja679d7ab2012-06-07 14:00:21 +020016 select SND_SOC_AB8500_CODEC if ABX500_CORE
Takashi Iwai07637222008-10-30 17:53:19 +010017 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Browne9ade7f2009-08-13 15:19:42 +010018 select SND_SOC_AD1836 if SPI_MASTER
Barry Songa1533d92010-03-19 14:48:33 +080019 select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +010020 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
Scott Jiang5683dc72011-03-26 04:38:30 -040021 select SND_SOC_AD73311
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +020022 select SND_SOC_ADAU1373 if I2C
Axel Lin4119c0c2013-06-10 21:20:44 +080023 select SND_SOC_ADAV80X if SND_SOC_I2C_AND_SPI
Lars-Peter Clausenaf2d8b52013-07-22 18:49:52 +020024 select SND_SOC_ADAU1701 if I2C
Mike Frysinger754dec6b72011-03-27 00:43:59 -040025 select SND_SOC_ADS117X
Daniel Macka3819342009-03-09 02:13:17 +010026 select SND_SOC_AK4104 if SPI_MASTER
Mark Brownca53fb22008-10-22 22:41:11 +010027 select SND_SOC_AK4535 if I2C
Dmitry Artamonow00d27012011-05-18 19:25:09 +040028 select SND_SOC_AK4641 if I2C
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +090029 select SND_SOC_AK4642 if I2C
Joonyoung Shim2312fd82009-09-10 00:12:43 +090030 select SND_SOC_AK4671 if I2C
Daniel Mackcc289be2013-03-08 12:07:28 +010031 select SND_SOC_AK5386
Jarkko Nikula473f89f2010-10-29 16:47:44 +030032 select SND_SOC_ALC5623 if I2C
Leon Romanovsky94d5f7c2011-11-05 12:38:02 +020033 select SND_SOC_ALC5632 if I2C
Miguel Aguilarb56e9722010-03-11 09:32:59 -060034 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +020035 select SND_SOC_CS42L51 if I2C
Brian Austindfe0f982012-04-27 15:45:52 -050036 select SND_SOC_CS42L52 if I2C
Brian Austin6d10c912011-11-16 12:32:27 -060037 select SND_SOC_CS42L73 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010038 select SND_SOC_CS4270 if I2C
Alexander Sverdlin67b22512011-01-19 21:22:06 +030039 select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI
Joe Millenbach4f73bc42013-01-17 22:44:22 -080040 select SND_SOC_CX20442 if TTY
Kuninori Morimoto98615452009-12-14 13:21:56 +090041 select SND_SOC_DA7210 if I2C
Adam Thomsonef5c2eb2013-02-14 12:02:51 +000042 select SND_SOC_DA7213 if I2C
Adam Thomson48e27872012-06-11 13:15:27 +010043 select SND_SOC_DA732X if I2C
Ashish Chavan9911f7f2012-09-21 20:16:17 +053044 select SND_SOC_DA9055 if I2C
Barry Song200ceb92013-05-18 20:25:00 +080045 select SND_SOC_BT_SCO
M R Swami Reddy2f989f72012-06-01 22:21:54 +053046 select SND_SOC_ISABELLE if I2C
Axel Linf8f626f2011-12-06 15:38:51 +080047 select SND_SOC_JZ4740_CODEC
Mark Brown9b74c7d2011-03-07 12:23:10 +000048 select SND_SOC_LM4857 if I2C
M R Swami Reddydbf7a732012-03-30 16:03:43 +053049 select SND_SOC_LM49453 if I2C
Mark Browne86e1242010-10-18 16:45:24 -070050 select SND_SOC_MAX98088 if I2C
Kuninori Morimoto83f7cbc2012-11-20 20:27:10 -080051 select SND_SOC_MAX98090 if I2C
Peter Hsiang82a5a932011-04-04 19:35:30 -070052 select SND_SOC_MAX98095 if I2C
Christian Glindkamp0e45cab2011-03-09 11:20:04 +010053 select SND_SOC_MAX9850 if I2C
Wolfram Sang394d2bb2012-01-27 16:10:23 +010054 select SND_SOC_MAX9768 if I2C
Mark Brownb4541662010-06-20 14:05:46 +010055 select SND_SOC_MAX9877 if I2C
Philippe Rétornaz8b908b82012-05-15 13:53:50 +020056 select SND_SOC_MC13783 if MFD_MC13XXX
Tomoya MORINAGAd808fe92012-03-19 20:59:28 +090057 select SND_SOC_ML26124 if I2C
Barry Songbf7c6e62013-05-16 14:08:07 +080058 select SND_SOC_HDMI_CODEC
Marek Belisko95169d02013-08-01 11:14:58 +020059 select SND_SOC_PCM1681 if I2C
Michael Trimarchi13b02fa2013-08-03 16:20:43 +020060 select SND_SOC_PCM1792A if SPI_MASTER
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050061 select SND_SOC_PCM3008
Axel Lin689b9562011-09-22 20:52:12 +080062 select SND_SOC_RT5631 if I2C
Bard Liao997b0522013-06-11 13:10:16 +080063 select SND_SOC_RT5640 if I2C
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +080064 select SND_SOC_SGTL5000 if I2C
Andrey Smirnov330345e2012-10-05 18:55:02 -070065 select SND_SOC_SI476X if MFD_SI476X_CORE
Vinod Koul4dc69be2011-01-04 20:16:07 +053066 select SND_SOC_SN95031 if INTEL_SCU_IPC
Chaithrika U Sbe461ba2009-05-28 05:10:50 -040067 select SND_SOC_SPDIF
Lars-Peter Clausenb6b5e762013-05-23 20:14:50 +020068 select SND_SOC_SSM2518 if I2C
Mike Frysingerb39e2852011-04-07 02:05:11 -040069 select SND_SOC_SSM2602 if SND_SOC_I2C_AND_SPI
Johannes Stezenbachc034abf2011-06-22 14:59:24 +020070 select SND_SOC_STA32X if I2C
Rajeev Kumar3be58db2012-07-04 16:11:12 +053071 select SND_SOC_STA529 if I2C
Jon Smirl3c166c72009-05-23 19:13:07 -040072 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
Daniel Mack4fa89342013-03-08 13:52:09 +010073 select SND_SOC_TAS5086 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010074 select SND_SOC_TLV320AIC23 if I2C
75 select SND_SOC_TLV320AIC26 if SPI_MASTER
Wolfram Sang684a65d2011-10-11 12:43:02 +020076 select SND_SOC_TLV320AIC32X4 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010077 select SND_SOC_TLV320AIC3X if I2C
Peter Ujfalusi493b67e2009-10-09 15:55:41 +030078 select SND_SOC_TPA6130A2 if I2C
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +030079 select SND_SOC_TLV320DAC33 if I2C
Steve Sakomancc175572008-10-30 21:35:26 -070080 select SND_SOC_TWL4030 if TWL4030_CORE
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +030081 select SND_SOC_TWL6040 if TWL6040_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +010082 select SND_SOC_UDA134X
Mark Brownca53fb22008-10-22 22:41:11 +010083 select SND_SOC_UDA1380 if I2C
Matti Aaltonen40285f82011-03-01 10:10:37 -030084 select SND_SOC_WL1273 if MFD_WL1273_CORE
Dimitris Papastamose3523e02012-08-23 15:59:56 +010085 select SND_SOC_WM0010 if SPI_MASTER
Mark Brown4bb3f432011-04-08 16:49:42 +090086 select SND_SOC_WM1250_EV1 if I2C
Mark Brown3a66d382010-02-11 13:27:19 +000087 select SND_SOC_WM2000 if I2C
Mark Brownd5315a22012-01-25 19:29:41 +000088 select SND_SOC_WM2200 if I2C
Mark Brown6d4baf02011-09-20 15:44:21 +010089 select SND_SOC_WM5100 if I2C
Mark Brown93e87912012-06-19 16:38:15 +010090 select SND_SOC_WM5102 if MFD_WM5102
Mark Brown5c6af632012-07-09 19:09:41 +010091 select SND_SOC_WM5110 if MFD_WM5110
Mark Brown40aa4a32008-12-16 10:15:12 +000092 select SND_SOC_WM8350 if MFD_WM8350
Mark Brownaaf1e172009-03-10 10:55:15 +000093 select SND_SOC_WM8400 if MFD_WM8400
Mark Brown227b4dc2009-01-03 11:24:41 +010094 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
Mark Brown1dcf98f2009-07-01 18:28:54 +010095 select SND_SOC_WM8523 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010096 select SND_SOC_WM8580 if I2C
Mark Brown08aff8c2009-08-18 21:15:14 +010097 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
Neil Jones89933de2009-11-02 15:14:17 +000098 select SND_SOC_WM8727
Mark Brown227b4dc2009-01-03 11:24:41 +010099 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
100 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
Mark Brown2a9ae132010-11-23 19:31:18 +0000101 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
Ian Lartey992bee42010-07-31 00:32:11 +0100102 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
Mark Brown227b4dc2009-01-03 11:24:41 +0100103 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
104 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000105 select SND_SOC_WM8770 if SPI_MASTER
Mark Brown924914e2009-08-04 23:50:16 +0100106 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
Johannes Stezenbachec3ea542011-06-22 14:59:25 +0200107 select SND_SOC_WM8782
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +0100108 select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +0100109 select SND_SOC_WM8900 if I2C
Martin Schwidefsky0244ad02013-08-30 09:39:53 +0200110 select SND_SOC_WM8903 if I2C
Mark Browna91eb192009-11-26 11:56:07 +0000111 select SND_SOC_WM8904 if I2C
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000112 select SND_SOC_WM8940 if I2C
Mark Brownb35a28a2009-12-18 12:00:22 +0000113 select SND_SOC_WM8955 if I2C
Mark Brownf2644a22009-04-07 19:20:14 +0100114 select SND_SOC_WM8960 if I2C
Mark Brown74dc55e2009-06-09 09:55:51 +0100115 select SND_SOC_WM8961 if I2C
Mark Brown9a76f1f2010-08-05 13:20:59 +0100116 select SND_SOC_WM8962 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +0100117 select SND_SOC_WM8971 if I2C
Mark Brown0a1bf552009-05-23 11:18:41 +0100118 select SND_SOC_WM8974 if I2C
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100119 select SND_SOC_WM8978 if I2C
Dimitris Papastamos6b3860b2011-07-15 13:51:30 +0100120 select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +0100121 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
Mark Brown5409fb42009-04-07 18:45:21 +0100122 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +0100123 select SND_SOC_WM8990 if I2C
Dimitris Papastamos203db222011-01-14 15:49:40 +0000124 select SND_SOC_WM8991 if I2C
Mark Brown942c4352009-06-05 16:32:59 +0100125 select SND_SOC_WM8993 if I2C
Mark Brownfead2152010-02-02 10:06:55 +0000126 select SND_SOC_WM8994 if MFD_WM8994
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000127 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
Mark Browna9ba6152011-06-24 12:10:44 +0100128 select SND_SOC_WM8996 if I2C
Charles Keepax40843ae2013-08-12 23:46:55 +0100129 select SND_SOC_WM8997 if MFD_WM8997
Mark Brown86ed3662009-05-22 15:01:19 +0100130 select SND_SOC_WM9081 if I2C
Mark Brown39b8eab2010-04-28 18:36:10 +0100131 select SND_SOC_WM9090 if I2C
Ian Molton2aceefe2009-01-16 11:04:18 +0000132 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +0100133 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
134 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +0100135 help
136 Normally ASoC codec drivers are only built if a machine driver which
137 uses them is also built since they are only usable with a machine
138 driver. Selecting this option will allow these drivers to be built
139 without an explicit machine driver for test and development purposes.
140
Mark Brownca53fb22008-10-22 22:41:11 +0100141 Support for the bus types used to access the codecs to be built must
142 be selected separately.
143
Mark Brown0c941612008-07-29 11:42:35 +0100144 If unsure select "N".
145
Haojian Zhuangf213f4b2010-08-19 00:35:25 +0800146config SND_SOC_88PM860X
147 tristate
148
Mark Brown07ed8732012-06-18 21:08:44 +0100149config SND_SOC_ARIZONA
150 tristate
151 default y if SND_SOC_WM5102=y
Mark Brown5c6af632012-07-09 19:09:41 +0100152 default y if SND_SOC_WM5110=y
Charles Keepax40843ae2013-08-12 23:46:55 +0100153 default y if SND_SOC_WM8997=y
Mark Brown07ed8732012-06-18 21:08:44 +0100154 default m if SND_SOC_WM5102=m
Mark Brown5c6af632012-07-09 19:09:41 +0100155 default m if SND_SOC_WM5110=m
Charles Keepax40843ae2013-08-12 23:46:55 +0100156 default m if SND_SOC_WM8997=m
Mark Brown07ed8732012-06-18 21:08:44 +0100157
Mark Browna2342ae2009-07-29 21:21:49 +0100158config SND_SOC_WM_HUBS
159 tristate
Chanwoo Choi41f9a312010-07-20 14:28:33 +0900160 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
161 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
Mark Brown0c941612008-07-29 11:42:35 +0100162
Mark Brown2159ad92012-10-11 11:54:02 +0900163config SND_SOC_WM_ADSP
164 tristate
Mark Brown804f5ba2012-08-25 20:29:05 -0700165 default y if SND_SOC_WM5102=y
Mark Brown9a3e1b82013-11-19 16:04:01 +0000166 default y if SND_SOC_WM5110=y
Mark Brown2159ad92012-10-11 11:54:02 +0900167 default y if SND_SOC_WM2200=y
Mark Brown804f5ba2012-08-25 20:29:05 -0700168 default m if SND_SOC_WM5102=m
Mark Brown9a3e1b82013-11-19 16:04:01 +0000169 default m if SND_SOC_WM5110=m
Mark Brown2159ad92012-10-11 11:54:02 +0900170 default m if SND_SOC_WM2200=m
171
Ola Lilja679d7ab2012-06-07 14:00:21 +0200172config SND_SOC_AB8500_CODEC
173 tristate
174
Richard Purdie7f137ab2006-10-06 18:38:37 +0200175config SND_SOC_AC97_CODEC
176 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +0200177 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +0200178
Barry Song7eaae412009-08-13 11:59:32 +0800179config SND_SOC_AD1836
180 tristate
181
Barry Songa1533d92010-03-19 14:48:33 +0800182config SND_SOC_AD193X
Barry Song12747382009-07-16 16:00:05 +0800183 tristate
184
Cliff Cai5f57dc82008-07-29 11:42:34 +0100185config SND_SOC_AD1980
186 tristate
187
Cliff Cai0e77e782008-09-27 16:57:26 +0800188config SND_SOC_AD73311
189 tristate
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200190
191config SND_SOC_ADAU1701
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100192 select SND_SOC_SIGMADSP
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200193 tristate
194
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +0200195config SND_SOC_ADAU1373
196 tristate
197
Lars-Peter Clausencc526882011-06-27 17:04:01 +0200198config SND_SOC_ADAV80X
199 tristate
200
Graeme Gregory2dcf9fb2009-11-04 17:49:22 +0000201config SND_SOC_ADS117X
202 tristate
Cliff Cai0e77e782008-09-27 16:57:26 +0800203
Daniel Macka3819342009-03-09 02:13:17 +0100204config SND_SOC_AK4104
205 tristate
206
Richard Purdie796d2ca2008-06-23 14:51:28 +0100207config SND_SOC_AK4535
208 tristate
209
Kuninori Morimotoa2911cd2013-07-03 21:15:13 -0700210config SND_SOC_AK4554
211 tristate
212
Dmitry Artamonow00d27012011-05-18 19:25:09 +0400213config SND_SOC_AK4641
214 tristate
215
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +0900216config SND_SOC_AK4642
217 tristate
218
Joonyoung Shim2312fd82009-09-10 00:12:43 +0900219config SND_SOC_AK4671
220 tristate
221
Daniel Mackcc289be2013-03-08 12:07:28 +0100222config SND_SOC_AK5386
223 tristate
224
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200225config SND_SOC_ALC5623
226 tristate
Leon Romanovsky94d5f7c2011-11-05 12:38:02 +0200227config SND_SOC_ALC5632
228 tristate
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200229
Miguel Aguilarb56e9722010-03-11 09:32:59 -0600230config SND_SOC_CQ0093VC
231 tristate
232
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +0200233config SND_SOC_CS42L51
234 tristate
235
Brian Austindfe0f982012-04-27 15:45:52 -0500236config SND_SOC_CS42L52
237 tristate
238
Brian Austin6d10c912011-11-16 12:32:27 -0600239config SND_SOC_CS42L73
240 tristate
241
Mark Brown3e860842008-09-06 18:11:51 +0100242# Cirrus Logic CS4270 Codec
243config SND_SOC_CS4270
244 tristate
245
Mark Brown3e860842008-09-06 18:11:51 +0100246# Cirrus Logic CS4270 Codec VD = 3.3V Errata
247# Select if you are affected by the errata where the part will not function
248# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
249# not select any sample rates that require MCLK to be divided by 1.5.
250config SND_SOC_CS4270_VD33_ERRATA
251 bool
252 depends on SND_SOC_CS4270
253
Alexander Sverdlin67b22512011-01-19 21:22:06 +0300254config SND_SOC_CS4271
255 tristate
256
Janusz Krzysztofik459dc352009-07-22 05:22:28 +0200257config SND_SOC_CX20442
258 tristate
Joe Millenbach4f73bc42013-01-17 22:44:22 -0800259 depends on TTY
Janusz Krzysztofik459dc352009-07-22 05:22:28 +0200260
Lars-Peter Clausen3b097d62010-06-22 00:46:31 +0200261config SND_SOC_JZ4740_CODEC
Lars-Peter Clausendd1b18a2012-10-27 17:15:08 +0200262 select REGMAP_MMIO
Lars-Peter Clausen3b097d62010-06-22 00:46:31 +0200263 tristate
264
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100265config SND_SOC_L3
266 tristate
267
Mark Brownb4541662010-06-20 14:05:46 +0100268config SND_SOC_DA7210
269 tristate
270
Adam Thomsonef5c2eb2013-02-14 12:02:51 +0000271config SND_SOC_DA7213
272 tristate
273
Adam Thomson48e27872012-06-11 13:15:27 +0100274config SND_SOC_DA732X
275 tristate
276
Ashish Chavan9911f7f2012-09-21 20:16:17 +0530277config SND_SOC_DA9055
278 tristate
279
Barry Song200ceb92013-05-18 20:25:00 +0800280config SND_SOC_BT_SCO
Lars-Peter Clausena077ff92011-03-07 08:04:59 +0100281 tristate
282
David Lamberta7107702011-01-06 08:00:37 -0600283config SND_SOC_DMIC
284 tristate
285
M R Swami Reddy2f989f72012-06-01 22:21:54 +0530286config SND_SOC_ISABELLE
287 tristate
288
M R Swami Reddydbf7a732012-03-30 16:03:43 +0530289config SND_SOC_LM49453
290 tristate
291
Mark Browne86e1242010-10-18 16:45:24 -0700292config SND_SOC_MAX98088
293 tristate
294
Kuninori Morimoto83f7cbc2012-11-20 20:27:10 -0800295config SND_SOC_MAX98090
296 tristate
297
Peter Hsiang82a5a932011-04-04 19:35:30 -0700298config SND_SOC_MAX98095
299 tristate
300
Christian Glindkamp0e45cab2011-03-09 11:20:04 +0100301config SND_SOC_MAX9850
302 tristate
303
Barry Songbf7c6e62013-05-16 14:08:07 +0800304config SND_SOC_HDMI_CODEC
Ricardo Neri54520302012-05-18 01:42:33 -0500305 tristate
306
Marek Belisko95169d02013-08-01 11:14:58 +0200307config SND_SOC_PCM1681
308 tristate
309
Michael Trimarchi13b02fa2013-08-03 16:20:43 +0200310config SND_SOC_PCM1792A
311 tristate
312
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -0500313config SND_SOC_PCM3008
314 tristate
315
Axel Lin689b9562011-09-22 20:52:12 +0800316config SND_SOC_RT5631
317 tristate
318
Bard Liao997b0522013-06-11 13:10:16 +0800319config SND_SOC_RT5640
320 tristate
321
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +0800322#Freescale sgtl5000 codec
323config SND_SOC_SGTL5000
324 tristate
325
Andrey Smirnov330345e2012-10-05 18:55:02 -0700326config SND_SOC_SI476X
327 tristate
328
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100329config SND_SOC_SIGMADSP
330 tristate
331 select CRC32
332
Vinod Koul4dc69be2011-01-04 20:16:07 +0530333config SND_SOC_SN95031
334 tristate
335
Chaithrika U Sbe461ba2009-05-28 05:10:50 -0400336config SND_SOC_SPDIF
337 tristate
338
Lars-Peter Clausenb6b5e762013-05-23 20:14:50 +0200339config SND_SOC_SSM2518
340 tristate
341
Mark Brown3e860842008-09-06 18:11:51 +0100342config SND_SOC_SSM2602
343 tristate
344
Johannes Stezenbachc034abf2011-06-22 14:59:24 +0200345config SND_SOC_STA32X
346 tristate
347
Rajeev Kumar3be58db2012-07-04 16:11:12 +0530348config SND_SOC_STA529
349 tristate
350
Jon Smirl3c166c72009-05-23 19:13:07 -0400351config SND_SOC_STAC9766
352 tristate
353
Daniel Mack4fa89342013-03-08 13:52:09 +0100354config SND_SOC_TAS5086
355 tristate
356
Arun KSc1f27192008-10-02 14:45:49 +0530357config SND_SOC_TLV320AIC23
358 tristate
Arun KSc1f27192008-10-02 14:45:49 +0530359
Mark Brown3e860842008-09-06 18:11:51 +0100360config SND_SOC_TLV320AIC26
Paul Bolle379cf392013-03-12 21:08:38 +0100361 tristate
Takashi Iwai446e0f62008-10-10 08:26:57 +0200362 depends on SPI
Mark Brown3e860842008-09-06 18:11:51 +0100363
Wolfram Sang684a65d2011-10-11 12:43:02 +0200364config SND_SOC_TLV320AIC32X4
Javier Martin1d471cd2011-03-02 14:52:32 +0100365 tristate
366
Mark Brown3e860842008-09-06 18:11:51 +0100367config SND_SOC_TLV320AIC3X
368 tristate
Mark Brown3e860842008-09-06 18:11:51 +0100369
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +0300370config SND_SOC_TLV320DAC33
371 tristate
372
Steve Sakomancc175572008-10-30 21:35:26 -0700373config SND_SOC_TWL4030
Peter Ujfalusi57fe7252011-05-31 12:02:49 +0300374 select MFD_TWL4030_AUDIO
Steve Sakomancc175572008-10-30 21:35:26 -0700375 tristate
Steve Sakomancc175572008-10-30 21:35:26 -0700376
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +0000377config SND_SOC_TWL6040
378 tristate
379
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100380config SND_SOC_UDA134X
381 tristate
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100382
Philipp Zabelb7482f52008-05-28 17:58:06 +0100383config SND_SOC_UDA1380
384 tristate
385
Mark Brown49d7ad92010-08-20 17:24:51 +0100386config SND_SOC_WL1273
387 tristate
388
Dimitris Papastamose3523e02012-08-23 15:59:56 +0100389config SND_SOC_WM0010
390 tristate
391
Mark Brown4bb3f432011-04-08 16:49:42 +0900392config SND_SOC_WM1250_EV1
393 tristate
394
Mark Brown4911ccd2011-12-02 21:59:18 +0000395config SND_SOC_WM2000
396 tristate
397
Mark Brownd5315a22012-01-25 19:29:41 +0000398config SND_SOC_WM2200
399 tristate
400
Mark Brown6d4baf02011-09-20 15:44:21 +0100401config SND_SOC_WM5100
402 tristate
403
Mark Brown93e87912012-06-19 16:38:15 +0100404config SND_SOC_WM5102
405 tristate
406
Mark Brown5c6af632012-07-09 19:09:41 +0100407config SND_SOC_WM5110
408 tristate
409
Mark Brown40aa4a32008-12-16 10:15:12 +0000410config SND_SOC_WM8350
411 tristate
412
Mark Brownaaf1e172009-03-10 10:55:15 +0000413config SND_SOC_WM8400
414 tristate
415
Mark Brown5d421512008-06-05 13:49:32 +0100416config SND_SOC_WM8510
417 tristate
418
Mark Brown1dcf98f2009-07-01 18:28:54 +0100419config SND_SOC_WM8523
420 tristate
421
Mark Browne88ba012008-08-06 13:18:26 +0100422config SND_SOC_WM8580
423 tristate
424
Mike Arthurbd6d4172009-08-18 20:37:49 +0100425config SND_SOC_WM8711
426 tristate
427
Neil Jones89933de2009-11-02 15:14:17 +0000428config SND_SOC_WM8727
429 tristate
430
Mark Brown71cfc902008-11-13 14:33:14 +0000431config SND_SOC_WM8728
432 tristate
433
Richard Purdie7f137ab2006-10-06 18:38:37 +0200434config SND_SOC_WM8731
435 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200436
Mark Brown2a9ae132010-11-23 19:31:18 +0000437config SND_SOC_WM8737
438 tristate
439
Ian Lartey992bee42010-07-31 00:32:11 +0100440config SND_SOC_WM8741
441 tristate
442
Richard Purdie7f137ab2006-10-06 18:38:37 +0200443config SND_SOC_WM8750
444 tristate
Richard Purdie7f137ab2006-10-06 18:38:37 +0200445
Liam Girdwood33703b72007-04-16 19:18:15 +0200446config SND_SOC_WM8753
447 tristate
Liam Girdwood33703b72007-04-16 19:18:15 +0200448
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000449config SND_SOC_WM8770
450 tristate
451
Mark Brown924914e2009-08-04 23:50:16 +0100452config SND_SOC_WM8776
453 tristate
454
Johannes Stezenbachec3ea542011-06-22 14:59:25 +0200455config SND_SOC_WM8782
456 tristate
457
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +0100458config SND_SOC_WM8804
459 tristate
460
Mark Brown0e0e16a2008-08-04 12:06:45 +0100461config SND_SOC_WM8900
462 tristate
463
Mark Brownf1c0a022008-08-26 13:05:27 +0100464config SND_SOC_WM8903
465 tristate
466
Mark Browna91eb192009-11-26 11:56:07 +0000467config SND_SOC_WM8904
468 tristate
469
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000470config SND_SOC_WM8940
471 tristate
472
Mark Brownb35a28a2009-12-18 12:00:22 +0000473config SND_SOC_WM8955
474 tristate
475
Mark Brownf2644a22009-04-07 19:20:14 +0100476config SND_SOC_WM8960
477 tristate
478
Mark Brown74dc55e2009-06-09 09:55:51 +0100479config SND_SOC_WM8961
480 tristate
481
Mark Brown9a76f1f2010-08-05 13:20:59 +0100482config SND_SOC_WM8962
483 tristate
484
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100485config SND_SOC_WM8971
486 tristate
487
Mark Brown0a1bf552009-05-23 11:18:41 +0100488config SND_SOC_WM8974
489 tristate
490
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100491config SND_SOC_WM8978
492 tristate
493
Dimitris Papastamos6b3860b2011-07-15 13:51:30 +0100494config SND_SOC_WM8983
495 tristate
496
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +0100497config SND_SOC_WM8985
498 tristate
499
Mark Brown5409fb42009-04-07 18:45:21 +0100500config SND_SOC_WM8988
501 tristate
502
Mark Brownf10485e2008-06-05 13:49:33 +0100503config SND_SOC_WM8990
504 tristate
505
Dimitris Papastamos203db222011-01-14 15:49:40 +0000506config SND_SOC_WM8991
507 tristate
508
Mark Brown942c4352009-06-05 16:32:59 +0100509config SND_SOC_WM8993
510 tristate
511
Mark Brown9e6e96a2010-01-29 17:47:12 +0000512config SND_SOC_WM8994
513 tristate
514
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000515config SND_SOC_WM8995
516 tristate
517
Mark Browna9ba6152011-06-24 12:10:44 +0100518config SND_SOC_WM8996
519 tristate
520
Charles Keepax40843ae2013-08-12 23:46:55 +0100521config SND_SOC_WM8997
522 tristate
523
Mark Brown86ed3662009-05-22 15:01:19 +0100524config SND_SOC_WM9081
525 tristate
526
Mark Brown59792aa2011-12-02 22:00:39 +0000527config SND_SOC_WM9090
528 tristate
529
Ian Molton2aceefe2009-01-16 11:04:18 +0000530config SND_SOC_WM9705
531 tristate
532
Richard Purdie7f137ab2006-10-06 18:38:37 +0200533config SND_SOC_WM9712
534 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200535
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100536config SND_SOC_WM9713
537 tristate
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900538
539# Amp
Lars-Peter Clausen9b0a25f2011-03-07 08:04:55 +0100540config SND_SOC_LM4857
541 tristate
542
Wolfram Sang394d2bb2012-01-27 16:10:23 +0100543config SND_SOC_MAX9768
544 tristate
545
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900546config SND_SOC_MAX9877
547 tristate
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300548
Philippe Rétornaz8b908b82012-05-15 13:53:50 +0200549config SND_SOC_MC13783
550 tristate
551
Tomoya MORINAGAd808fe92012-03-19 20:59:28 +0900552config SND_SOC_ML26124
553 tristate
554
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300555config SND_SOC_TPA6130A2
556 tristate