blob: befff910d71a53451f6393d716a7c2bbaf7bfb60 [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 Brown4d1a7722014-02-07 15:40:35 +000011menu "CODEC drivers"
12
Mark Brown0c941612008-07-29 11:42:35 +010013config SND_SOC_ALL_CODECS
14 tristate "Build all ASoC CODEC drivers"
Mark Brown64b0c282013-06-25 11:00:06 +010015 depends on COMPILE_TEST
Haojian Zhuangf213f4b2010-08-19 00:35:25 +080016 select SND_SOC_88PM860X if MFD_88PM860X
Mark Brown070504ad2009-01-23 15:34:54 +000017 select SND_SOC_L3
Ola Lilja679d7ab2012-06-07 14:00:21 +020018 select SND_SOC_AB8500_CODEC if ABX500_CORE
Takashi Iwai07637222008-10-30 17:53:19 +010019 select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
Mark Browne9ade7f2009-08-13 15:19:42 +010020 select SND_SOC_AD1836 if SPI_MASTER
Lars-Peter Clausen6c3d7132014-02-17 13:16:54 +010021 select SND_SOC_AD193X_SPI if SPI_MASTER
22 select SND_SOC_AD193X_I2C if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010023 select SND_SOC_AD1980 if SND_SOC_AC97_BUS
Scott Jiang5683dc72011-03-26 04:38:30 -040024 select SND_SOC_AD73311
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +020025 select SND_SOC_ADAU1373 if I2C
Lars-Peter Clausendab464b2014-05-27 10:53:18 +020026 select SND_SOC_ADAU1761_I2C if I2C
27 select SND_SOC_ADAU1761_SPI if SPI
Lars-Peter Clausen2923af02014-05-27 10:53:19 +020028 select SND_SOC_ADAU1781_I2C if I2C
29 select SND_SOC_ADAU1781_SPI if SPI
Lars-Peter Clausen0c2d6962014-02-17 13:16:56 +010030 select SND_SOC_ADAV801 if SPI_MASTER
31 select SND_SOC_ADAV803 if I2C
Lars-Peter Clausen603597c2014-02-18 15:57:35 +010032 select SND_SOC_ADAU1977_SPI if SPI_MASTER
33 select SND_SOC_ADAU1977_I2C if I2C
Lars-Peter Clausenaf2d8b52013-07-22 18:49:52 +020034 select SND_SOC_ADAU1701 if I2C
Mike Frysinger754dec6b72011-03-27 00:43:59 -040035 select SND_SOC_ADS117X
Daniel Macka3819342009-03-09 02:13:17 +010036 select SND_SOC_AK4104 if SPI_MASTER
Mark Brownca53fb22008-10-22 22:41:11 +010037 select SND_SOC_AK4535 if I2C
Mark Brown0d724f82014-01-23 12:50:51 +000038 select SND_SOC_AK4554
Dmitry Artamonow00d27012011-05-18 19:25:09 +040039 select SND_SOC_AK4641 if I2C
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +090040 select SND_SOC_AK4642 if I2C
Joonyoung Shim2312fd82009-09-10 00:12:43 +090041 select SND_SOC_AK4671 if I2C
Daniel Mackcc289be2013-03-08 12:07:28 +010042 select SND_SOC_AK5386
Jarkko Nikula473f89f2010-10-29 16:47:44 +030043 select SND_SOC_ALC5623 if I2C
Leon Romanovsky94d5f7c2011-11-05 12:38:02 +020044 select SND_SOC_ALC5632 if I2C
Miguel Aguilarb56e9722010-03-11 09:32:59 -060045 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
Brian Austineef5bb22014-08-04 15:11:16 -050046 select SND_SOC_CS35L32 if I2C
Brian Austina1253ef2014-04-15 15:49:33 -050047 select SND_SOC_CS42L51_I2C if I2C
Arnd Bergmanna2915d42014-04-29 19:18:22 +080048 select SND_SOC_CS42L52 if I2C && INPUT
Brian Austin272b5ed2014-05-05 15:09:08 -050049 select SND_SOC_CS42L56 if I2C && INPUT
Brian Austin6d10c912011-11-16 12:32:27 -060050 select SND_SOC_CS42L73 if I2C
Paul Handriganfb6f8062014-06-23 17:29:53 -050051 select SND_SOC_CS4265 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +010052 select SND_SOC_CS4270 if I2C
Axel Linc973b8a2014-10-06 23:09:47 +080053 select SND_SOC_CS4271_I2C if I2C
54 select SND_SOC_CS4271_SPI if SPI_MASTER
Nicolin Chen0c516b42014-03-20 18:18:37 +080055 select SND_SOC_CS42XX8_I2C if I2C
Joe Millenbach4f73bc42013-01-17 22:44:22 -080056 select SND_SOC_CX20442 if TTY
Kuninori Morimoto98615452009-12-14 13:21:56 +090057 select SND_SOC_DA7210 if I2C
Adam Thomsonef5c2eb2013-02-14 12:02:51 +000058 select SND_SOC_DA7213 if I2C
Adam Thomson48e27872012-06-11 13:15:27 +010059 select SND_SOC_DA732X if I2C
Ashish Chavan9911f7f2012-09-21 20:16:17 +053060 select SND_SOC_DA9055 if I2C
Lars-Peter Clausen8a36eaa2014-08-17 12:03:05 +020061 select SND_SOC_DMIC
Barry Song200ceb92013-05-18 20:25:00 +080062 select SND_SOC_BT_SCO
Sean Cross567e4f92014-07-31 10:43:36 +080063 select SND_SOC_ES8328_SPI if SPI_MASTER
64 select SND_SOC_ES8328_I2C if I2C
M R Swami Reddy2f989f72012-06-01 22:21:54 +053065 select SND_SOC_ISABELLE if I2C
Axel Linf8f626f2011-12-06 15:38:51 +080066 select SND_SOC_JZ4740_CODEC
Mark Brown9b74c7d2011-03-07 12:23:10 +000067 select SND_SOC_LM4857 if I2C
M R Swami Reddydbf7a732012-03-30 16:03:43 +053068 select SND_SOC_LM49453 if I2C
Mark Browne86e1242010-10-18 16:45:24 -070069 select SND_SOC_MAX98088 if I2C
Kuninori Morimoto83f7cbc2012-11-20 20:27:10 -080070 select SND_SOC_MAX98090 if I2C
Peter Hsiang82a5a932011-04-04 19:35:30 -070071 select SND_SOC_MAX98095 if I2C
Guenter Roeckffa04752015-02-11 13:13:18 -080072 select SND_SOC_MAX98357A if GPIOLIB
Anish Kumar1ff27652015-03-09 15:50:34 -070073 select SND_SOC_MAX98925 if I2C
Christian Glindkamp0e45cab2011-03-09 11:20:04 +010074 select SND_SOC_MAX9850 if I2C
Wolfram Sang394d2bb2012-01-27 16:10:23 +010075 select SND_SOC_MAX9768 if I2C
Mark Brownb4541662010-06-20 14:05:46 +010076 select SND_SOC_MAX9877 if I2C
Philippe Rétornaz8b908b82012-05-15 13:53:50 +020077 select SND_SOC_MC13783 if MFD_MC13XXX
Tomoya MORINAGAd808fe92012-03-19 20:59:28 +090078 select SND_SOC_ML26124 if I2C
Barry Songbf7c6e62013-05-16 14:08:07 +080079 select SND_SOC_HDMI_CODEC
Marek Belisko95169d02013-08-01 11:14:58 +020080 select SND_SOC_PCM1681 if I2C
Michael Trimarchi13b02fa2013-08-03 16:20:43 +020081 select SND_SOC_PCM1792A if SPI_MASTER
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -050082 select SND_SOC_PCM3008
Mark Brown22066222014-03-07 11:44:08 +080083 select SND_SOC_PCM512x_I2C if I2C
84 select SND_SOC_PCM512x_SPI if SPI_MASTER
Bard Liao07cf7cba2014-06-20 14:41:13 +080085 select SND_SOC_RT286 if I2C
Axel Lin689b9562011-09-22 20:52:12 +080086 select SND_SOC_RT5631 if I2C
Bard Liao997b0522013-06-11 13:10:16 +080087 select SND_SOC_RT5640 if I2C
Oder Chiou1319b2f2014-04-28 19:59:10 +080088 select SND_SOC_RT5645 if I2C
Bard Liao40bc18a2014-04-16 19:20:46 +080089 select SND_SOC_RT5651 if I2C
Bard Liao5e8351d2014-06-30 20:31:13 +080090 select SND_SOC_RT5670 if I2C
Anatol Pomozovac884fc2014-10-17 11:56:42 -070091 select SND_SOC_RT5677 if I2C && SPI_MASTER
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +080092 select SND_SOC_SGTL5000 if I2C
Andrey Smirnov330345e2012-10-05 18:55:02 -070093 select SND_SOC_SI476X if MFD_SI476X_CORE
Rongjun Yingf516e362014-03-05 16:34:34 +080094 select SND_SOC_SIRF_AUDIO_CODEC
Vinod Koul4dc69be2011-01-04 20:16:07 +053095 select SND_SOC_SN95031 if INTEL_SCU_IPC
Chaithrika U Sbe461ba2009-05-28 05:10:50 -040096 select SND_SOC_SPDIF
Lars-Peter Clausenb6b5e762013-05-23 20:14:50 +020097 select SND_SOC_SSM2518 if I2C
Lars-Peter Clausenc924dc62014-02-17 13:16:53 +010098 select SND_SOC_SSM2602_SPI if SPI_MASTER
99 select SND_SOC_SSM2602_I2C if I2C
Anatol Pomozov1ee44ce2014-09-26 13:31:06 -0700100 select SND_SOC_SSM4567 if I2C
Johannes Stezenbachc034abf2011-06-22 14:59:24 +0200101 select SND_SOC_STA32X if I2C
Sven Brandau2439ea12014-04-02 10:25:05 +0200102 select SND_SOC_STA350 if I2C
Rajeev Kumar3be58db2012-07-04 16:11:12 +0530103 select SND_SOC_STA529 if I2C
Jon Smirl3c166c72009-05-23 19:13:07 -0400104 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
Dan Murphy5df7f712014-07-14 15:10:45 -0500105 select SND_SOC_TAS2552 if I2C
Daniel Mack4fa89342013-03-08 13:52:09 +0100106 select SND_SOC_TAS5086 if I2C
Kevin Cernekee3fd6e7d2015-05-03 17:00:18 -0700107 select SND_SOC_TAS571X if I2C
Peter Rosinfbace432014-11-08 14:40:17 +0100108 select SND_SOC_TFA9879 if I2C
Max Filippovb3fc5722014-03-06 14:04:41 +0400109 select SND_SOC_TLV320AIC23_I2C if I2C
110 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
Mark Brownca53fb22008-10-22 22:41:11 +0100111 select SND_SOC_TLV320AIC26 if SPI_MASTER
Jyri Sarhae00447f2014-03-11 12:57:32 +0200112 select SND_SOC_TLV320AIC31XX if I2C
Wolfram Sang684a65d2011-10-11 12:43:02 +0200113 select SND_SOC_TLV320AIC32X4 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +0100114 select SND_SOC_TLV320AIC3X if I2C
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300115 select SND_SOC_TPA6130A2 if I2C
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +0300116 select SND_SOC_TLV320DAC33 if I2C
Dylan Reid2880fc82014-11-13 11:18:29 -0800117 select SND_SOC_TS3A227E if I2C
Steve Sakomancc175572008-10-30 21:35:26 -0700118 select SND_SOC_TWL4030 if TWL4030_CORE
Peter Ujfalusi8eaeb932012-04-03 11:56:51 +0300119 select SND_SOC_TWL6040 if TWL6040_CORE
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100120 select SND_SOC_UDA134X
Mark Brownca53fb22008-10-22 22:41:11 +0100121 select SND_SOC_UDA1380 if I2C
Matti Aaltonen40285f82011-03-01 10:10:37 -0300122 select SND_SOC_WL1273 if MFD_WL1273_CORE
Dimitris Papastamose3523e02012-08-23 15:59:56 +0100123 select SND_SOC_WM0010 if SPI_MASTER
Mark Brown4bb3f432011-04-08 16:49:42 +0900124 select SND_SOC_WM1250_EV1 if I2C
Mark Brown3a66d382010-02-11 13:27:19 +0000125 select SND_SOC_WM2000 if I2C
Mark Brownd5315a22012-01-25 19:29:41 +0000126 select SND_SOC_WM2200 if I2C
Mark Brown6d4baf02011-09-20 15:44:21 +0100127 select SND_SOC_WM5100 if I2C
Mark Brown93e87912012-06-19 16:38:15 +0100128 select SND_SOC_WM5102 if MFD_WM5102
Mark Brown5c6af632012-07-09 19:09:41 +0100129 select SND_SOC_WM5110 if MFD_WM5110
Mark Brown40aa4a32008-12-16 10:15:12 +0000130 select SND_SOC_WM8350 if MFD_WM8350
Mark Brownaaf1e172009-03-10 10:55:15 +0000131 select SND_SOC_WM8400 if MFD_WM8400
Mark Brown227b4dc2009-01-03 11:24:41 +0100132 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
Mark Brown1dcf98f2009-07-01 18:28:54 +0100133 select SND_SOC_WM8523 if I2C
Mark Brownca53fb22008-10-22 22:41:11 +0100134 select SND_SOC_WM8580 if I2C
Mark Brown08aff8c2009-08-18 21:15:14 +0100135 select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
Neil Jones89933de2009-11-02 15:14:17 +0000136 select SND_SOC_WM8727
Mark Brown227b4dc2009-01-03 11:24:41 +0100137 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
138 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
Mark Brown2a9ae132010-11-23 19:31:18 +0000139 select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
Ian Lartey992bee42010-07-31 00:32:11 +0100140 select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
Mark Brown227b4dc2009-01-03 11:24:41 +0100141 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
142 select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000143 select SND_SOC_WM8770 if SPI_MASTER
Mark Brown924914e2009-08-04 23:50:16 +0100144 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
Johannes Stezenbachec3ea542011-06-22 14:59:25 +0200145 select SND_SOC_WM8782
Charles Keepaxbbed2972015-02-22 16:43:21 +0000146 select SND_SOC_WM8804_I2C if I2C
147 select SND_SOC_WM8804_SPI if SPI_MASTER
Mark Brownca53fb22008-10-22 22:41:11 +0100148 select SND_SOC_WM8900 if I2C
Martin Schwidefsky0244ad02013-08-30 09:39:53 +0200149 select SND_SOC_WM8903 if I2C
Mark Browna91eb192009-11-26 11:56:07 +0000150 select SND_SOC_WM8904 if I2C
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000151 select SND_SOC_WM8940 if I2C
Mark Brownb35a28a2009-12-18 12:00:22 +0000152 select SND_SOC_WM8955 if I2C
Mark Brownf2644a22009-04-07 19:20:14 +0100153 select SND_SOC_WM8960 if I2C
Mark Brown74dc55e2009-06-09 09:55:51 +0100154 select SND_SOC_WM8961 if I2C
Arnd Bergmanna2915d42014-04-29 19:18:22 +0800155 select SND_SOC_WM8962 if I2C && INPUT
Mark Brownca53fb22008-10-22 22:41:11 +0100156 select SND_SOC_WM8971 if I2C
Mark Brown0a1bf552009-05-23 11:18:41 +0100157 select SND_SOC_WM8974 if I2C
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100158 select SND_SOC_WM8978 if I2C
Dimitris Papastamos6b3860b2011-07-15 13:51:30 +0100159 select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +0100160 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
Mark Brown5409fb42009-04-07 18:45:21 +0100161 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
Mark Brownca53fb22008-10-22 22:41:11 +0100162 select SND_SOC_WM8990 if I2C
Dimitris Papastamos203db222011-01-14 15:49:40 +0000163 select SND_SOC_WM8991 if I2C
Mark Brown942c4352009-06-05 16:32:59 +0100164 select SND_SOC_WM8993 if I2C
Mark Brownfead2152010-02-02 10:06:55 +0000165 select SND_SOC_WM8994 if MFD_WM8994
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000166 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
Mark Browna9ba6152011-06-24 12:10:44 +0100167 select SND_SOC_WM8996 if I2C
Charles Keepax40843ae2013-08-12 23:46:55 +0100168 select SND_SOC_WM8997 if MFD_WM8997
Mark Brown86ed3662009-05-22 15:01:19 +0100169 select SND_SOC_WM9081 if I2C
Mark Brown39b8eab2010-04-28 18:36:10 +0100170 select SND_SOC_WM9090 if I2C
Ian Molton2aceefe2009-01-16 11:04:18 +0000171 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
Mark Brownca53fb22008-10-22 22:41:11 +0100172 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
173 select SND_SOC_WM9713 if SND_SOC_AC97_BUS
Mark Brown0c941612008-07-29 11:42:35 +0100174 help
175 Normally ASoC codec drivers are only built if a machine driver which
176 uses them is also built since they are only usable with a machine
177 driver. Selecting this option will allow these drivers to be built
178 without an explicit machine driver for test and development purposes.
179
Mark Brownca53fb22008-10-22 22:41:11 +0100180 Support for the bus types used to access the codecs to be built must
181 be selected separately.
182
Mark Brown0c941612008-07-29 11:42:35 +0100183 If unsure select "N".
184
Haojian Zhuangf213f4b2010-08-19 00:35:25 +0800185config SND_SOC_88PM860X
186 tristate
187
Mark Brown07ed8732012-06-18 21:08:44 +0100188config SND_SOC_ARIZONA
189 tristate
190 default y if SND_SOC_WM5102=y
Mark Brown5c6af632012-07-09 19:09:41 +0100191 default y if SND_SOC_WM5110=y
Charles Keepax40843ae2013-08-12 23:46:55 +0100192 default y if SND_SOC_WM8997=y
Mark Brown07ed8732012-06-18 21:08:44 +0100193 default m if SND_SOC_WM5102=m
Mark Brown5c6af632012-07-09 19:09:41 +0100194 default m if SND_SOC_WM5110=m
Charles Keepax40843ae2013-08-12 23:46:55 +0100195 default m if SND_SOC_WM8997=m
Mark Brown07ed8732012-06-18 21:08:44 +0100196
Mark Browna2342ae2009-07-29 21:21:49 +0100197config SND_SOC_WM_HUBS
198 tristate
Chanwoo Choi41f9a312010-07-20 14:28:33 +0900199 default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
200 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
Mark Brown0c941612008-07-29 11:42:35 +0100201
Mark Brown2159ad932012-10-11 11:54:02 +0900202config SND_SOC_WM_ADSP
203 tristate
Mark Brown804f5ba2012-08-25 20:29:05 -0700204 default y if SND_SOC_WM5102=y
Mark Brown9a3e1b82013-11-19 16:04:01 +0000205 default y if SND_SOC_WM5110=y
Mark Brown2159ad932012-10-11 11:54:02 +0900206 default y if SND_SOC_WM2200=y
Mark Brown804f5ba2012-08-25 20:29:05 -0700207 default m if SND_SOC_WM5102=m
Mark Brown9a3e1b82013-11-19 16:04:01 +0000208 default m if SND_SOC_WM5110=m
Mark Brown2159ad932012-10-11 11:54:02 +0900209 default m if SND_SOC_WM2200=m
210
Ola Lilja679d7ab2012-06-07 14:00:21 +0200211config SND_SOC_AB8500_CODEC
212 tristate
213
Richard Purdie7f137ab2006-10-06 18:38:37 +0200214config SND_SOC_AC97_CODEC
215 tristate
Takashi Iwai89fe5112008-05-23 16:10:37 +0200216 select SND_AC97_CODEC
Richard Purdie7f137ab2006-10-06 18:38:37 +0200217
Barry Song7eaae412009-08-13 11:59:32 +0800218config SND_SOC_AD1836
219 tristate
220
Barry Songa1533d92010-03-19 14:48:33 +0800221config SND_SOC_AD193X
Barry Song12747382009-07-16 16:00:05 +0800222 tristate
223
Lars-Peter Clausen6c3d7132014-02-17 13:16:54 +0100224config SND_SOC_AD193X_SPI
225 tristate
226 select SND_SOC_AD193X
227
228config SND_SOC_AD193X_I2C
229 tristate
230 select SND_SOC_AD193X
231
Cliff Cai5f57dc82008-07-29 11:42:34 +0100232config SND_SOC_AD1980
Lars-Peter Clausen82d14632014-11-18 19:45:53 +0100233 select REGMAP_AC97
Cliff Cai5f57dc82008-07-29 11:42:34 +0100234 tristate
235
Cliff Cai0e77e782008-09-27 16:57:26 +0800236config SND_SOC_AD73311
237 tristate
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200238
Lars-Peter Clausen41018662014-05-27 10:53:17 +0200239config SND_SOC_ADAU1373
240 tristate
241
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200242config SND_SOC_ADAU1701
Mark Brown1291e142014-01-23 12:58:16 +0000243 tristate "Analog Devices ADAU1701 CODEC"
244 depends on I2C
Lars-Peter Clausen6b109982014-06-06 14:09:17 +0200245 select SND_SOC_SIGMADSP_I2C
Lars-Peter Clausen631ed8a2011-06-13 15:26:20 +0200246
Lars-Peter Clausen41018662014-05-27 10:53:17 +0200247config SND_SOC_ADAU17X1
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +0200248 tristate
Lars-Peter Clausen6b109982014-06-06 14:09:17 +0200249 select SND_SOC_SIGMADSP_REGMAP
Lars-Peter Clausenddd7a262011-08-15 20:15:22 +0200250
Lars-Peter Clausendab464b2014-05-27 10:53:18 +0200251config SND_SOC_ADAU1761
252 tristate
253 select SND_SOC_ADAU17X1
254
255config SND_SOC_ADAU1761_I2C
256 tristate
257 select SND_SOC_ADAU1761
258 select REGMAP_I2C
259
260config SND_SOC_ADAU1761_SPI
261 tristate
262 select SND_SOC_ADAU1761
263 select REGMAP_SPI
264
Lars-Peter Clausen2923af02014-05-27 10:53:19 +0200265config SND_SOC_ADAU1781
266 select SND_SOC_ADAU17X1
267 tristate
268
269config SND_SOC_ADAU1781_I2C
270 tristate
271 select SND_SOC_ADAU1781
272 select REGMAP_I2C
273
274config SND_SOC_ADAU1781_SPI
275 tristate
276 select SND_SOC_ADAU1781
277 select REGMAP_SPI
Graeme Gregory2dcf9fb2009-11-04 17:49:22 +0000278
Lars-Peter Clausen603597c2014-02-18 15:57:35 +0100279config SND_SOC_ADAU1977
280 tristate
281
282config SND_SOC_ADAU1977_SPI
283 tristate
284 select SND_SOC_ADAU1977
285 select REGMAP_SPI
286
287config SND_SOC_ADAU1977_I2C
288 tristate
289 select SND_SOC_ADAU1977
290 select REGMAP_I2C
291
Graeme Gregory2dcf9fb2009-11-04 17:49:22 +0000292config SND_SOC_ADAV80X
Cliff Cai0e77e782008-09-27 16:57:26 +0800293 tristate
Daniel Macka3819342009-03-09 02:13:17 +0100294
Lars-Peter Clausen0c2d6962014-02-17 13:16:56 +0100295config SND_SOC_ADAV801
296 tristate
297 select SND_SOC_ADAV80X
298
299config SND_SOC_ADAV803
300 tristate
301 select SND_SOC_ADAV80X
302
Daniel Macka3819342009-03-09 02:13:17 +0100303config SND_SOC_ADS117X
304 tristate
Richard Purdie796d2ca2008-06-23 14:51:28 +0100305
306config SND_SOC_AK4104
Mark Brown1291e142014-01-23 12:58:16 +0000307 tristate "AKM AK4104 CODEC"
308 depends on SPI_MASTER
Mark Brown3e860842008-09-06 18:11:51 +0100309
310config SND_SOC_AK4535
311 tristate
312
Kuninori Morimotoa2911cd2013-07-03 21:15:13 -0700313config SND_SOC_AK4554
Mark Brown1291e142014-01-23 12:58:16 +0000314 tristate "AKM AK4554 CODEC"
Kuninori Morimotoa2911cd2013-07-03 21:15:13 -0700315
Dmitry Artamonow00d27012011-05-18 19:25:09 +0400316config SND_SOC_AK4641
317 tristate
318
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +0900319config SND_SOC_AK4642
Mark Brown1291e142014-01-23 12:58:16 +0000320 tristate "AKM AK4642 CODEC"
321 depends on I2C
Kuninori Morimotoa3a83d92009-08-21 10:23:41 +0900322
Joonyoung Shim2312fd82009-09-10 00:12:43 +0900323config SND_SOC_AK4671
324 tristate
325
Daniel Mackcc289be2013-03-08 12:07:28 +0100326config SND_SOC_AK5386
Mark Brown1291e142014-01-23 12:58:16 +0000327 tristate "AKM AK5638 CODEC"
Daniel Mackcc289be2013-03-08 12:07:28 +0100328
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200329config SND_SOC_ALC5623
Andrew Lunn7d6d4782014-05-03 20:30:11 +0200330 tristate "Realtek ALC5623 CODEC"
Takashi Iwai5dc04f52014-05-26 16:08:37 +0200331 depends on I2C
Mark Brown1291e142014-01-23 12:58:16 +0000332
Leon Romanovsky94d5f7c2011-11-05 12:38:02 +0200333config SND_SOC_ALC5632
334 tristate
Arnaud Patard (Rtp)6f4bc952010-10-21 19:40:02 +0200335
Miguel Aguilarb56e9722010-03-11 09:32:59 -0600336config SND_SOC_CQ0093VC
337 tristate
338
Brian Austineef5bb22014-08-04 15:11:16 -0500339config SND_SOC_CS35L32
340 tristate "Cirrus Logic CS35L32 CODEC"
341 depends on I2C
342
apatard@mandriva.com72ed5a82010-05-27 14:57:41 +0200343config SND_SOC_CS42L51
344 tristate
345
Brian Austina1253ef2014-04-15 15:49:33 -0500346config SND_SOC_CS42L51_I2C
Thomas Petazzoni4e449232014-10-28 17:08:40 +0100347 tristate "Cirrus Logic CS42L51 CODEC (I2C)"
Randy Dunlape894beb2014-10-31 10:54:23 -0700348 depends on I2C
Brian Austina1253ef2014-04-15 15:49:33 -0500349 select SND_SOC_CS42L51
350
Brian Austindfe0f982012-04-27 15:45:52 -0500351config SND_SOC_CS42L52
Mark Brown1291e142014-01-23 12:58:16 +0000352 tristate "Cirrus Logic CS42L52 CODEC"
Arnd Bergmanna2915d42014-04-29 19:18:22 +0800353 depends on I2C && INPUT
Brian Austindfe0f982012-04-27 15:45:52 -0500354
Brian Austin272b5ed2014-05-05 15:09:08 -0500355config SND_SOC_CS42L56
356 tristate "Cirrus Logic CS42L56 CODEC"
357 depends on I2C && INPUT
Mark Brown3e860842008-09-06 18:11:51 +0100358
359config SND_SOC_CS42L73
Mark Brown1291e142014-01-23 12:58:16 +0000360 tristate "Cirrus Logic CS42L73 CODEC"
361 depends on I2C
Mark Brown3e860842008-09-06 18:11:51 +0100362
Paul Handriganfb6f8062014-06-23 17:29:53 -0500363config SND_SOC_CS4265
364 tristate "Cirrus Logic CS4265 CODEC"
365 depends on I2C
366 select REGMAP_I2C
367
Mark Brown3e860842008-09-06 18:11:51 +0100368# Cirrus Logic CS4270 Codec
369config SND_SOC_CS4270
Mark Brown1291e142014-01-23 12:58:16 +0000370 tristate "Cirrus Logic CS4270 CODEC"
371 depends on I2C
Mark Brown3e860842008-09-06 18:11:51 +0100372
Mark Brown3e860842008-09-06 18:11:51 +0100373# Cirrus Logic CS4270 Codec VD = 3.3V Errata
374# Select if you are affected by the errata where the part will not function
375# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
376# not select any sample rates that require MCLK to be divided by 1.5.
377config SND_SOC_CS4270_VD33_ERRATA
378 bool
379 depends on SND_SOC_CS4270
380
Alexander Sverdlin67b22512011-01-19 21:22:06 +0300381config SND_SOC_CS4271
Axel Linc973b8a2014-10-06 23:09:47 +0800382 tristate
383
384config SND_SOC_CS4271_I2C
385 tristate "Cirrus Logic CS4271 CODEC (I2C)"
386 depends on I2C
387 select SND_SOC_CS4271
388 select REGMAP_I2C
389
390config SND_SOC_CS4271_SPI
391 tristate "Cirrus Logic CS4271 CODEC (SPI)"
392 depends on SPI_MASTER
393 select SND_SOC_CS4271
394 select REGMAP_SPI
Alexander Sverdlin67b22512011-01-19 21:22:06 +0300395
Nicolin Chen0c516b42014-03-20 18:18:37 +0800396config SND_SOC_CS42XX8
397 tristate
398
399config SND_SOC_CS42XX8_I2C
400 tristate "Cirrus Logic CS42448/CS42888 CODEC (I2C)"
401 depends on I2C
402 select SND_SOC_CS42XX8
403 select REGMAP_I2C
404
Janusz Krzysztofik459dc352009-07-22 05:22:28 +0200405config SND_SOC_CX20442
406 tristate
Joe Millenbach4f73bc42013-01-17 22:44:22 -0800407 depends on TTY
Janusz Krzysztofik459dc352009-07-22 05:22:28 +0200408
Lars-Peter Clausen3b097d62010-06-22 00:46:31 +0200409config SND_SOC_JZ4740_CODEC
Lars-Peter Clausendd1b18a2012-10-27 17:15:08 +0200410 select REGMAP_MMIO
Lars-Peter Clausen3b097d62010-06-22 00:46:31 +0200411 tristate
412
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100413config SND_SOC_L3
414 tristate
415
Mark Brownb4541662010-06-20 14:05:46 +0100416config SND_SOC_DA7210
417 tristate
418
Adam Thomsonef5c2eb2013-02-14 12:02:51 +0000419config SND_SOC_DA7213
420 tristate
421
Adam Thomson48e27872012-06-11 13:15:27 +0100422config SND_SOC_DA732X
423 tristate
424
Ashish Chavan9911f7f2012-09-21 20:16:17 +0530425config SND_SOC_DA9055
426 tristate
427
Barry Song200ceb92013-05-18 20:25:00 +0800428config SND_SOC_BT_SCO
Lars-Peter Clausena077ff92011-03-07 08:04:59 +0100429 tristate
430
David Lamberta7107702011-01-06 08:00:37 -0600431config SND_SOC_DMIC
432 tristate
433
Mark Brown1291e142014-01-23 12:58:16 +0000434config SND_SOC_HDMI_CODEC
435 tristate "HDMI stub CODEC"
436
Sean Cross567e4f92014-07-31 10:43:36 +0800437config SND_SOC_ES8328
438 tristate "Everest Semi ES8328 CODEC"
439
440config SND_SOC_ES8328_I2C
441 tristate
442 select SND_SOC_ES8328
443
444config SND_SOC_ES8328_SPI
445 tristate
446 select SND_SOC_ES8328
447
M R Swami Reddy2f989f72012-06-01 22:21:54 +0530448config SND_SOC_ISABELLE
449 tristate
450
M R Swami Reddydbf7a732012-03-30 16:03:43 +0530451config SND_SOC_LM49453
452 tristate
453
Mark Browne86e1242010-10-18 16:45:24 -0700454config SND_SOC_MAX98088
455 tristate
456
Kuninori Morimoto83f7cbc2012-11-20 20:27:10 -0800457config SND_SOC_MAX98090
458 tristate
459
Peter Hsiang82a5a932011-04-04 19:35:30 -0700460config SND_SOC_MAX98095
461 tristate
462
Kenneth Westfieldaf5adf12015-02-05 12:53:40 -0800463config SND_SOC_MAX98357A
464 tristate
465
Anish Kumar1ff27652015-03-09 15:50:34 -0700466config SND_SOC_MAX98925
467 tristate
468
Christian Glindkamp0e45cab2011-03-09 11:20:04 +0100469config SND_SOC_MAX9850
470 tristate
471
Marek Belisko95169d02013-08-01 11:14:58 +0200472config SND_SOC_PCM1681
Mark Brown1291e142014-01-23 12:58:16 +0000473 tristate "Texas Instruments PCM1681 CODEC"
474 depends on I2C
Marek Belisko95169d02013-08-01 11:14:58 +0200475
Michael Trimarchi13b02fa2013-08-03 16:20:43 +0200476config SND_SOC_PCM1792A
Mark Brown1291e142014-01-23 12:58:16 +0000477 tristate "Texas Instruments PCM1792A CODEC"
478 depends on SPI_MASTER
Michael Trimarchi13b02fa2013-08-03 16:20:43 +0200479
Hugo Villeneuve1c0090c2008-11-19 01:37:31 -0500480config SND_SOC_PCM3008
481 tristate
482
Mark Brown5a3af122014-02-06 12:03:27 +0000483config SND_SOC_PCM512x
Mark Brown22066222014-03-07 11:44:08 +0800484 tristate
485
486config SND_SOC_PCM512x_I2C
487 tristate "Texas Instruments PCM512x CODECs - I2C"
488 depends on I2C
489 select SND_SOC_PCM512x
490 select REGMAP_I2C
491
492config SND_SOC_PCM512x_SPI
493 tristate "Texas Instruments PCM512x CODECs - SPI"
494 depends on SPI_MASTER
495 select SND_SOC_PCM512x
496 select REGMAP_SPI
Mark Brown5a3af122014-02-06 12:03:27 +0000497
Oder Chiou49ef7922014-05-20 15:01:53 +0800498config SND_SOC_RL6231
499 tristate
500 default y if SND_SOC_RT5640=y
501 default y if SND_SOC_RT5645=y
502 default y if SND_SOC_RT5651=y
Bard Liao5e8351d2014-06-30 20:31:13 +0800503 default y if SND_SOC_RT5670=y
Axel Lin30f14b42014-06-10 08:57:36 +0800504 default y if SND_SOC_RT5677=y
Oder Chiou49ef7922014-05-20 15:01:53 +0800505 default m if SND_SOC_RT5640=m
506 default m if SND_SOC_RT5645=m
507 default m if SND_SOC_RT5651=m
Bard Liao5e8351d2014-06-30 20:31:13 +0800508 default m if SND_SOC_RT5670=m
Axel Lin30f14b42014-06-10 08:57:36 +0800509 default m if SND_SOC_RT5677=m
Oder Chiou49ef7922014-05-20 15:01:53 +0800510
Bard Liao07cf7cba2014-06-20 14:41:13 +0800511config SND_SOC_RT286
512 tristate
Bard Liaoa5774832014-10-03 09:55:07 +0800513 depends on I2C
Bard Liao07cf7cba2014-06-20 14:41:13 +0800514
Axel Lin689b9562011-09-22 20:52:12 +0800515config SND_SOC_RT5631
Krishna Mohan Dani86707f72014-11-13 17:44:23 +0530516 tristate "Realtek ALC5631/RT5631 CODEC"
517 depends on I2C
Axel Lin689b9562011-09-22 20:52:12 +0800518
Bard Liao997b0522013-06-11 13:10:16 +0800519config SND_SOC_RT5640
520 tristate
521
Oder Chiou1319b2f2014-04-28 19:59:10 +0800522config SND_SOC_RT5645
523 tristate
524
Bard Liao40bc18a2014-04-16 19:20:46 +0800525config SND_SOC_RT5651
526 tristate
527
Bard Liao5e8351d2014-06-30 20:31:13 +0800528config SND_SOC_RT5670
529 tristate
530
Oder Chiou0e826e82014-05-26 20:32:33 +0800531config SND_SOC_RT5677
532 tristate
Ben Zhang359ff7f2014-12-10 20:15:25 -0800533 select REGMAP_I2C
534 select REGMAP_IRQ
Oder Chiou0e826e82014-05-26 20:32:33 +0800535
Ben Zhange29bee02014-10-20 20:30:13 -0700536config SND_SOC_RT5677_SPI
537 tristate
Arnd Bergmann4c121122015-01-28 22:31:30 +0100538 default SND_SOC_RT5677 && SPI
Ben Zhange29bee02014-10-20 20:30:13 -0700539
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +0800540#Freescale sgtl5000 codec
541config SND_SOC_SGTL5000
Mark Brown1291e142014-01-23 12:58:16 +0000542 tristate "Freescale SGTL5000 CODEC"
543 depends on I2C
Zeng Zhaoming9b34e6c2011-02-24 02:08:21 +0800544
Andrey Smirnov330345e2012-10-05 18:55:02 -0700545config SND_SOC_SI476X
546 tristate
547
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100548config SND_SOC_SIGMADSP
549 tristate
550 select CRC32
551
Lars-Peter Clausen6b109982014-06-06 14:09:17 +0200552config SND_SOC_SIGMADSP_I2C
553 tristate
554 select SND_SOC_SIGMADSP
555
556config SND_SOC_SIGMADSP_REGMAP
557 tristate
558 select SND_SOC_SIGMADSP
559
Rongjun Yingf516e362014-03-05 16:34:34 +0800560config SND_SOC_SIRF_AUDIO_CODEC
561 tristate "SiRF SoC internal audio codec"
562 select REGMAP_MMIO
563
Vinod Koul4dc69be2011-01-04 20:16:07 +0530564config SND_SOC_SN95031
565 tristate
566
Chaithrika U Sbe461ba2009-05-28 05:10:50 -0400567config SND_SOC_SPDIF
Mark Brown1291e142014-01-23 12:58:16 +0000568 tristate "S/PDIF CODEC"
Chaithrika U Sbe461ba2009-05-28 05:10:50 -0400569
Lars-Peter Clausenb6b5e762013-05-23 20:14:50 +0200570config SND_SOC_SSM2518
571 tristate
572
Mark Brown3e860842008-09-06 18:11:51 +0100573config SND_SOC_SSM2602
574 tristate
575
Lars-Peter Clausenc924dc62014-02-17 13:16:53 +0100576config SND_SOC_SSM2602_SPI
Stefan Kristiansson555b9ee2014-09-29 22:41:10 +0300577 tristate "Analog Devices SSM2602 CODEC - SPI"
578 depends on SPI_MASTER
Lars-Peter Clausenc924dc62014-02-17 13:16:53 +0100579 select SND_SOC_SSM2602
Stefan Kristiansson555b9ee2014-09-29 22:41:10 +0300580 select REGMAP_SPI
Lars-Peter Clausenc924dc62014-02-17 13:16:53 +0100581
582config SND_SOC_SSM2602_I2C
Stefan Kristiansson555b9ee2014-09-29 22:41:10 +0300583 tristate "Analog Devices SSM2602 CODEC - I2C"
584 depends on I2C
Lars-Peter Clausenc924dc62014-02-17 13:16:53 +0100585 select SND_SOC_SSM2602
Stefan Kristiansson555b9ee2014-09-29 22:41:10 +0300586 select REGMAP_I2C
Lars-Peter Clausenc924dc62014-02-17 13:16:53 +0100587
Anatol Pomozov1ee44ce2014-09-26 13:31:06 -0700588config SND_SOC_SSM4567
589 tristate "Analog Devices ssm4567 amplifier driver support"
590 depends on I2C
Arun KSc1f27192008-10-02 14:45:49 +0530591
592config SND_SOC_STA32X
Thomas Niederprüm6fad6252015-01-22 00:02:00 +0100593 tristate "STA326, STA328 and STA329 speaker amplifier"
594 depends on I2C
Thomas Niederprüma1be4cea2015-01-22 00:01:53 +0100595 select REGMAP_I2C
Arun KSc1f27192008-10-02 14:45:49 +0530596
Sven Brandau2439ea12014-04-02 10:25:05 +0200597config SND_SOC_STA350
598 tristate "STA350 speaker amplifier"
599 depends on I2C
600
Arun KSc1f27192008-10-02 14:45:49 +0530601config SND_SOC_STA529
Mark Brown3e860842008-09-06 18:11:51 +0100602 tristate
Mark Brownd5d8d832008-10-13 19:16:14 +0100603
Takashi Iwai446e0f62008-10-10 08:26:57 +0200604config SND_SOC_STAC9766
Mark Brown3e860842008-09-06 18:11:51 +0100605 tristate
606
Dan Murphy5df7f712014-07-14 15:10:45 -0500607config SND_SOC_TAS2552
608 tristate "Texas Instruments TAS2552 Mono Audio amplifier"
609 depends on I2C
610
Mark Brown3e860842008-09-06 18:11:51 +0100611config SND_SOC_TAS5086
612 tristate "Texas Instruments TAS5086 speaker amplifier"
613 depends on I2C
614
Kevin Cernekee3fd6e7d2015-05-03 17:00:18 -0700615config SND_SOC_TAS571X
616 tristate "Texas Instruments TAS5711/TAS5717/TAS5719 power amplifiers"
617 depends on I2C
618
Peter Rosinfbace432014-11-08 14:40:17 +0100619config SND_SOC_TFA9879
620 tristate "NXP Semiconductors TFA9879 amplifier"
621 depends on I2C
622
Mark Brown3e860842008-09-06 18:11:51 +0100623config SND_SOC_TLV320AIC23
624 tristate
625
Max Filippovb3fc5722014-03-06 14:04:41 +0400626config SND_SOC_TLV320AIC23_I2C
Max Filippovd004ebb2014-10-29 16:25:38 +0300627 tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C"
Max Filippovbf9706f2014-11-03 13:10:53 +0300628 depends on I2C
Max Filippovb3fc5722014-03-06 14:04:41 +0400629 select SND_SOC_TLV320AIC23
630
631config SND_SOC_TLV320AIC23_SPI
Max Filippovd004ebb2014-10-29 16:25:38 +0300632 tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI"
Max Filippovbf9706f2014-11-03 13:10:53 +0300633 depends on SPI_MASTER
Max Filippovb3fc5722014-03-06 14:04:41 +0400634 select SND_SOC_TLV320AIC23
635
Mark Brown3e860842008-09-06 18:11:51 +0100636config SND_SOC_TLV320AIC26
Paul Bolle379cf392013-03-12 21:08:38 +0100637 tristate
Mark Brown3e860842008-09-06 18:11:51 +0100638 depends on SPI
639
Jyri Sarhae00447f2014-03-11 12:57:32 +0200640config SND_SOC_TLV320AIC31XX
Peter Ujfalusi96665e32014-07-25 15:07:48 +0300641 tristate "Texas Instruments TLV320AIC31xx CODECs"
Peter Ujfalusia9ef83f2014-07-25 15:07:47 +0300642 depends on I2C
643 select REGMAP_I2C
Jyri Sarhae00447f2014-03-11 12:57:32 +0200644
Wolfram Sang684a65d2011-10-11 12:43:02 +0200645config SND_SOC_TLV320AIC32X4
Javier Martin1d471cd2011-03-02 14:52:32 +0100646 tristate
647
Mark Brown3e860842008-09-06 18:11:51 +0100648config SND_SOC_TLV320AIC3X
Mark Brown1291e142014-01-23 12:58:16 +0000649 tristate "Texas Instruments TLV320AIC3x CODECs"
650 depends on I2C
Mark Brown3e860842008-09-06 18:11:51 +0100651
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +0300652config SND_SOC_TLV320DAC33
653 tristate
654
Dylan Reid2880fc82014-11-13 11:18:29 -0800655config SND_SOC_TS3A227E
656 tristate "TI Headset/Mic detect and keypress chip"
657 depends on I2C
658
Steve Sakomancc175572008-10-30 21:35:26 -0700659config SND_SOC_TWL4030
Peter Ujfalusi57fe7252011-05-31 12:02:49 +0300660 select MFD_TWL4030_AUDIO
Steve Sakomancc175572008-10-30 21:35:26 -0700661 tristate
Steve Sakomancc175572008-10-30 21:35:26 -0700662
Misael Lopez Cruz8ecbabd2010-03-19 11:25:51 +0000663config SND_SOC_TWL6040
664 tristate
665
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100666config SND_SOC_UDA134X
667 tristate
Christian Pellegrin1cad1de2008-11-15 08:58:16 +0100668
Philipp Zabelb7482f52008-05-28 17:58:06 +0100669config SND_SOC_UDA1380
670 tristate
671
Mark Brown49d7ad92010-08-20 17:24:51 +0100672config SND_SOC_WL1273
673 tristate
674
Dimitris Papastamose3523e02012-08-23 15:59:56 +0100675config SND_SOC_WM0010
676 tristate
677
Mark Brown4bb3f432011-04-08 16:49:42 +0900678config SND_SOC_WM1250_EV1
679 tristate
680
Mark Brown4911ccd2011-12-02 21:59:18 +0000681config SND_SOC_WM2000
682 tristate
683
Mark Brownd5315a22012-01-25 19:29:41 +0000684config SND_SOC_WM2200
685 tristate
686
Mark Brown6d4baf02011-09-20 15:44:21 +0100687config SND_SOC_WM5100
688 tristate
689
Mark Brown93e87912012-06-19 16:38:15 +0100690config SND_SOC_WM5102
691 tristate
692
Mark Brown5c6af632012-07-09 19:09:41 +0100693config SND_SOC_WM5110
694 tristate
695
Mark Brown40aa4a32008-12-16 10:15:12 +0000696config SND_SOC_WM8350
697 tristate
698
Mark Brownaaf1e172009-03-10 10:55:15 +0000699config SND_SOC_WM8400
700 tristate
701
Mark Brown5d421512008-06-05 13:49:32 +0100702config SND_SOC_WM8510
Mark Brown1291e142014-01-23 12:58:16 +0000703 tristate "Wolfson Microelectronics WM8510 CODEC"
704 depends on SND_SOC_I2C_AND_SPI
Mark Brown5d421512008-06-05 13:49:32 +0100705
Mark Brown1dcf98f2009-07-01 18:28:54 +0100706config SND_SOC_WM8523
Mark Brown1291e142014-01-23 12:58:16 +0000707 tristate "Wolfson Microelectronics WM8523 DAC"
708 depends on I2C
Mark Brown1dcf98f2009-07-01 18:28:54 +0100709
Mark Browne88ba012008-08-06 13:18:26 +0100710config SND_SOC_WM8580
Mark Brown1291e142014-01-23 12:58:16 +0000711 tristate "Wolfson Microelectronics WM8523 CODEC"
712 depends on I2C
Mark Browne88ba012008-08-06 13:18:26 +0100713
Mike Arthurbd6d4172009-08-18 20:37:49 +0100714config SND_SOC_WM8711
Mark Brown1291e142014-01-23 12:58:16 +0000715 tristate "Wolfson Microelectronics WM8711 CODEC"
716 depends on SND_SOC_I2C_AND_SPI
Mike Arthurbd6d4172009-08-18 20:37:49 +0100717
Neil Jones89933de2009-11-02 15:14:17 +0000718config SND_SOC_WM8727
719 tristate
720
Mark Brown71cfc902008-11-13 14:33:14 +0000721config SND_SOC_WM8728
Mark Brown1291e142014-01-23 12:58:16 +0000722 tristate "Wolfson Microelectronics WM8728 DAC"
723 depends on SND_SOC_I2C_AND_SPI
Mark Brown71cfc902008-11-13 14:33:14 +0000724
Richard Purdie7f137ab2006-10-06 18:38:37 +0200725config SND_SOC_WM8731
Mark Brown1291e142014-01-23 12:58:16 +0000726 tristate "Wolfson Microelectronics WM8731 CODEC"
727 depends on SND_SOC_I2C_AND_SPI
Richard Purdie7f137ab2006-10-06 18:38:37 +0200728
Mark Brown2a9ae132010-11-23 19:31:18 +0000729config SND_SOC_WM8737
Mark Brown1291e142014-01-23 12:58:16 +0000730 tristate "Wolfson Microelectronics WM8737 ADC"
731 depends on SND_SOC_I2C_AND_SPI
Mark Brown2a9ae132010-11-23 19:31:18 +0000732
Ian Lartey992bee42010-07-31 00:32:11 +0100733config SND_SOC_WM8741
Mark Brown1291e142014-01-23 12:58:16 +0000734 tristate "Wolfson Microelectronics WM8737 DAC"
735 depends on SND_SOC_I2C_AND_SPI
Ian Lartey992bee42010-07-31 00:32:11 +0100736
Richard Purdie7f137ab2006-10-06 18:38:37 +0200737config SND_SOC_WM8750
Mark Brown1291e142014-01-23 12:58:16 +0000738 tristate "Wolfson Microelectronics WM8750 CODEC"
739 depends on SND_SOC_I2C_AND_SPI
Richard Purdie7f137ab2006-10-06 18:38:37 +0200740
Liam Girdwood33703b72007-04-16 19:18:15 +0200741config SND_SOC_WM8753
Mark Brown1291e142014-01-23 12:58:16 +0000742 tristate "Wolfson Microelectronics WM8753 CODEC"
743 depends on SND_SOC_I2C_AND_SPI
Liam Girdwood33703b72007-04-16 19:18:15 +0200744
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000745config SND_SOC_WM8770
Mark Brown1291e142014-01-23 12:58:16 +0000746 tristate "Wolfson Microelectronics WM8770 CODEC"
Mark Browne479d852014-02-07 15:57:50 +0000747 depends on SPI_MASTER
Dimitris Papastamosc046fd42010-11-05 18:41:25 +0000748
Mark Brown924914e2009-08-04 23:50:16 +0100749config SND_SOC_WM8776
Mark Brown1291e142014-01-23 12:58:16 +0000750 tristate "Wolfson Microelectronics WM8776 CODEC"
751 depends on SND_SOC_I2C_AND_SPI
Mark Brown924914e2009-08-04 23:50:16 +0100752
Johannes Stezenbachec3ea542011-06-22 14:59:25 +0200753config SND_SOC_WM8782
754 tristate
755
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +0100756config SND_SOC_WM8804
Charles Keepaxbbed2972015-02-22 16:43:21 +0000757 tristate
758
759config SND_SOC_WM8804_I2C
760 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver I2C"
761 depends on I2C
762 select SND_SOC_WM8804
763 select REGMAP_I2C
764
765config SND_SOC_WM8804_SPI
766 tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver SPI"
767 depends on SPI_MASTER
768 select SND_SOC_WM8804
769 select REGMAP_SPI
Dimitris Papastamos33cf45c2010-09-29 11:14:56 +0100770
Mark Brown0e0e16a2008-08-04 12:06:45 +0100771config SND_SOC_WM8900
772 tristate
773
Mark Brownf1c0a022008-08-26 13:05:27 +0100774config SND_SOC_WM8903
Mark Brown1291e142014-01-23 12:58:16 +0000775 tristate "Wolfson Microelectronics WM8903 CODEC"
776 depends on I2C
Mark Brownf1c0a022008-08-26 13:05:27 +0100777
Mark Browna91eb192009-11-26 11:56:07 +0000778config SND_SOC_WM8904
779 tristate
780
Jonathan Cameron0b5e92c52009-04-27 13:49:44 +0000781config SND_SOC_WM8940
782 tristate
783
Mark Brownb35a28a2009-12-18 12:00:22 +0000784config SND_SOC_WM8955
785 tristate
786
Mark Brownf2644a22009-04-07 19:20:14 +0100787config SND_SOC_WM8960
788 tristate
789
Mark Brown74dc55e2009-06-09 09:55:51 +0100790config SND_SOC_WM8961
791 tristate
792
Mark Brown9a76f1f2010-08-05 13:20:59 +0100793config SND_SOC_WM8962
Mark Brown1291e142014-01-23 12:58:16 +0000794 tristate "Wolfson Microelectronics WM8962 CODEC"
Arnd Bergmanna2915d42014-04-29 19:18:22 +0800795 depends on I2C && INPUT
Mark Brown9a76f1f2010-08-05 13:20:59 +0100796
Kenneth Kiraly8bae3e22008-09-10 19:33:32 +0100797config SND_SOC_WM8971
798 tristate
799
Mark Brown0a1bf552009-05-23 11:18:41 +0100800config SND_SOC_WM8974
801 tristate
802
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100803config SND_SOC_WM8978
Geert Uytterhoeven77c54532014-08-28 14:48:24 +0200804 tristate "Wolfson Microelectronics WM8978 codec"
805 depends on I2C
Guennadi Liakhovetski0d34e912010-01-27 18:56:23 +0100806
Dimitris Papastamos6b3860b2011-07-15 13:51:30 +0100807config SND_SOC_WM8983
808 tristate
809
Dimitris Papastamos6d6f8b82010-09-15 15:23:20 +0100810config SND_SOC_WM8985
811 tristate
812
Mark Brown5409fb42009-04-07 18:45:21 +0100813config SND_SOC_WM8988
814 tristate
815
Mark Brownf10485e2008-06-05 13:49:33 +0100816config SND_SOC_WM8990
817 tristate
818
Dimitris Papastamos203db222011-01-14 15:49:40 +0000819config SND_SOC_WM8991
820 tristate
821
Mark Brown942c4352009-06-05 16:32:59 +0100822config SND_SOC_WM8993
823 tristate
824
Mark Brown9e6e96a2010-01-29 17:47:12 +0000825config SND_SOC_WM8994
826 tristate
827
Dimitris Papastamos6a504a72010-12-22 11:33:11 +0000828config SND_SOC_WM8995
829 tristate
830
Mark Browna9ba6152011-06-24 12:10:44 +0100831config SND_SOC_WM8996
832 tristate
833
Charles Keepax40843ae2013-08-12 23:46:55 +0100834config SND_SOC_WM8997
835 tristate
836
Mark Brown86ed3662009-05-22 15:01:19 +0100837config SND_SOC_WM9081
838 tristate
839
Mark Brown59792aa2011-12-02 22:00:39 +0000840config SND_SOC_WM9090
841 tristate
842
Ian Molton2aceefe2009-01-16 11:04:18 +0000843config SND_SOC_WM9705
844 tristate
845
Richard Purdie7f137ab2006-10-06 18:38:37 +0200846config SND_SOC_WM9712
847 tristate
Timur Tabib0c813c2007-07-31 18:18:44 +0200848
Liam Girdwood83ac08c2008-02-15 16:43:11 +0100849config SND_SOC_WM9713
850 tristate
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900851
852# Amp
Lars-Peter Clausen9b0a25f2011-03-07 08:04:55 +0100853config SND_SOC_LM4857
854 tristate
855
Wolfram Sang394d2bb2012-01-27 16:10:23 +0100856config SND_SOC_MAX9768
857 tristate
858
Joonyoung Shim9db9ed92009-07-15 20:34:00 +0900859config SND_SOC_MAX9877
860 tristate
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300861
Philippe Rétornaz8b908b82012-05-15 13:53:50 +0200862config SND_SOC_MC13783
863 tristate
864
Tomoya MORINAGAd808fe92012-03-19 20:59:28 +0900865config SND_SOC_ML26124
866 tristate
867
Peter Ujfalusi493b67e2009-10-09 15:55:41 +0300868config SND_SOC_TPA6130A2
Mark Brown1291e142014-01-23 12:58:16 +0000869 tristate "Texas Instruments TPA6130A2 headphone amplifier"
870 depends on I2C
Mark Brown4d1a7722014-02-07 15:40:35 +0000871
872endmenu