~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/codecs/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/codecs/Kconfig (Version linux-6.12-rc7) and /sound/soc/codecs/Kconfig (Version linux-6.8.12)


  1 # SPDX-License-Identifier: GPL-2.0-only             1 # SPDX-License-Identifier: GPL-2.0-only
  2 # Helper to resolve issues with configs that h      2 # Helper to resolve issues with configs that have SPI enabled but I2C
  3 # modular, meaning we can't build the codec dr      3 # modular, meaning we can't build the codec driver in with I2C support.
  4 # We use an ordered list of conditional defaul      4 # We use an ordered list of conditional defaults to pick the appropriate
  5 # setting - SPI can't be modular so that case       5 # setting - SPI can't be modular so that case doesn't need to be covered.
  6 config SND_SOC_I2C_AND_SPI                          6 config SND_SOC_I2C_AND_SPI
  7         tristate                                    7         tristate
  8         default m if I2C=m                          8         default m if I2C=m
  9         default y if I2C=y                          9         default y if I2C=y
 10         default y if SPI_MASTER=y                  10         default y if SPI_MASTER=y
 11                                                    11 
 12 menu "CODEC drivers"                               12 menu "CODEC drivers"
 13                                                    13 
 14 config SND_SOC_ALL_CODECS                          14 config SND_SOC_ALL_CODECS
 15         tristate "Build all ASoC CODEC drivers     15         tristate "Build all ASoC CODEC drivers"
 16         depends on COMPILE_TEST                    16         depends on COMPILE_TEST
 17         imply SND_SOC_88PM860X                     17         imply SND_SOC_88PM860X
 18         imply SND_SOC_AB8500_CODEC                 18         imply SND_SOC_AB8500_CODEC
 19         imply SND_SOC_AC97_CODEC                   19         imply SND_SOC_AC97_CODEC
 20         imply SND_SOC_AD1836                       20         imply SND_SOC_AD1836
 21         imply SND_SOC_AD193X_SPI                   21         imply SND_SOC_AD193X_SPI
 22         imply SND_SOC_AD193X_I2C                   22         imply SND_SOC_AD193X_I2C
 23         imply SND_SOC_AD1980                       23         imply SND_SOC_AD1980
 24         imply SND_SOC_AD73311                      24         imply SND_SOC_AD73311
 25         imply SND_SOC_ADAU1372_I2C                 25         imply SND_SOC_ADAU1372_I2C
 26         imply SND_SOC_ADAU1372_SPI                 26         imply SND_SOC_ADAU1372_SPI
 27         imply SND_SOC_ADAU1373                     27         imply SND_SOC_ADAU1373
 28         imply SND_SOC_ADAU1761_I2C                 28         imply SND_SOC_ADAU1761_I2C
 29         imply SND_SOC_ADAU1761_SPI                 29         imply SND_SOC_ADAU1761_SPI
 30         imply SND_SOC_ADAU1781_I2C                 30         imply SND_SOC_ADAU1781_I2C
 31         imply SND_SOC_ADAU1781_SPI                 31         imply SND_SOC_ADAU1781_SPI
 32         imply SND_SOC_ADAV801                      32         imply SND_SOC_ADAV801
 33         imply SND_SOC_ADAV803                      33         imply SND_SOC_ADAV803
 34         imply SND_SOC_ADAU1977_SPI                 34         imply SND_SOC_ADAU1977_SPI
 35         imply SND_SOC_ADAU1977_I2C                 35         imply SND_SOC_ADAU1977_I2C
 36         imply SND_SOC_ADAU1701                     36         imply SND_SOC_ADAU1701
 37         imply SND_SOC_ADAU7002                     37         imply SND_SOC_ADAU7002
 38         imply SND_SOC_ADAU7118_I2C                 38         imply SND_SOC_ADAU7118_I2C
 39         imply SND_SOC_ADAU7118_HW                  39         imply SND_SOC_ADAU7118_HW
 40         imply SND_SOC_ADS117X                      40         imply SND_SOC_ADS117X
 41         imply SND_SOC_AK4104                       41         imply SND_SOC_AK4104
 42         imply SND_SOC_AK4118                       42         imply SND_SOC_AK4118
 43         imply SND_SOC_AK4375                       43         imply SND_SOC_AK4375
 44         imply SND_SOC_AK4458                       44         imply SND_SOC_AK4458
 45         imply SND_SOC_AK4535                       45         imply SND_SOC_AK4535
 46         imply SND_SOC_AK4554                       46         imply SND_SOC_AK4554
 47         imply SND_SOC_AK4613                       47         imply SND_SOC_AK4613
 48         imply SND_SOC_AK4619                   << 
 49         imply SND_SOC_AK4641                       48         imply SND_SOC_AK4641
 50         imply SND_SOC_AK4642                       49         imply SND_SOC_AK4642
 51         imply SND_SOC_AK4671                       50         imply SND_SOC_AK4671
 52         imply SND_SOC_AK5386                       51         imply SND_SOC_AK5386
 53         imply SND_SOC_AK5558                       52         imply SND_SOC_AK5558
 54         imply SND_SOC_ALC5623                      53         imply SND_SOC_ALC5623
 55         imply SND_SOC_ALC5632                      54         imply SND_SOC_ALC5632
 56         imply SND_SOC_AUDIO_IIO_AUX                55         imply SND_SOC_AUDIO_IIO_AUX
 57         imply SND_SOC_AW8738                       56         imply SND_SOC_AW8738
 58         imply SND_SOC_AW87390                      57         imply SND_SOC_AW87390
 59         imply SND_SOC_AW88395                      58         imply SND_SOC_AW88395
 60         imply SND_SOC_AW88261                      59         imply SND_SOC_AW88261
 61         imply SND_SOC_AW88399                      60         imply SND_SOC_AW88399
 62         imply SND_SOC_BT_SCO                       61         imply SND_SOC_BT_SCO
 63         imply SND_SOC_BD28623                      62         imply SND_SOC_BD28623
 64         imply SND_SOC_CHV3_CODEC                   63         imply SND_SOC_CHV3_CODEC
 65         imply SND_SOC_CQ0093VC                     64         imply SND_SOC_CQ0093VC
 66         imply SND_SOC_CROS_EC_CODEC                65         imply SND_SOC_CROS_EC_CODEC
 67         imply SND_SOC_CS35L32                      66         imply SND_SOC_CS35L32
 68         imply SND_SOC_CS35L33                      67         imply SND_SOC_CS35L33
 69         imply SND_SOC_CS35L34                      68         imply SND_SOC_CS35L34
 70         imply SND_SOC_CS35L35                      69         imply SND_SOC_CS35L35
 71         imply SND_SOC_CS35L36                      70         imply SND_SOC_CS35L36
 72         imply SND_SOC_CS35L41_SPI                  71         imply SND_SOC_CS35L41_SPI
 73         imply SND_SOC_CS35L41_I2C                  72         imply SND_SOC_CS35L41_I2C
 74         imply SND_SOC_CS35L45_I2C                  73         imply SND_SOC_CS35L45_I2C
 75         imply SND_SOC_CS35L45_SPI                  74         imply SND_SOC_CS35L45_SPI
 76         imply SND_SOC_CS35L56_I2C                  75         imply SND_SOC_CS35L56_I2C
 77         imply SND_SOC_CS35L56_SPI                  76         imply SND_SOC_CS35L56_SPI
 78         imply SND_SOC_CS35L56_SDW                  77         imply SND_SOC_CS35L56_SDW
 79         imply SND_SOC_CS40L50                  << 
 80         imply SND_SOC_CS42L42                      78         imply SND_SOC_CS42L42
 81         imply SND_SOC_CS42L42_SDW                  79         imply SND_SOC_CS42L42_SDW
 82         imply SND_SOC_CS42L43                      80         imply SND_SOC_CS42L43
 83         imply SND_SOC_CS42L43_SDW                  81         imply SND_SOC_CS42L43_SDW
 84         imply SND_SOC_CS42L51_I2C                  82         imply SND_SOC_CS42L51_I2C
 85         imply SND_SOC_CS42L52                      83         imply SND_SOC_CS42L52
 86         imply SND_SOC_CS42L56                      84         imply SND_SOC_CS42L56
 87         imply SND_SOC_CS42L73                      85         imply SND_SOC_CS42L73
 88         imply SND_SOC_CS4234                       86         imply SND_SOC_CS4234
 89         imply SND_SOC_CS4265                       87         imply SND_SOC_CS4265
 90         imply SND_SOC_CS4270                       88         imply SND_SOC_CS4270
 91         imply SND_SOC_CS4271_I2C                   89         imply SND_SOC_CS4271_I2C
 92         imply SND_SOC_CS4271_SPI                   90         imply SND_SOC_CS4271_SPI
 93         imply SND_SOC_CS42XX8_I2C                  91         imply SND_SOC_CS42XX8_I2C
 94         imply SND_SOC_CS43130                      92         imply SND_SOC_CS43130
 95         imply SND_SOC_CS4341                       93         imply SND_SOC_CS4341
 96         imply SND_SOC_CS4349                       94         imply SND_SOC_CS4349
 97         imply SND_SOC_CS47L15                      95         imply SND_SOC_CS47L15
 98         imply SND_SOC_CS47L24                      96         imply SND_SOC_CS47L24
 99         imply SND_SOC_CS47L35                      97         imply SND_SOC_CS47L35
100         imply SND_SOC_CS47L85                      98         imply SND_SOC_CS47L85
101         imply SND_SOC_CS47L90                      99         imply SND_SOC_CS47L90
102         imply SND_SOC_CS47L92                     100         imply SND_SOC_CS47L92
103         imply SND_SOC_CS53L30                     101         imply SND_SOC_CS53L30
104         imply SND_SOC_CS530X_I2C               << 
105         imply SND_SOC_CX20442                     102         imply SND_SOC_CX20442
106         imply SND_SOC_CX2072X                     103         imply SND_SOC_CX2072X
107         imply SND_SOC_DA7210                      104         imply SND_SOC_DA7210
108         imply SND_SOC_DA7213                      105         imply SND_SOC_DA7213
109         imply SND_SOC_DA7218                      106         imply SND_SOC_DA7218
110         imply SND_SOC_DA7219                      107         imply SND_SOC_DA7219
111         imply SND_SOC_DA732X                      108         imply SND_SOC_DA732X
112         imply SND_SOC_DA9055                      109         imply SND_SOC_DA9055
113         imply SND_SOC_DMIC                        110         imply SND_SOC_DMIC
114         imply SND_SOC_ES8316                      111         imply SND_SOC_ES8316
115         imply SND_SOC_ES8326                      112         imply SND_SOC_ES8326
116         imply SND_SOC_ES8328_SPI                  113         imply SND_SOC_ES8328_SPI
117         imply SND_SOC_ES8328_I2C                  114         imply SND_SOC_ES8328_I2C
118         imply SND_SOC_ES7134                      115         imply SND_SOC_ES7134
119         imply SND_SOC_ES7241                      116         imply SND_SOC_ES7241
120         imply SND_SOC_FRAMER                   << 
121         imply SND_SOC_GTM601                      117         imply SND_SOC_GTM601
122         imply SND_SOC_HDAC_HDMI                   118         imply SND_SOC_HDAC_HDMI
123         imply SND_SOC_HDAC_HDA                    119         imply SND_SOC_HDAC_HDA
124         imply SND_SOC_ICS43432                    120         imply SND_SOC_ICS43432
125         imply SND_SOC_IDT821034                   121         imply SND_SOC_IDT821034
126         imply SND_SOC_INNO_RK3036                 122         imply SND_SOC_INNO_RK3036
127         imply SND_SOC_ISABELLE                    123         imply SND_SOC_ISABELLE
128         imply SND_SOC_JZ4740_CODEC                124         imply SND_SOC_JZ4740_CODEC
129         imply SND_SOC_JZ4725B_CODEC               125         imply SND_SOC_JZ4725B_CODEC
130         imply SND_SOC_JZ4760_CODEC                126         imply SND_SOC_JZ4760_CODEC
131         imply SND_SOC_JZ4770_CODEC                127         imply SND_SOC_JZ4770_CODEC
132         imply SND_SOC_LM4857                      128         imply SND_SOC_LM4857
133         imply SND_SOC_LM49453                     129         imply SND_SOC_LM49453
134         imply SND_SOC_LOCHNAGAR_SC                130         imply SND_SOC_LOCHNAGAR_SC
135         imply SND_SOC_MAX98088                    131         imply SND_SOC_MAX98088
136         imply SND_SOC_MAX98090                    132         imply SND_SOC_MAX98090
137         imply SND_SOC_MAX98095                    133         imply SND_SOC_MAX98095
138         imply SND_SOC_MAX98357A                   134         imply SND_SOC_MAX98357A
139         imply SND_SOC_MAX98371                    135         imply SND_SOC_MAX98371
140         imply SND_SOC_MAX98504                    136         imply SND_SOC_MAX98504
141         imply SND_SOC_MAX98520                    137         imply SND_SOC_MAX98520
142         imply SND_SOC_MAX9867                     138         imply SND_SOC_MAX9867
143         imply SND_SOC_MAX98925                    139         imply SND_SOC_MAX98925
144         imply SND_SOC_MAX98926                    140         imply SND_SOC_MAX98926
145         imply SND_SOC_MAX98927                    141         imply SND_SOC_MAX98927
146         imply SND_SOC_MAX98363                    142         imply SND_SOC_MAX98363
147         imply SND_SOC_MAX98373_I2C                143         imply SND_SOC_MAX98373_I2C
148         imply SND_SOC_MAX98373_SDW                144         imply SND_SOC_MAX98373_SDW
149         imply SND_SOC_MAX98388                    145         imply SND_SOC_MAX98388
150         imply SND_SOC_MAX98390                    146         imply SND_SOC_MAX98390
151         imply SND_SOC_MAX98396                    147         imply SND_SOC_MAX98396
152         imply SND_SOC_MAX9850                     148         imply SND_SOC_MAX9850
153         imply SND_SOC_MAX9860                     149         imply SND_SOC_MAX9860
154         imply SND_SOC_MAX9759                     150         imply SND_SOC_MAX9759
155         imply SND_SOC_MAX9768                     151         imply SND_SOC_MAX9768
156         imply SND_SOC_MAX9877                     152         imply SND_SOC_MAX9877
157         imply SND_SOC_MC13783                     153         imply SND_SOC_MC13783
158         imply SND_SOC_ML26124                     154         imply SND_SOC_ML26124
159         imply SND_SOC_MT6351                      155         imply SND_SOC_MT6351
160         imply SND_SOC_MT6357                   << 
161         imply SND_SOC_MT6358                      156         imply SND_SOC_MT6358
162         imply SND_SOC_MT6359                      157         imply SND_SOC_MT6359
163         imply SND_SOC_MT6660                      158         imply SND_SOC_MT6660
164         imply SND_SOC_NAU8315                     159         imply SND_SOC_NAU8315
165         imply SND_SOC_NAU8540                     160         imply SND_SOC_NAU8540
166         imply SND_SOC_NAU8810                     161         imply SND_SOC_NAU8810
167         imply SND_SOC_NAU8821                     162         imply SND_SOC_NAU8821
168         imply SND_SOC_NAU8822                     163         imply SND_SOC_NAU8822
169         imply SND_SOC_NAU8824                     164         imply SND_SOC_NAU8824
170         imply SND_SOC_NAU8825                     165         imply SND_SOC_NAU8825
171         imply SND_SOC_HDMI_CODEC                  166         imply SND_SOC_HDMI_CODEC
172         imply SND_SOC_PCM1681                     167         imply SND_SOC_PCM1681
173         imply SND_SOC_PCM1789_I2C                 168         imply SND_SOC_PCM1789_I2C
174         imply SND_SOC_PCM179X_I2C                 169         imply SND_SOC_PCM179X_I2C
175         imply SND_SOC_PCM179X_SPI                 170         imply SND_SOC_PCM179X_SPI
176         imply SND_SOC_PCM186X_I2C                 171         imply SND_SOC_PCM186X_I2C
177         imply SND_SOC_PCM186X_SPI                 172         imply SND_SOC_PCM186X_SPI
178         imply SND_SOC_PCM3008                     173         imply SND_SOC_PCM3008
179         imply SND_SOC_PCM3060_I2C                 174         imply SND_SOC_PCM3060_I2C
180         imply SND_SOC_PCM3060_SPI                 175         imply SND_SOC_PCM3060_SPI
181         imply SND_SOC_PCM3168A_I2C                176         imply SND_SOC_PCM3168A_I2C
182         imply SND_SOC_PCM3168A_SPI                177         imply SND_SOC_PCM3168A_SPI
183         imply SND_SOC_PCM5102A                    178         imply SND_SOC_PCM5102A
184         imply SND_SOC_PCM512x_I2C                 179         imply SND_SOC_PCM512x_I2C
185         imply SND_SOC_PCM512x_SPI                 180         imply SND_SOC_PCM512x_SPI
186         imply SND_SOC_PCM6240                  << 
187         imply SND_SOC_PEB2466                     181         imply SND_SOC_PEB2466
188         imply SND_SOC_RK3308                   << 
189         imply SND_SOC_RK3328                      182         imply SND_SOC_RK3328
190         imply SND_SOC_RK817                       183         imply SND_SOC_RK817
191         imply SND_SOC_RT274                       184         imply SND_SOC_RT274
192         imply SND_SOC_RT286                       185         imply SND_SOC_RT286
193         imply SND_SOC_RT298                       186         imply SND_SOC_RT298
194         imply SND_SOC_RT1011                      187         imply SND_SOC_RT1011
195         imply SND_SOC_RT1015                      188         imply SND_SOC_RT1015
196         imply SND_SOC_RT1015P                     189         imply SND_SOC_RT1015P
197         imply SND_SOC_RT1016                      190         imply SND_SOC_RT1016
198         imply SND_SOC_RT1017_SDCA_SDW             191         imply SND_SOC_RT1017_SDCA_SDW
199         imply SND_SOC_RT1019                      192         imply SND_SOC_RT1019
200         imply SND_SOC_RT1305                      193         imply SND_SOC_RT1305
201         imply SND_SOC_RT1308                      194         imply SND_SOC_RT1308
202         imply SND_SOC_RT5514                      195         imply SND_SOC_RT5514
203         imply SND_SOC_RT5616                      196         imply SND_SOC_RT5616
204         imply SND_SOC_RT5631                      197         imply SND_SOC_RT5631
205         imply SND_SOC_RT5640                      198         imply SND_SOC_RT5640
206         imply SND_SOC_RT5645                      199         imply SND_SOC_RT5645
207         imply SND_SOC_RT5651                      200         imply SND_SOC_RT5651
208         imply SND_SOC_RT5659                      201         imply SND_SOC_RT5659
209         imply SND_SOC_RT5660                      202         imply SND_SOC_RT5660
210         imply SND_SOC_RT5663                      203         imply SND_SOC_RT5663
211         imply SND_SOC_RT5665                      204         imply SND_SOC_RT5665
212         imply SND_SOC_RT5668                      205         imply SND_SOC_RT5668
213         imply SND_SOC_RT5670                      206         imply SND_SOC_RT5670
214         imply SND_SOC_RT5677                      207         imply SND_SOC_RT5677
215         imply SND_SOC_RT5682_I2C                  208         imply SND_SOC_RT5682_I2C
216         imply SND_SOC_RT5682_SDW                  209         imply SND_SOC_RT5682_SDW
217         imply SND_SOC_RT5682S                     210         imply SND_SOC_RT5682S
218         imply SND_SOC_RT700_SDW                   211         imply SND_SOC_RT700_SDW
219         imply SND_SOC_RT711_SDW                   212         imply SND_SOC_RT711_SDW
220         imply SND_SOC_RT711_SDCA_SDW              213         imply SND_SOC_RT711_SDCA_SDW
221         imply SND_SOC_RT712_SDCA_SDW              214         imply SND_SOC_RT712_SDCA_SDW
222         imply SND_SOC_RT712_SDCA_DMIC_SDW         215         imply SND_SOC_RT712_SDCA_DMIC_SDW
223         imply SND_SOC_RT715_SDW                   216         imply SND_SOC_RT715_SDW
224         imply SND_SOC_RT715_SDCA_SDW              217         imply SND_SOC_RT715_SDCA_SDW
225         imply SND_SOC_RT722_SDCA_SDW              218         imply SND_SOC_RT722_SDCA_SDW
226         imply SND_SOC_RT1308_SDW                  219         imply SND_SOC_RT1308_SDW
227         imply SND_SOC_RT1316_SDW                  220         imply SND_SOC_RT1316_SDW
228         imply SND_SOC_RT1318                   << 
229         imply SND_SOC_RT1318_SDW                  221         imply SND_SOC_RT1318_SDW
230         imply SND_SOC_RT1320_SDW               << 
231         imply SND_SOC_RT9120                      222         imply SND_SOC_RT9120
232         imply SND_SOC_RTQ9128                     223         imply SND_SOC_RTQ9128
233         imply SND_SOC_SDW_MOCKUP                  224         imply SND_SOC_SDW_MOCKUP
234         imply SND_SOC_SGTL5000                    225         imply SND_SOC_SGTL5000
235         imply SND_SOC_SI476X                      226         imply SND_SOC_SI476X
236         imply SND_SOC_SIMPLE_AMPLIFIER            227         imply SND_SOC_SIMPLE_AMPLIFIER
237         imply SND_SOC_SIMPLE_MUX                  228         imply SND_SOC_SIMPLE_MUX
238         imply SND_SOC_SMA1303                     229         imply SND_SOC_SMA1303
239         imply SND_SOC_SPDIF                       230         imply SND_SOC_SPDIF
240         imply SND_SOC_SRC4XXX_I2C                 231         imply SND_SOC_SRC4XXX_I2C
241         imply SND_SOC_SSM2305                     232         imply SND_SOC_SSM2305
242         imply SND_SOC_SSM2518                     233         imply SND_SOC_SSM2518
243         imply SND_SOC_SSM2602_SPI                 234         imply SND_SOC_SSM2602_SPI
244         imply SND_SOC_SSM2602_I2C                 235         imply SND_SOC_SSM2602_I2C
245         imply SND_SOC_SSM4567                     236         imply SND_SOC_SSM4567
246         imply SND_SOC_STA32X                      237         imply SND_SOC_STA32X
247         imply SND_SOC_STA350                      238         imply SND_SOC_STA350
248         imply SND_SOC_STA529                      239         imply SND_SOC_STA529
249         imply SND_SOC_STAC9766                    240         imply SND_SOC_STAC9766
250         imply SND_SOC_STI_SAS                     241         imply SND_SOC_STI_SAS
251         imply SND_SOC_TAS2552                     242         imply SND_SOC_TAS2552
252         imply SND_SOC_TAS2562                     243         imply SND_SOC_TAS2562
253         imply SND_SOC_TAS2764                     244         imply SND_SOC_TAS2764
254         imply SND_SOC_TAS2770                     245         imply SND_SOC_TAS2770
255         imply SND_SOC_TAS2780                     246         imply SND_SOC_TAS2780
256         imply SND_SOC_TAS2781_COMLIB              247         imply SND_SOC_TAS2781_COMLIB
257         imply SND_SOC_TAS2781_FMWLIB              248         imply SND_SOC_TAS2781_FMWLIB
258         imply SND_SOC_TAS2781_I2C                 249         imply SND_SOC_TAS2781_I2C
259         imply SND_SOC_TAS5086                     250         imply SND_SOC_TAS5086
260         imply SND_SOC_TAS571X                     251         imply SND_SOC_TAS571X
261         imply SND_SOC_TAS5720                     252         imply SND_SOC_TAS5720
262         imply SND_SOC_TAS6424                     253         imply SND_SOC_TAS6424
263         imply SND_SOC_TDA7419                     254         imply SND_SOC_TDA7419
264         imply SND_SOC_TFA9879                     255         imply SND_SOC_TFA9879
265         imply SND_SOC_TFA989X                     256         imply SND_SOC_TFA989X
266         imply SND_SOC_TLV320ADC3XXX               257         imply SND_SOC_TLV320ADC3XXX
267         imply SND_SOC_TLV320ADCX140               258         imply SND_SOC_TLV320ADCX140
268         imply SND_SOC_TLV320AIC23_I2C             259         imply SND_SOC_TLV320AIC23_I2C
269         imply SND_SOC_TLV320AIC23_SPI             260         imply SND_SOC_TLV320AIC23_SPI
270         imply SND_SOC_TLV320AIC26                 261         imply SND_SOC_TLV320AIC26
271         imply SND_SOC_TLV320AIC31XX               262         imply SND_SOC_TLV320AIC31XX
272         imply SND_SOC_TLV320AIC32X4_I2C           263         imply SND_SOC_TLV320AIC32X4_I2C
273         imply SND_SOC_TLV320AIC32X4_SPI           264         imply SND_SOC_TLV320AIC32X4_SPI
274         imply SND_SOC_TLV320AIC3X_I2C             265         imply SND_SOC_TLV320AIC3X_I2C
275         imply SND_SOC_TLV320AIC3X_SPI             266         imply SND_SOC_TLV320AIC3X_SPI
276         imply SND_SOC_TPA6130A2                   267         imply SND_SOC_TPA6130A2
277         imply SND_SOC_TLV320DAC33                 268         imply SND_SOC_TLV320DAC33
278         imply SND_SOC_TSCS42XX                    269         imply SND_SOC_TSCS42XX
279         imply SND_SOC_TSCS454                     270         imply SND_SOC_TSCS454
280         imply SND_SOC_TS3A227E                    271         imply SND_SOC_TS3A227E
281         imply SND_SOC_TWL4030                     272         imply SND_SOC_TWL4030
282         imply SND_SOC_TWL6040                     273         imply SND_SOC_TWL6040
283         imply SND_SOC_UDA1334                     274         imply SND_SOC_UDA1334
284         imply SND_SOC_UDA1380                     275         imply SND_SOC_UDA1380
285         imply SND_SOC_WCD9335                     276         imply SND_SOC_WCD9335
286         imply SND_SOC_WCD934X                     277         imply SND_SOC_WCD934X
287         imply SND_SOC_WCD937X_SDW              << 
288         imply SND_SOC_WCD938X_SDW                 278         imply SND_SOC_WCD938X_SDW
289         imply SND_SOC_WCD939X_SDW              << 
290         imply SND_SOC_LPASS_MACRO_COMMON          279         imply SND_SOC_LPASS_MACRO_COMMON
291         imply SND_SOC_LPASS_RX_MACRO              280         imply SND_SOC_LPASS_RX_MACRO
292         imply SND_SOC_LPASS_TX_MACRO              281         imply SND_SOC_LPASS_TX_MACRO
293         imply SND_SOC_WL1273                      282         imply SND_SOC_WL1273
294         imply SND_SOC_WM0010                      283         imply SND_SOC_WM0010
295         imply SND_SOC_WM1250_EV1                  284         imply SND_SOC_WM1250_EV1
296         imply SND_SOC_WM2000                      285         imply SND_SOC_WM2000
297         imply SND_SOC_WM2200                      286         imply SND_SOC_WM2200
298         imply SND_SOC_WM5100                      287         imply SND_SOC_WM5100
299         imply SND_SOC_WM5102                      288         imply SND_SOC_WM5102
300         imply SND_SOC_WM5110                      289         imply SND_SOC_WM5110
301         imply SND_SOC_WM8350                      290         imply SND_SOC_WM8350
302         imply SND_SOC_WM8400                      291         imply SND_SOC_WM8400
303         imply SND_SOC_WM8510                      292         imply SND_SOC_WM8510
304         imply SND_SOC_WM8523                      293         imply SND_SOC_WM8523
305         imply SND_SOC_WM8524                      294         imply SND_SOC_WM8524
306         imply SND_SOC_WM8580                      295         imply SND_SOC_WM8580
307         imply SND_SOC_WM8711                      296         imply SND_SOC_WM8711
308         imply SND_SOC_WM8727                      297         imply SND_SOC_WM8727
309         imply SND_SOC_WM8728                      298         imply SND_SOC_WM8728
310         imply SND_SOC_WM8731_I2C                  299         imply SND_SOC_WM8731_I2C
311         imply SND_SOC_WM8731_SPI                  300         imply SND_SOC_WM8731_SPI
312         imply SND_SOC_WM8737                      301         imply SND_SOC_WM8737
313         imply SND_SOC_WM8741                      302         imply SND_SOC_WM8741
314         imply SND_SOC_WM8750                      303         imply SND_SOC_WM8750
315         imply SND_SOC_WM8753                      304         imply SND_SOC_WM8753
316         imply SND_SOC_WM8770                      305         imply SND_SOC_WM8770
317         imply SND_SOC_WM8776                      306         imply SND_SOC_WM8776
318         imply SND_SOC_WM8782                      307         imply SND_SOC_WM8782
319         imply SND_SOC_WM8804_I2C                  308         imply SND_SOC_WM8804_I2C
320         imply SND_SOC_WM8804_SPI                  309         imply SND_SOC_WM8804_SPI
321         imply SND_SOC_WM8900                      310         imply SND_SOC_WM8900
322         imply SND_SOC_WM8903                      311         imply SND_SOC_WM8903
323         imply SND_SOC_WM8904                      312         imply SND_SOC_WM8904
324         imply SND_SOC_WM8940                      313         imply SND_SOC_WM8940
325         imply SND_SOC_WM8955                      314         imply SND_SOC_WM8955
326         imply SND_SOC_WM8960                      315         imply SND_SOC_WM8960
327         imply SND_SOC_WM8961                      316         imply SND_SOC_WM8961
328         imply SND_SOC_WM8962                      317         imply SND_SOC_WM8962
329         imply SND_SOC_WM8971                      318         imply SND_SOC_WM8971
330         imply SND_SOC_WM8974                      319         imply SND_SOC_WM8974
331         imply SND_SOC_WM8978                      320         imply SND_SOC_WM8978
332         imply SND_SOC_WM8983                      321         imply SND_SOC_WM8983
333         imply SND_SOC_WM8985                      322         imply SND_SOC_WM8985
334         imply SND_SOC_WM8988                      323         imply SND_SOC_WM8988
335         imply SND_SOC_WM8990                      324         imply SND_SOC_WM8990
336         imply SND_SOC_WM8991                      325         imply SND_SOC_WM8991
337         imply SND_SOC_WM8993                      326         imply SND_SOC_WM8993
338         imply SND_SOC_WM8994                      327         imply SND_SOC_WM8994
339         imply SND_SOC_WM8995                      328         imply SND_SOC_WM8995
340         imply SND_SOC_WM8996                      329         imply SND_SOC_WM8996
341         imply SND_SOC_WM8997                      330         imply SND_SOC_WM8997
342         imply SND_SOC_WM8998                      331         imply SND_SOC_WM8998
343         imply SND_SOC_WM9081                      332         imply SND_SOC_WM9081
344         imply SND_SOC_WM9090                      333         imply SND_SOC_WM9090
345         imply SND_SOC_WM9705                      334         imply SND_SOC_WM9705
346         imply SND_SOC_WM9712                      335         imply SND_SOC_WM9712
347         imply SND_SOC_WM9713                      336         imply SND_SOC_WM9713
348         imply SND_SOC_WSA881X                     337         imply SND_SOC_WSA881X
349         imply SND_SOC_WSA883X                     338         imply SND_SOC_WSA883X
350         imply SND_SOC_WSA884X                     339         imply SND_SOC_WSA884X
351         imply SND_SOC_ZL38060                     340         imply SND_SOC_ZL38060
352         help                                      341         help
353           Normally ASoC codec drivers are only    342           Normally ASoC codec drivers are only built if a machine driver which
354           uses them is also built since they a    343           uses them is also built since they are only usable with a machine
355           driver.  Selecting this option will     344           driver.  Selecting this option will allow these drivers to be built
356           without an explicit machine driver f    345           without an explicit machine driver for test and development purposes.
357                                                   346 
358           Support for the bus types used to ac    347           Support for the bus types used to access the codecs to be built must
359           be selected separately.                 348           be selected separately.
360                                                   349 
361           If unsure select "N".                   350           If unsure select "N".
362                                                   351 
363 config SND_SOC_88PM860X                           352 config SND_SOC_88PM860X
364         tristate                                  353         tristate
365         depends on MFD_88PM860X                   354         depends on MFD_88PM860X
366                                                   355 
367 config SND_SOC_ARIZONA                            356 config SND_SOC_ARIZONA
368         tristate                                  357         tristate
369         default y if SND_SOC_CS47L24=y            358         default y if SND_SOC_CS47L24=y
370         default y if SND_SOC_WM5102=y             359         default y if SND_SOC_WM5102=y
371         default y if SND_SOC_WM5110=y             360         default y if SND_SOC_WM5110=y
372         default y if SND_SOC_WM8997=y             361         default y if SND_SOC_WM8997=y
373         default y if SND_SOC_WM8998=y             362         default y if SND_SOC_WM8998=y
374         default m if SND_SOC_CS47L24=m            363         default m if SND_SOC_CS47L24=m
375         default m if SND_SOC_WM5102=m             364         default m if SND_SOC_WM5102=m
376         default m if SND_SOC_WM5110=m             365         default m if SND_SOC_WM5110=m
377         default m if SND_SOC_WM8997=m             366         default m if SND_SOC_WM8997=m
378         default m if SND_SOC_WM8998=m             367         default m if SND_SOC_WM8998=m
379                                                   368 
380 config SND_SOC_WM_HUBS                            369 config SND_SOC_WM_HUBS
381         tristate                                  370         tristate
382         default y if SND_SOC_WM8993=y || SND_S    371         default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
383         default m if SND_SOC_WM8993=m || SND_S    372         default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
384                                                   373 
385 config SND_SOC_WM_ADSP                            374 config SND_SOC_WM_ADSP
386         tristate                                  375         tristate
387         select FW_CS_DSP                          376         select FW_CS_DSP
388         select SND_SOC_COMPRESS                   377         select SND_SOC_COMPRESS
389         default y if SND_SOC_MADERA=y             378         default y if SND_SOC_MADERA=y
390         default y if SND_SOC_CS47L24=y            379         default y if SND_SOC_CS47L24=y
391         default y if SND_SOC_WM5102=y             380         default y if SND_SOC_WM5102=y
392         default y if SND_SOC_WM5110=y             381         default y if SND_SOC_WM5110=y
393         default y if SND_SOC_WM2200=y             382         default y if SND_SOC_WM2200=y
394         default y if SND_SOC_CS35L41_SPI=y        383         default y if SND_SOC_CS35L41_SPI=y
395         default y if SND_SOC_CS35L41_I2C=y        384         default y if SND_SOC_CS35L41_I2C=y
396         default y if SND_SOC_CS35L45_SPI=y        385         default y if SND_SOC_CS35L45_SPI=y
397         default y if SND_SOC_CS35L45_I2C=y        386         default y if SND_SOC_CS35L45_I2C=y
398         default y if SND_SOC_CS35L56=y            387         default y if SND_SOC_CS35L56=y
399         default m if SND_SOC_MADERA=m             388         default m if SND_SOC_MADERA=m
400         default m if SND_SOC_CS47L24=m            389         default m if SND_SOC_CS47L24=m
401         default m if SND_SOC_WM5102=m             390         default m if SND_SOC_WM5102=m
402         default m if SND_SOC_WM5110=m             391         default m if SND_SOC_WM5110=m
403         default m if SND_SOC_WM2200=m             392         default m if SND_SOC_WM2200=m
404         default m if SND_SOC_CS35L41_SPI=m        393         default m if SND_SOC_CS35L41_SPI=m
405         default m if SND_SOC_CS35L41_I2C=m        394         default m if SND_SOC_CS35L41_I2C=m
406         default m if SND_SOC_CS35L45_SPI=m        395         default m if SND_SOC_CS35L45_SPI=m
407         default m if SND_SOC_CS35L45_I2C=m        396         default m if SND_SOC_CS35L45_I2C=m
408         default m if SND_SOC_CS35L56=m            397         default m if SND_SOC_CS35L56=m
409                                                   398 
410 config SND_SOC_AB8500_CODEC                       399 config SND_SOC_AB8500_CODEC
411         tristate                                  400         tristate
412         depends on ABX500_CORE                    401         depends on ABX500_CORE
413                                                   402 
414 config SND_SOC_AC97_CODEC                         403 config SND_SOC_AC97_CODEC
415         tristate "Build generic ASoC AC97 CODE    404         tristate "Build generic ASoC AC97 CODEC driver"
416         select SND_AC97_CODEC                     405         select SND_AC97_CODEC
417         select SND_SOC_AC97_BUS                   406         select SND_SOC_AC97_BUS
418                                                   407 
419 config SND_SOC_AD1836                             408 config SND_SOC_AD1836
420         tristate                                  409         tristate
421         depends on SPI_MASTER                     410         depends on SPI_MASTER
422                                                   411 
423 config SND_SOC_AD193X                             412 config SND_SOC_AD193X
424         tristate                                  413         tristate
425                                                   414 
426 config SND_SOC_AD193X_SPI                         415 config SND_SOC_AD193X_SPI
427         tristate                                  416         tristate
428         depends on SPI_MASTER                     417         depends on SPI_MASTER
429         select SND_SOC_AD193X                     418         select SND_SOC_AD193X
430                                                   419 
431 config SND_SOC_AD193X_I2C                         420 config SND_SOC_AD193X_I2C
432         tristate                                  421         tristate
433         depends on I2C                            422         depends on I2C
434         select SND_SOC_AD193X                     423         select SND_SOC_AD193X
435                                                   424 
436 config SND_SOC_AD1980                             425 config SND_SOC_AD1980
437         tristate                                  426         tristate
438         depends on SND_SOC_AC97_BUS               427         depends on SND_SOC_AC97_BUS
439         select REGMAP_AC97                        428         select REGMAP_AC97
440                                                   429 
441 config SND_SOC_AD73311                            430 config SND_SOC_AD73311
442         tristate                                  431         tristate
443                                                   432 
444 config SND_SOC_ADAU_UTILS                         433 config SND_SOC_ADAU_UTILS
445         tristate                                  434         tristate
446                                                   435 
447 config SND_SOC_ADAU1372                           436 config SND_SOC_ADAU1372
448         tristate                                  437         tristate
449         select SND_SOC_ADAU_UTILS                 438         select SND_SOC_ADAU_UTILS
450                                                   439 
451 config SND_SOC_ADAU1372_I2C                       440 config SND_SOC_ADAU1372_I2C
452         tristate "Analog Devices ADAU1372 CODE    441         tristate "Analog Devices ADAU1372 CODEC (I2C)"
453         depends on I2C                            442         depends on I2C
454         select SND_SOC_ADAU1372                   443         select SND_SOC_ADAU1372
455         select REGMAP_I2C                         444         select REGMAP_I2C
456                                                   445 
457 config SND_SOC_ADAU1372_SPI                       446 config SND_SOC_ADAU1372_SPI
458         tristate "Analog Devices ADAU1372 CODE    447         tristate "Analog Devices ADAU1372 CODEC (SPI)"
459         depends on SPI                            448         depends on SPI
460         select SND_SOC_ADAU1372                   449         select SND_SOC_ADAU1372
461         select REGMAP_SPI                         450         select REGMAP_SPI
462                                                   451 
463 config SND_SOC_ADAU1373                           452 config SND_SOC_ADAU1373
464         tristate                                  453         tristate
465         depends on I2C                            454         depends on I2C
466         select SND_SOC_ADAU_UTILS                 455         select SND_SOC_ADAU_UTILS
467                                                   456 
468 config SND_SOC_ADAU1701                           457 config SND_SOC_ADAU1701
469         tristate "Analog Devices ADAU1701 CODE    458         tristate "Analog Devices ADAU1701 CODEC"
470         depends on I2C                            459         depends on I2C
471         select SND_SOC_SIGMADSP_I2C               460         select SND_SOC_SIGMADSP_I2C
472                                                   461 
473 config SND_SOC_ADAU17X1                           462 config SND_SOC_ADAU17X1
474         tristate                                  463         tristate
475         select SND_SOC_SIGMADSP_REGMAP            464         select SND_SOC_SIGMADSP_REGMAP
476         select SND_SOC_ADAU_UTILS                 465         select SND_SOC_ADAU_UTILS
477                                                   466 
478 config SND_SOC_ADAU1761                           467 config SND_SOC_ADAU1761
479         tristate                                  468         tristate
480         select SND_SOC_ADAU17X1                   469         select SND_SOC_ADAU17X1
481                                                   470 
482 config SND_SOC_ADAU1761_I2C                       471 config SND_SOC_ADAU1761_I2C
483         tristate "Analog Devices AU1761 CODEC     472         tristate "Analog Devices AU1761 CODEC - I2C"
484         depends on I2C                            473         depends on I2C
485         select SND_SOC_ADAU1761                   474         select SND_SOC_ADAU1761
486         select REGMAP_I2C                         475         select REGMAP_I2C
487                                                   476 
488 config SND_SOC_ADAU1761_SPI                       477 config SND_SOC_ADAU1761_SPI
489         tristate "Analog Devices AU1761 CODEC     478         tristate "Analog Devices AU1761 CODEC - SPI"
490         depends on SPI                            479         depends on SPI
491         select SND_SOC_ADAU1761                   480         select SND_SOC_ADAU1761
492         select REGMAP_SPI                         481         select REGMAP_SPI
493                                                   482 
494 config SND_SOC_ADAU1781                           483 config SND_SOC_ADAU1781
495         select SND_SOC_ADAU17X1                   484         select SND_SOC_ADAU17X1
496         tristate                                  485         tristate
497                                                   486 
498 config SND_SOC_ADAU1781_I2C                       487 config SND_SOC_ADAU1781_I2C
499         tristate                                  488         tristate
500         depends on I2C                            489         depends on I2C
501         select SND_SOC_ADAU1781                   490         select SND_SOC_ADAU1781
502         select REGMAP_I2C                         491         select REGMAP_I2C
503                                                   492 
504 config SND_SOC_ADAU1781_SPI                       493 config SND_SOC_ADAU1781_SPI
505         tristate                                  494         tristate
506         depends on SPI_MASTER                     495         depends on SPI_MASTER
507         select SND_SOC_ADAU1781                   496         select SND_SOC_ADAU1781
508         select REGMAP_SPI                         497         select REGMAP_SPI
509                                                   498 
510 config SND_SOC_ADAU1977                           499 config SND_SOC_ADAU1977
511         tristate                                  500         tristate
512                                                   501 
513 config SND_SOC_ADAU1977_SPI                       502 config SND_SOC_ADAU1977_SPI
514         tristate                                  503         tristate
515         depends on SPI_MASTER                     504         depends on SPI_MASTER
516         select SND_SOC_ADAU1977                   505         select SND_SOC_ADAU1977
517         select REGMAP_SPI                         506         select REGMAP_SPI
518                                                   507 
519 config SND_SOC_ADAU1977_I2C                       508 config SND_SOC_ADAU1977_I2C
520         tristate                                  509         tristate
521         depends on I2C                            510         depends on I2C
522         select SND_SOC_ADAU1977                   511         select SND_SOC_ADAU1977
523         select REGMAP_I2C                         512         select REGMAP_I2C
524                                                   513 
525 config SND_SOC_ADAU7002                           514 config SND_SOC_ADAU7002
526         tristate "Analog Devices ADAU7002 Ster    515         tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"
527                                                   516 
528 config SND_SOC_ADAU7118                           517 config SND_SOC_ADAU7118
529         tristate                                  518         tristate
530                                                   519 
531 config SND_SOC_ADAU7118_HW                        520 config SND_SOC_ADAU7118_HW
532         tristate "Analog Devices ADAU7118 8 Ch    521         tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"
533         select SND_SOC_ADAU7118                   522         select SND_SOC_ADAU7118
534         help                                      523         help
535           Enable support for the Analog Device    524           Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
536           Converter. In this mode, the device     525           Converter. In this mode, the device works in standalone mode which
537           means that there is no bus to commun    526           means that there is no bus to communicate with it. Stereo mode is not
538           supported in this mode.                 527           supported in this mode.
539                                                   528 
540           To compile this driver as a module,     529           To compile this driver as a module, choose M here: the module
541           will be called snd-soc-adau7118-hw.     530           will be called snd-soc-adau7118-hw.
542                                                   531 
543 config SND_SOC_ADAU7118_I2C                       532 config SND_SOC_ADAU7118_I2C
544         tristate "Analog Devices ADAU7118 8 Ch    533         tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C"
545         depends on I2C                            534         depends on I2C
546         select SND_SOC_ADAU7118                   535         select SND_SOC_ADAU7118
547         select REGMAP_I2C                         536         select REGMAP_I2C
548         help                                      537         help
549           Enable support for the Analog Device    538           Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
550           Converter over I2C. This gives full     539           Converter over I2C. This gives full support over the device.
551                                                   540 
552           To compile this driver as a module,     541           To compile this driver as a module, choose M here: the module
553           will be called snd-soc-adau7118-i2c.    542           will be called snd-soc-adau7118-i2c.
554                                                   543 
555 config SND_SOC_ADAV80X                            544 config SND_SOC_ADAV80X
556         tristate                                  545         tristate
557                                                   546 
558 config SND_SOC_ADAV801                            547 config SND_SOC_ADAV801
559         tristate                                  548         tristate
560         depends on SPI_MASTER                     549         depends on SPI_MASTER
561         select SND_SOC_ADAV80X                    550         select SND_SOC_ADAV80X
562                                                   551 
563 config SND_SOC_ADAV803                            552 config SND_SOC_ADAV803
564         tristate                                  553         tristate
565         depends on I2C                            554         depends on I2C
566         select SND_SOC_ADAV80X                    555         select SND_SOC_ADAV80X
567                                                   556 
568 config SND_SOC_ADS117X                            557 config SND_SOC_ADS117X
569         tristate                                  558         tristate
570                                                   559 
571 config SND_SOC_AK4104                             560 config SND_SOC_AK4104
572         tristate "AKM AK4104 CODEC"               561         tristate "AKM AK4104 CODEC"
573         depends on SPI_MASTER                     562         depends on SPI_MASTER
574                                                   563 
575 config SND_SOC_AK4118                             564 config SND_SOC_AK4118
576         tristate "AKM AK4118 CODEC"               565         tristate "AKM AK4118 CODEC"
577         depends on I2C                            566         depends on I2C
578         select REGMAP_I2C                         567         select REGMAP_I2C
579                                                   568 
580 config SND_SOC_AK4375                             569 config SND_SOC_AK4375
581         tristate "AKM AK4375 CODEC"               570         tristate "AKM AK4375 CODEC"
582         depends on I2C                            571         depends on I2C
583         select REGMAP_I2C                         572         select REGMAP_I2C
584         help                                      573         help
585           Enable support for the Asahi-Kasei A    574           Enable support for the Asahi-Kasei AK4375 codec.
586                                                   575 
587           To compile this driver as a module,     576           To compile this driver as a module, choose M here: the module
588           will be called snd-soc-ak4375.          577           will be called snd-soc-ak4375.
589                                                   578 
590 config SND_SOC_AK4458                             579 config SND_SOC_AK4458
591         tristate "AKM AK4458 CODEC"               580         tristate "AKM AK4458 CODEC"
592         depends on I2C                            581         depends on I2C
593         select REGMAP_I2C                         582         select REGMAP_I2C
594                                                   583 
595 config SND_SOC_AK4535                             584 config SND_SOC_AK4535
596         tristate                                  585         tristate
597         depends on I2C                            586         depends on I2C
598                                                   587 
599 config SND_SOC_AK4554                             588 config SND_SOC_AK4554
600         tristate "AKM AK4554 CODEC"               589         tristate "AKM AK4554 CODEC"
601                                                   590 
602 config SND_SOC_AK4613                             591 config SND_SOC_AK4613
603         tristate "AKM AK4613 CODEC"               592         tristate "AKM AK4613 CODEC"
604         depends on I2C                            593         depends on I2C
605                                                   594 
606 config SND_SOC_AK4619                          << 
607         tristate "AKM AK4619 CODEC"            << 
608         depends on I2C                         << 
609                                                << 
610 config SND_SOC_AK4641                             595 config SND_SOC_AK4641
611         tristate                                  596         tristate
612         depends on I2C                            597         depends on I2C
613                                                   598 
614 config SND_SOC_AK4642                             599 config SND_SOC_AK4642
615         tristate "AKM AK4642 CODEC"               600         tristate "AKM AK4642 CODEC"
616         depends on I2C                            601         depends on I2C
617                                                   602 
618 config SND_SOC_AK4671                             603 config SND_SOC_AK4671
619         tristate                                  604         tristate
620         depends on I2C                            605         depends on I2C
621                                                   606 
622 config SND_SOC_AK5386                             607 config SND_SOC_AK5386
623         tristate "AKM AK5638 CODEC"               608         tristate "AKM AK5638 CODEC"
624                                                   609 
625 config SND_SOC_AK5558                             610 config SND_SOC_AK5558
626         tristate "AKM AK5558 CODEC"               611         tristate "AKM AK5558 CODEC"
627         depends on I2C                            612         depends on I2C
628         select REGMAP_I2C                         613         select REGMAP_I2C
629                                                   614 
630 config SND_SOC_ALC5623                            615 config SND_SOC_ALC5623
631         tristate "Realtek ALC5623 CODEC"          616         tristate "Realtek ALC5623 CODEC"
632         depends on I2C                            617         depends on I2C
633                                                   618 
634 config SND_SOC_ALC5632                            619 config SND_SOC_ALC5632
635         tristate                                  620         tristate
636         depends on I2C                            621         depends on I2C
637                                                   622 
638 config SND_SOC_AUDIO_IIO_AUX                      623 config SND_SOC_AUDIO_IIO_AUX
639         tristate "Audio IIO Auxiliary device"     624         tristate "Audio IIO Auxiliary device"
640         depends on IIO                            625         depends on IIO
641         help                                      626         help
642           Enable support for Industrial I/O de    627           Enable support for Industrial I/O devices as audio auxiliary devices.
643           This allows to have an IIO device pr    628           This allows to have an IIO device present in the audio path and
644           controlled using mixer controls.        629           controlled using mixer controls.
645                                                   630 
646           To compile this driver as a module,     631           To compile this driver as a module, choose M here: the module
647           will be called snd-soc-audio-iio-aux    632           will be called snd-soc-audio-iio-aux.
648                                                   633 
649 config SND_SOC_AW8738                             634 config SND_SOC_AW8738
650         tristate "Awinic AW8738 Audio Amplifie    635         tristate "Awinic AW8738 Audio Amplifier"
651         select GPIOLIB                            636         select GPIOLIB
652         help                                      637         help
653           Enable support for the Awinic AW8738    638           Enable support for the Awinic AW8738 audio amplifier (or similar).
654           The driver supports simple audio amp    639           The driver supports simple audio amplifiers similar to
655           SND_SOC_SIMPLE_AMPLIFIER, but additi    640           SND_SOC_SIMPLE_AMPLIFIER, but additionally allows setting the
656           operation mode using the Awinic-spec    641           operation mode using the Awinic-specific one-wire pulse control.
657                                                   642 
658 config SND_SOC_AW88395_LIB                        643 config SND_SOC_AW88395_LIB
659         select CRC8                               644         select CRC8
660         tristate                                  645         tristate
661                                                   646 
662 config SND_SOC_AW88395                            647 config SND_SOC_AW88395
663         tristate "Soc Audio for awinic aw88395    648         tristate "Soc Audio for awinic aw88395"
664         depends on I2C                            649         depends on I2C
665         select CRC32                              650         select CRC32
666         select REGMAP_I2C                         651         select REGMAP_I2C
667         select GPIOLIB                            652         select GPIOLIB
668         select SND_SOC_AW88395_LIB                653         select SND_SOC_AW88395_LIB
669         help                                      654         help
670           this option enables support for aw88    655           this option enables support for aw88395 Smart PA.
671           The Awinic AW88395 is an I2S/TDM inp    656           The Awinic AW88395 is an I2S/TDM input, high efficiency
672           digital Smart K audio amplifier with    657           digital Smart K audio amplifier with an integrated 10V
673           smart boost convert.                    658           smart boost convert.
674                                                   659 
675 config SND_SOC_AW88261                            660 config SND_SOC_AW88261
676         tristate "Soc Audio for awinic aw88261    661         tristate "Soc Audio for awinic aw88261"
677         depends on I2C                            662         depends on I2C
678         select REGMAP_I2C                         663         select REGMAP_I2C
679         select GPIOLIB                            664         select GPIOLIB
680         select SND_SOC_AW88395_LIB                665         select SND_SOC_AW88395_LIB
681         help                                      666         help
682           This option enables support for aw88    667           This option enables support for aw88261 Smart PA.
683           The awinic AW88261 is an I2S/TDM inp    668           The awinic AW88261 is an I2S/TDM input, high efficiency
684           digital Smart K audio amplifier. The    669           digital Smart K audio amplifier. The output voltage of
685           boost converter can be adjusted smar    670           boost converter can be adjusted smartly according to
686           the input amplitude.                    671           the input amplitude.
687                                                   672 
688 config SND_SOC_AW87390                            673 config SND_SOC_AW87390
689         tristate "Soc Audio for awinic aw87390    674         tristate "Soc Audio for awinic aw87390"
690         depends on I2C                            675         depends on I2C
691         select REGMAP_I2C                         676         select REGMAP_I2C
692         select SND_SOC_AW88395_LIB                677         select SND_SOC_AW88395_LIB
693         help                                      678         help
694           The awinic aw87390 is specifically d    679           The awinic aw87390 is specifically designed to improve
695           the musical output dynamic range, en    680           the musical output dynamic range, enhance the overall
696           sound quality, which is a new high e    681           sound quality, which is a new high efficiency, low
697           noise, constant large volume, 6th Sm    682           noise, constant large volume, 6th Smart K audio amplifier.
698                                                   683 
699 config SND_SOC_AW88399                            684 config SND_SOC_AW88399
700         tristate "Soc Audio for awinic aw88399    685         tristate "Soc Audio for awinic aw88399"
701         depends on I2C                            686         depends on I2C
702         select CRC8                               687         select CRC8
703         select REGMAP_I2C                         688         select REGMAP_I2C
704         select GPIOLIB                            689         select GPIOLIB
705         select SND_SOC_AW88395_LIB                690         select SND_SOC_AW88395_LIB
706         help                                      691         help
707           This option enables support for aw88    692           This option enables support for aw88399 Smart PA.
708           The awinic AW88399 is an I2S/TDM inp    693           The awinic AW88399 is an I2S/TDM input, high efficiency
709           digital Smart K audio amplifier and     694           digital Smart K audio amplifier and SKTune speaker
710           protection algorithms.                  695           protection algorithms.
711                                                   696 
712 config SND_SOC_BD28623                            697 config SND_SOC_BD28623
713         tristate "ROHM BD28623 CODEC"             698         tristate "ROHM BD28623 CODEC"
714         help                                      699         help
715           Enable support for ROHM BD28623MUV C    700           Enable support for ROHM BD28623MUV Class D speaker amplifier.
716           This codec does not have any control    701           This codec does not have any control buses such as I2C, it
717           detect format of I2S automatically.     702           detect format of I2S automatically.
718                                                   703 
719 config SND_SOC_BT_SCO                             704 config SND_SOC_BT_SCO
720         tristate "Dummy BT SCO codec driver"      705         tristate "Dummy BT SCO codec driver"
721                                                   706 
722 config SND_SOC_CHV3_CODEC                         707 config SND_SOC_CHV3_CODEC
723         tristate "Google Chameleon v3 codec dr    708         tristate "Google Chameleon v3 codec driver"
724         help                                      709         help
725           Enable support for the Google Chamel    710           Enable support for the Google Chameleon v3 audio codec.
726           This codec does not have a control i    711           This codec does not have a control interface, it always outputs
727           8 channel S32_LE audio.                 712           8 channel S32_LE audio.
728                                                   713 
729 config SND_SOC_CPCAP                              714 config SND_SOC_CPCAP
730         tristate "Motorola CPCAP codec"           715         tristate "Motorola CPCAP codec"
731         depends on MFD_CPCAP || COMPILE_TEST      716         depends on MFD_CPCAP || COMPILE_TEST
732                                                   717 
733 config SND_SOC_CQ0093VC                           718 config SND_SOC_CQ0093VC
734         tristate                                  719         tristate
735                                                   720 
736 config SND_SOC_CROS_EC_CODEC                      721 config SND_SOC_CROS_EC_CODEC
737         tristate "codec driver for ChromeOS EC    722         tristate "codec driver for ChromeOS EC"
738         depends on CROS_EC                        723         depends on CROS_EC
739         select CRYPTO                             724         select CRYPTO
740         select CRYPTO_LIB_SHA256                  725         select CRYPTO_LIB_SHA256
741         help                                      726         help
742           If you say yes here you will get sup    727           If you say yes here you will get support for the
743           ChromeOS Embedded Controller's Audio    728           ChromeOS Embedded Controller's Audio Codec.
744                                                   729 
745 config SND_SOC_CS_AMP_LIB                      << 
746         tristate                               << 
747                                                << 
748 config SND_SOC_CS_AMP_LIB_TEST                 << 
749         tristate "KUnit test for Cirrus Logic  << 
750         depends on KUNIT                       << 
751         default KUNIT_ALL_TESTS                << 
752         select SND_SOC_CS_AMP_LIB              << 
753         help                                   << 
754           This builds KUnit tests for the Cirr << 
755           amplifier library.                   << 
756           For more information on KUnit and un << 
757           please refer to the KUnit documentat << 
758           Documentation/dev-tools/kunit/.      << 
759           If in doubt, say "N".                << 
760                                                << 
761 config SND_SOC_CS35L32                            730 config SND_SOC_CS35L32
762         tristate "Cirrus Logic CS35L32 CODEC"     731         tristate "Cirrus Logic CS35L32 CODEC"
763         depends on I2C                            732         depends on I2C
764                                                   733 
765 config SND_SOC_CS35L33                            734 config SND_SOC_CS35L33
766         tristate "Cirrus Logic CS35L33 CODEC"     735         tristate "Cirrus Logic CS35L33 CODEC"
767         depends on I2C                            736         depends on I2C
768                                                   737 
769 config SND_SOC_CS35L34                            738 config SND_SOC_CS35L34
770         tristate "Cirrus Logic CS35L34 CODEC"     739         tristate "Cirrus Logic CS35L34 CODEC"
771         depends on I2C                            740         depends on I2C
772                                                   741 
773 config SND_SOC_CS35L35                            742 config SND_SOC_CS35L35
774         tristate "Cirrus Logic CS35L35 CODEC"     743         tristate "Cirrus Logic CS35L35 CODEC"
775         depends on I2C                            744         depends on I2C
776                                                   745 
777 config SND_SOC_CS35L36                            746 config SND_SOC_CS35L36
778         tristate "Cirrus Logic CS35L36 CODEC"     747         tristate "Cirrus Logic CS35L36 CODEC"
779         depends on I2C                            748         depends on I2C
780                                                   749 
781 config SND_SOC_CS35L41_LIB                        750 config SND_SOC_CS35L41_LIB
782         tristate                                  751         tristate
783                                                   752 
784 config SND_SOC_CS35L41                            753 config SND_SOC_CS35L41
785         tristate                                  754         tristate
786                                                   755 
787 config SND_SOC_CS35L41_SPI                        756 config SND_SOC_CS35L41_SPI
788         tristate "Cirrus Logic CS35L41 CODEC (    757         tristate "Cirrus Logic CS35L41 CODEC (SPI)"
789         depends on SPI_MASTER                     758         depends on SPI_MASTER
790         select SND_SOC_CS35L41_LIB                759         select SND_SOC_CS35L41_LIB
791         select SND_SOC_CS35L41                    760         select SND_SOC_CS35L41
792         select REGMAP_SPI                         761         select REGMAP_SPI
793                                                   762 
794 config SND_SOC_CS35L41_I2C                        763 config SND_SOC_CS35L41_I2C
795         tristate "Cirrus Logic CS35L41 CODEC (    764         tristate "Cirrus Logic CS35L41 CODEC (I2C)"
796         depends on I2C                            765         depends on I2C
797         select SND_SOC_CS35L41_LIB                766         select SND_SOC_CS35L41_LIB
798         select SND_SOC_CS35L41                    767         select SND_SOC_CS35L41
799         select REGMAP_I2C                         768         select REGMAP_I2C
800                                                   769 
801 config SND_SOC_CS35L45                            770 config SND_SOC_CS35L45
802         tristate                                  771         tristate
803         select REGMAP_IRQ                         772         select REGMAP_IRQ
804                                                   773 
805 config SND_SOC_CS35L45_SPI                        774 config SND_SOC_CS35L45_SPI
806         tristate "Cirrus Logic CS35L45 CODEC (    775         tristate "Cirrus Logic CS35L45 CODEC (SPI)"
807         depends on SPI_MASTER                     776         depends on SPI_MASTER
808         select REGMAP                             777         select REGMAP
809         select REGMAP_SPI                         778         select REGMAP_SPI
810         select SND_SOC_CS35L45                    779         select SND_SOC_CS35L45
811         help                                      780         help
812           Enable support for Cirrus Logic CS35    781           Enable support for Cirrus Logic CS35L45 smart speaker amplifier
813           with SPI control.                       782           with SPI control.
814                                                   783 
815 config SND_SOC_CS35L45_I2C                        784 config SND_SOC_CS35L45_I2C
816         tristate "Cirrus Logic CS35L45 CODEC (    785         tristate "Cirrus Logic CS35L45 CODEC (I2C)"
817         depends on I2C                            786         depends on I2C
818         select REGMAP                             787         select REGMAP
819         select REGMAP_I2C                         788         select REGMAP_I2C
820         select SND_SOC_CS35L45                    789         select SND_SOC_CS35L45
821         help                                      790         help
822           Enable support for Cirrus Logic CS35    791           Enable support for Cirrus Logic CS35L45 smart speaker amplifier
823           with I2C control.                       792           with I2C control.
824                                                   793 
825 config SND_SOC_CS35L56                            794 config SND_SOC_CS35L56
826         tristate                                  795         tristate
827                                                   796 
828 config SND_SOC_CS35L56_SHARED                     797 config SND_SOC_CS35L56_SHARED
829         select SND_SOC_CS_AMP_LIB              << 
830         tristate                                  798         tristate
831                                                   799 
832 config SND_SOC_CS35L56_I2C                        800 config SND_SOC_CS35L56_I2C
833         tristate "Cirrus Logic CS35L56 CODEC (    801         tristate "Cirrus Logic CS35L56 CODEC (I2C)"
834         depends on I2C                            802         depends on I2C
835         depends on SOUNDWIRE || !SOUNDWIRE        803         depends on SOUNDWIRE || !SOUNDWIRE
836         select REGMAP_I2C                         804         select REGMAP_I2C
837         select SND_SOC_CS35L56                    805         select SND_SOC_CS35L56
838         select SND_SOC_CS35L56_SHARED             806         select SND_SOC_CS35L56_SHARED
839         help                                      807         help
840           Enable support for Cirrus Logic CS35    808           Enable support for Cirrus Logic CS35L56 boosted amplifier with I2C control
841                                                   809 
842 config SND_SOC_CS35L56_SPI                        810 config SND_SOC_CS35L56_SPI
843         tristate "Cirrus Logic CS35L56 CODEC (    811         tristate "Cirrus Logic CS35L56 CODEC (SPI)"
844         depends on SPI_MASTER                     812         depends on SPI_MASTER
845         depends on SOUNDWIRE || !SOUNDWIRE        813         depends on SOUNDWIRE || !SOUNDWIRE
846         select REGMAP_SPI                         814         select REGMAP_SPI
847         select SND_SOC_CS35L56                    815         select SND_SOC_CS35L56
848         select SND_SOC_CS35L56_SHARED             816         select SND_SOC_CS35L56_SHARED
849         help                                      817         help
850           Enable support for Cirrus Logic CS35    818           Enable support for Cirrus Logic CS35L56 boosted amplifier with SPI control
851                                                   819 
852 config SND_SOC_CS35L56_SDW                        820 config SND_SOC_CS35L56_SDW
853         tristate "Cirrus Logic CS35L56 CODEC (    821         tristate "Cirrus Logic CS35L56 CODEC (SDW)"
854         depends on SOUNDWIRE                      822         depends on SOUNDWIRE
855         select REGMAP                             823         select REGMAP
856         select SND_SOC_CS35L56                    824         select SND_SOC_CS35L56
857         select SND_SOC_CS35L56_SHARED             825         select SND_SOC_CS35L56_SHARED
858         help                                      826         help
859           Enable support for Cirrus Logic CS35    827           Enable support for Cirrus Logic CS35L56 boosted amplifier with SoundWire control
860                                                   828 
861 config SND_SOC_CS40L50                         << 
862         tristate "Cirrus Logic CS40L50 CODEC"  << 
863         depends on MFD_CS40L50_CORE            << 
864         help                                   << 
865           This option enables support for I2S  << 
866                                                << 
867           CS40L50 is a haptic driver with wave << 
868           DSP, and closed-loop algorithms. If  << 
869           called snd-soc-cs40l50.              << 
870                                                << 
871 config SND_SOC_CS42L42_CORE                       829 config SND_SOC_CS42L42_CORE
872         tristate                                  830         tristate
873                                                   831 
874 config SND_SOC_CS42L42                            832 config SND_SOC_CS42L42
875         tristate "Cirrus Logic CS42L42 CODEC (    833         tristate "Cirrus Logic CS42L42 CODEC (I2C)"
876         depends on I2C                            834         depends on I2C
877         select REGMAP                             835         select REGMAP
878         select REGMAP_I2C                         836         select REGMAP_I2C
879         select SND_SOC_CS42L42_CORE               837         select SND_SOC_CS42L42_CORE
880                                                   838 
881 config SND_SOC_CS42L42_SDW                        839 config SND_SOC_CS42L42_SDW
882         tristate "Cirrus Logic CS42L42 CODEC o    840         tristate "Cirrus Logic CS42L42 CODEC on Soundwire"
883         depends on SOUNDWIRE                      841         depends on SOUNDWIRE
884         select SND_SOC_CS42L42_CORE               842         select SND_SOC_CS42L42_CORE
885         help                                      843         help
886           Enable support for Cirrus Logic CS42    844           Enable support for Cirrus Logic CS42L42 codec with Soundwire control
887                                                   845 
888 config SND_SOC_CS42L43                            846 config SND_SOC_CS42L43
889         tristate "Cirrus Logic CS42L43 CODEC"     847         tristate "Cirrus Logic CS42L43 CODEC"
890         depends on MFD_CS42L43                    848         depends on MFD_CS42L43
891         help                                      849         help
892           Select this to support the audio fun    850           Select this to support the audio functions of the Cirrus Logic
893           CS42L43 PC CODEC.                       851           CS42L43 PC CODEC.
894                                                   852 
895 config SND_SOC_CS42L43_SDW                        853 config SND_SOC_CS42L43_SDW
896         tristate "Cirrus Logic CS42L43 CODEC (    854         tristate "Cirrus Logic CS42L43 CODEC (SoundWire)"
897         depends on SND_SOC_CS42L43 && MFD_CS42    855         depends on SND_SOC_CS42L43 && MFD_CS42L43_SDW
898         help                                      856         help
899           Select this to support the audio fun    857           Select this to support the audio functions of the Cirrus Logic
900           CS42L43 PC CODEC over SoundWire.        858           CS42L43 PC CODEC over SoundWire.
901                                                   859 
902 config SND_SOC_CS42L51                            860 config SND_SOC_CS42L51
903         tristate                                  861         tristate
904                                                   862 
905 config SND_SOC_CS42L51_I2C                        863 config SND_SOC_CS42L51_I2C
906         tristate "Cirrus Logic CS42L51 CODEC (    864         tristate "Cirrus Logic CS42L51 CODEC (I2C)"
907         depends on I2C                            865         depends on I2C
908         select SND_SOC_CS42L51                    866         select SND_SOC_CS42L51
909                                                   867 
910 config SND_SOC_CS42L52                            868 config SND_SOC_CS42L52
911         tristate "Cirrus Logic CS42L52 CODEC"     869         tristate "Cirrus Logic CS42L52 CODEC"
912         depends on I2C && INPUT                   870         depends on I2C && INPUT
913                                                   871 
914 config SND_SOC_CS42L56                            872 config SND_SOC_CS42L56
915         tristate "Cirrus Logic CS42L56 CODEC"     873         tristate "Cirrus Logic CS42L56 CODEC"
916         depends on I2C && INPUT                   874         depends on I2C && INPUT
917                                                   875 
918 config SND_SOC_CS42L73                            876 config SND_SOC_CS42L73
919         tristate "Cirrus Logic CS42L73 CODEC"     877         tristate "Cirrus Logic CS42L73 CODEC"
920         depends on I2C                            878         depends on I2C
921                                                   879 
922 config SND_SOC_CS42L83                            880 config SND_SOC_CS42L83
923         tristate "Cirrus Logic CS42L83 CODEC"     881         tristate "Cirrus Logic CS42L83 CODEC"
924         depends on I2C                            882         depends on I2C
925         select REGMAP                             883         select REGMAP
926         select REGMAP_I2C                         884         select REGMAP_I2C
927         select SND_SOC_CS42L42_CORE               885         select SND_SOC_CS42L42_CORE
928                                                   886 
929 config SND_SOC_CS4234                             887 config SND_SOC_CS4234
930         tristate "Cirrus Logic CS4234 CODEC"      888         tristate "Cirrus Logic CS4234 CODEC"
931         depends on I2C                            889         depends on I2C
932         select REGMAP_I2C                         890         select REGMAP_I2C
933                                                   891 
934 config SND_SOC_CS4265                             892 config SND_SOC_CS4265
935         tristate "Cirrus Logic CS4265 CODEC"      893         tristate "Cirrus Logic CS4265 CODEC"
936         depends on I2C                            894         depends on I2C
937         select REGMAP_I2C                         895         select REGMAP_I2C
938                                                   896 
939 # Cirrus Logic CS4270 Codec                       897 # Cirrus Logic CS4270 Codec
940 config SND_SOC_CS4270                             898 config SND_SOC_CS4270
941         tristate "Cirrus Logic CS4270 CODEC"      899         tristate "Cirrus Logic CS4270 CODEC"
942         depends on I2C                            900         depends on I2C
943                                                   901 
944 # Cirrus Logic CS4270 Codec VD = 3.3V Errata      902 # Cirrus Logic CS4270 Codec VD = 3.3V Errata
945 # Select if you are affected by the errata whe    903 # Select if you are affected by the errata where the part will not function
946 # if MCLK divide-by-1.5 is selected and VD is     904 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V.  The driver will
947 # not select any sample rates that require MCL    905 # not select any sample rates that require MCLK to be divided by 1.5.
948 config SND_SOC_CS4270_VD33_ERRATA                 906 config SND_SOC_CS4270_VD33_ERRATA
949         bool                                      907         bool
950         depends on SND_SOC_CS4270                 908         depends on SND_SOC_CS4270
951                                                   909 
952 config SND_SOC_CS4271                             910 config SND_SOC_CS4271
953         tristate                                  911         tristate
954                                                   912 
955 config SND_SOC_CS4271_I2C                         913 config SND_SOC_CS4271_I2C
956         tristate "Cirrus Logic CS4271 CODEC (I    914         tristate "Cirrus Logic CS4271 CODEC (I2C)"
957         depends on I2C                            915         depends on I2C
958         select SND_SOC_CS4271                     916         select SND_SOC_CS4271
959         select REGMAP_I2C                         917         select REGMAP_I2C
960                                                   918 
961 config SND_SOC_CS4271_SPI                         919 config SND_SOC_CS4271_SPI
962         tristate "Cirrus Logic CS4271 CODEC (S    920         tristate "Cirrus Logic CS4271 CODEC (SPI)"
963         depends on SPI_MASTER                     921         depends on SPI_MASTER
964         select SND_SOC_CS4271                     922         select SND_SOC_CS4271
965         select REGMAP_SPI                         923         select REGMAP_SPI
966                                                   924 
967 config SND_SOC_CS42XX8                            925 config SND_SOC_CS42XX8
968         tristate                                  926         tristate
969                                                   927 
970 config SND_SOC_CS42XX8_I2C                        928 config SND_SOC_CS42XX8_I2C
971         tristate "Cirrus Logic CS42448/CS42888    929         tristate "Cirrus Logic CS42448/CS42888 CODEC (I2C)"
972         depends on I2C                            930         depends on I2C
973         select SND_SOC_CS42XX8                    931         select SND_SOC_CS42XX8
974         select REGMAP_I2C                         932         select REGMAP_I2C
975                                                   933 
976 # Cirrus Logic CS43130 HiFi DAC                   934 # Cirrus Logic CS43130 HiFi DAC
977 config SND_SOC_CS43130                            935 config SND_SOC_CS43130
978         tristate "Cirrus Logic CS43130 CODEC"     936         tristate "Cirrus Logic CS43130 CODEC"
979         depends on I2C                            937         depends on I2C
980                                                   938 
981 config SND_SOC_CS4341                             939 config SND_SOC_CS4341
982         tristate "Cirrus Logic CS4341 CODEC"      940         tristate "Cirrus Logic CS4341 CODEC"
983         depends on SND_SOC_I2C_AND_SPI            941         depends on SND_SOC_I2C_AND_SPI
984         select REGMAP_I2C if I2C                  942         select REGMAP_I2C if I2C
985         select REGMAP_SPI if SPI_MASTER           943         select REGMAP_SPI if SPI_MASTER
986                                                   944 
987 # Cirrus Logic CS4349 HiFi DAC                    945 # Cirrus Logic CS4349 HiFi DAC
988 config SND_SOC_CS4349                             946 config SND_SOC_CS4349
989         tristate "Cirrus Logic CS4349 CODEC"      947         tristate "Cirrus Logic CS4349 CODEC"
990         depends on I2C                            948         depends on I2C
991                                                   949 
992 config SND_SOC_CS47L15                            950 config SND_SOC_CS47L15
993         tristate                                  951         tristate
994         depends on MFD_CS47L15                    952         depends on MFD_CS47L15
995                                                   953 
996 config SND_SOC_CS47L24                            954 config SND_SOC_CS47L24
997         tristate                                  955         tristate
998         depends on MFD_CS47L24 && MFD_ARIZONA     956         depends on MFD_CS47L24 && MFD_ARIZONA
999                                                   957 
1000 config SND_SOC_CS47L35                           958 config SND_SOC_CS47L35
1001         tristate                                 959         tristate
1002         depends on MFD_CS47L35                   960         depends on MFD_CS47L35
1003                                                  961 
1004 config SND_SOC_CS47L85                           962 config SND_SOC_CS47L85
1005         tristate                                 963         tristate
1006         depends on MFD_CS47L85                   964         depends on MFD_CS47L85
1007                                                  965 
1008 config SND_SOC_CS47L90                           966 config SND_SOC_CS47L90
1009         tristate                                 967         tristate
1010         depends on MFD_CS47L90                   968         depends on MFD_CS47L90
1011                                                  969 
1012 config SND_SOC_CS47L92                           970 config SND_SOC_CS47L92
1013         tristate                                 971         tristate
1014         depends on MFD_CS47L92                   972         depends on MFD_CS47L92
1015                                                  973 
1016 # Cirrus Logic Quad-Channel ADC                  974 # Cirrus Logic Quad-Channel ADC
1017 config SND_SOC_CS53L30                           975 config SND_SOC_CS53L30
1018         tristate "Cirrus Logic CS53L30 CODEC"    976         tristate "Cirrus Logic CS53L30 CODEC"
1019         depends on I2C                           977         depends on I2C
1020                                                  978 
1021 config SND_SOC_CS530X                         << 
1022         tristate                              << 
1023                                               << 
1024 config SND_SOC_CS530X_I2C                     << 
1025         tristate "Cirrus Logic CS530x ADCs (I << 
1026         depends on I2C                        << 
1027         select REGMAP                         << 
1028         select REGMAP_I2C                     << 
1029         select SND_SOC_CS530X                 << 
1030         help                                  << 
1031           Enable support for Cirrus Logic CS5 << 
1032           with I2C control.                   << 
1033                                               << 
1034 config SND_SOC_CX20442                           979 config SND_SOC_CX20442
1035         tristate                                 980         tristate
1036         depends on TTY                           981         depends on TTY
1037                                                  982 
1038 config SND_SOC_CX2072X                           983 config SND_SOC_CX2072X
1039         tristate "Conexant CX2072X CODEC"        984         tristate "Conexant CX2072X CODEC"
1040         depends on I2C                           985         depends on I2C
1041         help                                     986         help
1042           Enable support for Conexant CX20721    987           Enable support for Conexant CX20721 and CX20723 codec chips.
1043                                                  988 
1044 config SND_SOC_JZ4740_CODEC                      989 config SND_SOC_JZ4740_CODEC
1045         depends on MACH_INGENIC || COMPILE_TE    990         depends on MACH_INGENIC || COMPILE_TEST
1046         depends on OF                            991         depends on OF
1047         select REGMAP_MMIO                       992         select REGMAP_MMIO
1048         tristate "Ingenic JZ4740 internal COD    993         tristate "Ingenic JZ4740 internal CODEC"
1049         help                                     994         help
1050           Enable support for the internal COD    995           Enable support for the internal CODEC found in the JZ4740 SoC
1051           from Ingenic.                          996           from Ingenic.
1052                                                  997 
1053           This driver can also be built as a     998           This driver can also be built as a module. If so, the module
1054           will be called snd-soc-jz4740-codec    999           will be called snd-soc-jz4740-codec.
1055                                                  1000 
1056 config SND_SOC_JZ4725B_CODEC                     1001 config SND_SOC_JZ4725B_CODEC
1057         depends on MACH_INGENIC || COMPILE_TE    1002         depends on MACH_INGENIC || COMPILE_TEST
1058         depends on OF                            1003         depends on OF
1059         select REGMAP                            1004         select REGMAP
1060         tristate "Ingenic JZ4725B internal CO    1005         tristate "Ingenic JZ4725B internal CODEC"
1061         help                                     1006         help
1062           Enable support for the internal COD    1007           Enable support for the internal CODEC found in the JZ4725B SoC
1063           from Ingenic.                          1008           from Ingenic.
1064                                                  1009 
1065           This driver can also be built as a     1010           This driver can also be built as a module. If so, the module
1066           will be called snd-soc-jz4725b-code    1011           will be called snd-soc-jz4725b-codec.
1067                                                  1012 
1068 config SND_SOC_JZ4760_CODEC                      1013 config SND_SOC_JZ4760_CODEC
1069         depends on MACH_INGENIC || COMPILE_TE    1014         depends on MACH_INGENIC || COMPILE_TEST
1070         depends on OF                            1015         depends on OF
1071         select REGMAP                            1016         select REGMAP
1072         tristate "Ingenic JZ4760 internal COD    1017         tristate "Ingenic JZ4760 internal CODEC"
1073         help                                     1018         help
1074           Enable support for the internal COD    1019           Enable support for the internal CODEC found in the JZ4760 SoC
1075           from Ingenic.                          1020           from Ingenic.
1076                                                  1021 
1077           This driver can also be built as a     1022           This driver can also be built as a module. If so, the module
1078           will be called snd-soc-jz4760-codec    1023           will be called snd-soc-jz4760-codec.
1079                                                  1024 
1080 config SND_SOC_JZ4770_CODEC                      1025 config SND_SOC_JZ4770_CODEC
1081         depends on MACH_INGENIC || COMPILE_TE    1026         depends on MACH_INGENIC || COMPILE_TEST
1082         depends on OF                            1027         depends on OF
1083         select REGMAP                            1028         select REGMAP
1084         tristate "Ingenic JZ4770 internal COD    1029         tristate "Ingenic JZ4770 internal CODEC"
1085         help                                     1030         help
1086           Enable support for the internal COD    1031           Enable support for the internal CODEC found in the JZ4770 SoC
1087           from Ingenic.                          1032           from Ingenic.
1088                                                  1033 
1089           This driver can also be built as a     1034           This driver can also be built as a module. If so, the module
1090           will be called snd-soc-jz4770-codec    1035           will be called snd-soc-jz4770-codec.
1091                                                  1036 
1092 config SND_SOC_DA7210                            1037 config SND_SOC_DA7210
1093         tristate                                 1038         tristate
1094         depends on SND_SOC_I2C_AND_SPI           1039         depends on SND_SOC_I2C_AND_SPI
1095                                                  1040 
1096 config SND_SOC_DA7213                            1041 config SND_SOC_DA7213
1097         tristate "Dialog DA7213 CODEC"           1042         tristate "Dialog DA7213 CODEC"
1098         depends on I2C                           1043         depends on I2C
1099                                                  1044 
1100 config SND_SOC_DA7218                            1045 config SND_SOC_DA7218
1101         tristate                                 1046         tristate
1102         depends on I2C                           1047         depends on I2C
1103                                                  1048 
1104 config SND_SOC_DA7219                            1049 config SND_SOC_DA7219
1105         tristate                                 1050         tristate
1106         depends on I2C                           1051         depends on I2C
1107                                                  1052 
1108 config SND_SOC_DA732X                            1053 config SND_SOC_DA732X
1109         tristate                                 1054         tristate
1110         depends on I2C                           1055         depends on I2C
1111                                                  1056 
1112 config SND_SOC_DA9055                            1057 config SND_SOC_DA9055
1113         tristate                                 1058         tristate
1114         depends on I2C                           1059         depends on I2C
1115                                                  1060 
1116 config SND_SOC_DMIC                              1061 config SND_SOC_DMIC
1117         tristate "Generic Digital Microphone     1062         tristate "Generic Digital Microphone CODEC"
1118         help                                     1063         help
1119           Enable support for the Generic Digi    1064           Enable support for the Generic Digital Microphone CODEC.
1120           Select this if your sound card has     1065           Select this if your sound card has DMICs.
1121                                                  1066 
1122 config SND_SOC_HDMI_CODEC                        1067 config SND_SOC_HDMI_CODEC
1123         tristate                                 1068         tristate
1124         select SND_PCM_ELD                       1069         select SND_PCM_ELD
1125         select SND_PCM_IEC958                    1070         select SND_PCM_IEC958
1126         select HDMI                              1071         select HDMI
1127                                                  1072 
1128 config SND_SOC_ES7134                            1073 config SND_SOC_ES7134
1129         tristate "Everest Semi ES7134 CODEC"     1074         tristate "Everest Semi ES7134 CODEC"
1130                                                  1075 
1131 config SND_SOC_ES7241                            1076 config SND_SOC_ES7241
1132         tristate "Everest Semi ES7241 CODEC"     1077         tristate "Everest Semi ES7241 CODEC"
1133                                                  1078 
1134 config SND_SOC_ES83XX_DSM_COMMON                 1079 config SND_SOC_ES83XX_DSM_COMMON
1135         depends on ACPI                          1080         depends on ACPI
1136         tristate                                 1081         tristate
1137                                                  1082 
1138 config SND_SOC_ES8311                         << 
1139         tristate "Everest Semi ES8311 CODEC"  << 
1140         depends on I2C                        << 
1141                                               << 
1142 config SND_SOC_ES8316                            1083 config SND_SOC_ES8316
1143         tristate "Everest Semi ES8316 CODEC"     1084         tristate "Everest Semi ES8316 CODEC"
1144         depends on I2C                           1085         depends on I2C
1145                                                  1086 
1146 config SND_SOC_ES8326                            1087 config SND_SOC_ES8326
1147         tristate "Everest Semi ES8326 CODEC"     1088         tristate "Everest Semi ES8326 CODEC"
1148         depends on I2C                           1089         depends on I2C
1149                                                  1090 
1150 config SND_SOC_ES8328                            1091 config SND_SOC_ES8328
1151         tristate                                 1092         tristate
1152                                                  1093 
1153 config SND_SOC_ES8328_I2C                        1094 config SND_SOC_ES8328_I2C
1154         tristate "Everest Semi ES8328 CODEC (    1095         tristate "Everest Semi ES8328 CODEC (I2C)"
1155         depends on I2C                           1096         depends on I2C
1156         select SND_SOC_ES8328                    1097         select SND_SOC_ES8328
1157                                                  1098 
1158 config SND_SOC_ES8328_SPI                        1099 config SND_SOC_ES8328_SPI
1159         tristate "Everest Semi ES8328 CODEC (    1100         tristate "Everest Semi ES8328 CODEC (SPI)"
1160         depends on SPI_MASTER                    1101         depends on SPI_MASTER
1161         select SND_SOC_ES8328                    1102         select SND_SOC_ES8328
1162                                                  1103 
1163 config SND_SOC_FRAMER                         << 
1164         tristate "Framer codec"               << 
1165         depends on GENERIC_FRAMER             << 
1166         help                                  << 
1167           Enable support for the framer codec << 
1168           The framer codec uses the generic f << 
1169           some audio data over an analog E1/T << 
1170           This codec allows to use some of th << 
1171           bus on which the framer is connecte << 
1172                                               << 
1173           To compile this driver as a module, << 
1174           will be called snd-soc-framer.      << 
1175                                               << 
1176                                               << 
1177 config SND_SOC_GTM601                            1104 config SND_SOC_GTM601
1178         tristate 'GTM601 UMTS modem audio cod    1105         tristate 'GTM601 UMTS modem audio codec'
1179                                                  1106 
1180 config SND_SOC_HDAC_HDMI                         1107 config SND_SOC_HDAC_HDMI
1181         tristate                                 1108         tristate
1182         select SND_HDA_EXT_CORE                  1109         select SND_HDA_EXT_CORE
1183         select SND_PCM_ELD                       1110         select SND_PCM_ELD
1184         select HDMI                              1111         select HDMI
1185                                                  1112 
1186 config SND_SOC_HDAC_HDA                          1113 config SND_SOC_HDAC_HDA
1187         tristate                                 1114         tristate
1188         select SND_HDA                           1115         select SND_HDA
1189                                                  1116 
1190 config SND_SOC_HDA                               1117 config SND_SOC_HDA
1191         tristate "HD-Audio codec driver"         1118         tristate "HD-Audio codec driver"
1192         select SND_HDA_EXT_CORE                  1119         select SND_HDA_EXT_CORE
1193         select SND_HDA                           1120         select SND_HDA
1194         help                                     1121         help
1195           This enables HD-Audio codec support    1122           This enables HD-Audio codec support in ASoC subsystem. Compared
1196           to SND_SOC_HDAC_HDA, driver's behav    1123           to SND_SOC_HDAC_HDA, driver's behavior is identical to HD-Audio
1197           legacy solution - including the dyn    1124           legacy solution - including the dynamic resource allocation
1198           based on actual codec capabilities.    1125           based on actual codec capabilities.
1199                                                  1126 
1200 config SND_SOC_ICS43432                          1127 config SND_SOC_ICS43432
1201         tristate "ICS43423 and compatible i2s    1128         tristate "ICS43423 and compatible i2s microphones"
1202                                                  1129 
1203 config SND_SOC_IDT821034                         1130 config SND_SOC_IDT821034
1204         tristate "Renesas IDT821034 quad PCM     1131         tristate "Renesas IDT821034 quad PCM codec"
1205         depends on SPI                           1132         depends on SPI
1206         help                                     1133         help
1207           Enable support for the Renesas IDT8    1134           Enable support for the Renesas IDT821034 quad PCM with
1208           programmable gain codec.               1135           programmable gain codec.
1209                                                  1136 
1210           To compile this driver as a module,    1137           To compile this driver as a module, choose M here: the module
1211           will be called snd-soc-idt821034.      1138           will be called snd-soc-idt821034.
1212                                                  1139 
1213 config SND_SOC_INNO_RK3036                       1140 config SND_SOC_INNO_RK3036
1214         tristate "Inno codec driver for RK303    1141         tristate "Inno codec driver for RK3036 SoC"
1215         depends on ARCH_ROCKCHIP || COMPILE_T << 
1216         select REGMAP_MMIO                       1142         select REGMAP_MMIO
1217                                                  1143 
1218 config SND_SOC_ISABELLE                          1144 config SND_SOC_ISABELLE
1219         tristate                                 1145         tristate
1220         depends on I2C                           1146         depends on I2C
1221                                                  1147 
1222 config SND_SOC_LM49453                           1148 config SND_SOC_LM49453
1223         tristate                                 1149         tristate
1224         depends on I2C                           1150         depends on I2C
1225                                                  1151 
1226 config SND_SOC_LOCHNAGAR_SC                      1152 config SND_SOC_LOCHNAGAR_SC
1227         tristate "Lochnagar Sound Card"          1153         tristate "Lochnagar Sound Card"
1228         depends on MFD_LOCHNAGAR || COMPILE_T    1154         depends on MFD_LOCHNAGAR || COMPILE_TEST
1229         help                                     1155         help
1230           This driver support the sound card     1156           This driver support the sound card functionality of the Cirrus
1231           Logic Lochnagar audio development b    1157           Logic Lochnagar audio development board.
1232                                                  1158 
1233 config SND_SOC_MADERA                            1159 config SND_SOC_MADERA
1234         tristate                                 1160         tristate
1235         default y if SND_SOC_CS47L15=y           1161         default y if SND_SOC_CS47L15=y
1236         default y if SND_SOC_CS47L35=y           1162         default y if SND_SOC_CS47L35=y
1237         default y if SND_SOC_CS47L85=y           1163         default y if SND_SOC_CS47L85=y
1238         default y if SND_SOC_CS47L90=y           1164         default y if SND_SOC_CS47L90=y
1239         default y if SND_SOC_CS47L92=y           1165         default y if SND_SOC_CS47L92=y
1240         default m if SND_SOC_CS47L15=m           1166         default m if SND_SOC_CS47L15=m
1241         default m if SND_SOC_CS47L35=m           1167         default m if SND_SOC_CS47L35=m
1242         default m if SND_SOC_CS47L85=m           1168         default m if SND_SOC_CS47L85=m
1243         default m if SND_SOC_CS47L90=m           1169         default m if SND_SOC_CS47L90=m
1244         default m if SND_SOC_CS47L92=m           1170         default m if SND_SOC_CS47L92=m
1245                                                  1171 
1246 config SND_SOC_MAX98088                          1172 config SND_SOC_MAX98088
1247         tristate "Maxim MAX98088/9 Low-Power,    1173         tristate "Maxim MAX98088/9 Low-Power, Stereo Audio Codec"
1248         depends on I2C                           1174         depends on I2C
1249                                                  1175 
1250 config SND_SOC_MAX98090                          1176 config SND_SOC_MAX98090
1251         tristate "Maxim MAX98090 CODEC"          1177         tristate "Maxim MAX98090 CODEC"
1252         depends on I2C                           1178         depends on I2C
1253                                                  1179 
1254 config SND_SOC_MAX98095                          1180 config SND_SOC_MAX98095
1255         tristate                                 1181         tristate
1256         depends on I2C                           1182         depends on I2C
1257                                                  1183 
1258 config SND_SOC_MAX98357A                         1184 config SND_SOC_MAX98357A
1259         tristate "Maxim MAX98357A CODEC"         1185         tristate "Maxim MAX98357A CODEC"
1260                                                  1186 
1261 config SND_SOC_MAX98371                          1187 config SND_SOC_MAX98371
1262         tristate                                 1188         tristate
1263         depends on I2C                           1189         depends on I2C
1264                                                  1190 
1265 config SND_SOC_MAX98504                          1191 config SND_SOC_MAX98504
1266         tristate "Maxim MAX98504 speaker ampl    1192         tristate "Maxim MAX98504 speaker amplifier"
1267         depends on I2C                           1193         depends on I2C
1268                                                  1194 
1269 config SND_SOC_MAX9867                           1195 config SND_SOC_MAX9867
1270         tristate "Maxim MAX9867 CODEC"           1196         tristate "Maxim MAX9867 CODEC"
1271         depends on I2C                           1197         depends on I2C
1272                                                  1198 
1273 config SND_SOC_MAX98925                          1199 config SND_SOC_MAX98925
1274         tristate                                 1200         tristate
1275         depends on I2C                           1201         depends on I2C
1276                                                  1202 
1277 config SND_SOC_MAX98926                          1203 config SND_SOC_MAX98926
1278         tristate                                 1204         tristate
1279         depends on I2C                           1205         depends on I2C
1280                                                  1206 
1281 config SND_SOC_MAX98927                          1207 config SND_SOC_MAX98927
1282         tristate "Maxim Integrated MAX98927 S    1208         tristate "Maxim Integrated MAX98927 Speaker Amplifier"
1283         depends on I2C                           1209         depends on I2C
1284                                                  1210 
1285 config SND_SOC_MAX98520                          1211 config SND_SOC_MAX98520
1286         tristate "Maxim Integrated MAX98520 S    1212         tristate "Maxim Integrated MAX98520 Speaker Amplifier"
1287         depends on I2C                           1213         depends on I2C
1288         help                                     1214         help
1289           Enable support for Maxim Integrated    1215           Enable support for Maxim Integrated MAX98520 audio
1290           amplifier, which implements a tripl    1216           amplifier, which implements a tripler charge pump
1291           based boost converter and supports     1217           based boost converter and supports sample rates of
1292           8KHz to 192KHz.                        1218           8KHz to 192KHz.
1293                                                  1219 
1294           To compile this driver as a module,    1220           To compile this driver as a module, choose M here.
1295                                                  1221 
1296 config SND_SOC_MAX98363                          1222 config SND_SOC_MAX98363
1297         tristate "Analog Devices MAX98363 Sou    1223         tristate "Analog Devices MAX98363 Soundwire Speaker Amplifier"
1298         depends on SOUNDWIRE                     1224         depends on SOUNDWIRE
1299         select REGMAP_SOUNDWIRE                  1225         select REGMAP_SOUNDWIRE
1300         help                                     1226         help
1301           Enable support for Analog Devices M    1227           Enable support for Analog Devices MAX98363 Soundwire
1302           amplifier. MAX98363 supports the MI    1228           amplifier. MAX98363 supports the MIPI SoundWire v1.2
1303           compatible interface for audio and     1229           compatible interface for audio and control data.
1304           This amplifier does not support I2C    1230           This amplifier does not support I2C and I2S.
1305                                                  1231 
1306 config SND_SOC_MAX98373                          1232 config SND_SOC_MAX98373
1307         tristate                                 1233         tristate
1308                                                  1234 
1309 config SND_SOC_MAX98373_I2C                      1235 config SND_SOC_MAX98373_I2C
1310         tristate "Maxim Integrated MAX98373 S    1236         tristate "Maxim Integrated MAX98373 Speaker Amplifier"
1311         depends on I2C                           1237         depends on I2C
1312         select SND_SOC_MAX98373                  1238         select SND_SOC_MAX98373
1313                                                  1239 
1314 config SND_SOC_MAX98373_SDW                      1240 config SND_SOC_MAX98373_SDW
1315         tristate "Maxim Integrated MAX98373 S    1241         tristate "Maxim Integrated MAX98373 Speaker Amplifier - SDW"
1316         depends on SOUNDWIRE                     1242         depends on SOUNDWIRE
1317         select SND_SOC_MAX98373                  1243         select SND_SOC_MAX98373
1318         select REGMAP_SOUNDWIRE                  1244         select REGMAP_SOUNDWIRE
1319         help                                     1245         help
1320           Enable support for Maxim Integrated    1246           Enable support for Maxim Integrated MAX98373 Soundwire
1321           amplifier. MAX98373 supports either    1247           amplifier. MAX98373 supports either the MIPI SoundWire
1322           compatible interface for audio and     1248           compatible interface for audio and control data, or
1323           the PCM interface for audio data an    1249           the PCM interface for audio data and a standard I2C
1324           interface for control data. Select     1250           interface for control data. Select this if MAX98373 is
1325           connected via soundwire.               1251           connected via soundwire.
1326                                                  1252 
1327 config SND_SOC_MAX98388                          1253 config SND_SOC_MAX98388
1328         tristate "Analog Devices MAX98388 Spe    1254         tristate "Analog Devices MAX98388 Speaker Amplifier"
1329         depends on I2C                           1255         depends on I2C
1330         help                                     1256         help
1331           Enable support for Analog Devices M    1257           Enable support for Analog Devices MAX98388 audio
1332           amplifier. The device provides a PC    1258           amplifier. The device provides a PCM interface for
1333           audio data and a standard I2C inter    1259           audio data and a standard I2C interface for control
1334           data communication.                    1260           data communication.
1335                                                  1261 
1336 config SND_SOC_MAX98390                          1262 config SND_SOC_MAX98390
1337         tristate "Maxim Integrated MAX98390 S    1263         tristate "Maxim Integrated MAX98390 Speaker Amplifier"
1338         depends on I2C                           1264         depends on I2C
1339                                                  1265 
1340 config SND_SOC_MAX98396                          1266 config SND_SOC_MAX98396
1341         tristate "Analog Devices MAX98396 Spe    1267         tristate "Analog Devices MAX98396 Speaker Amplifier"
1342         depends on I2C                           1268         depends on I2C
1343         help                                     1269         help
1344           Enable support for Analog Devices M    1270           Enable support for Analog Devices MAX98396 audio
1345           amplifier. The device provides a PC    1271           amplifier. The device provides a PCM interface for
1346           audio data and a standard I2C inter    1272           audio data and a standard I2C interface for control
1347           data communication.                    1273           data communication.
1348                                                  1274 
1349 config SND_SOC_MAX9850                           1275 config SND_SOC_MAX9850
1350         tristate                                 1276         tristate
1351         depends on I2C                           1277         depends on I2C
1352                                                  1278 
1353 config SND_SOC_MAX9860                           1279 config SND_SOC_MAX9860
1354         tristate "Maxim MAX9860 Mono Audio Vo    1280         tristate "Maxim MAX9860 Mono Audio Voice Codec"
1355         depends on I2C                           1281         depends on I2C
1356         select REGMAP_I2C                        1282         select REGMAP_I2C
1357                                                  1283 
1358 config SND_SOC_MSM8916_WCD_ANALOG                1284 config SND_SOC_MSM8916_WCD_ANALOG
1359         tristate "Qualcomm MSM8916 WCD Analog    1285         tristate "Qualcomm MSM8916 WCD Analog Codec"
1360         depends on SPMI || COMPILE_TEST          1286         depends on SPMI || COMPILE_TEST
1361                                                  1287 
1362 config SND_SOC_MSM8916_WCD_DIGITAL               1288 config SND_SOC_MSM8916_WCD_DIGITAL
1363         tristate "Qualcomm MSM8916 WCD DIGITA    1289         tristate "Qualcomm MSM8916 WCD DIGITAL Codec"
1364         select REGMAP_MMIO                       1290         select REGMAP_MMIO
1365                                                  1291 
1366 config SND_SOC_PCM1681                           1292 config SND_SOC_PCM1681
1367         tristate "Texas Instruments PCM1681 C    1293         tristate "Texas Instruments PCM1681 CODEC"
1368         depends on I2C                           1294         depends on I2C
1369                                                  1295 
1370 config SND_SOC_PCM1789                           1296 config SND_SOC_PCM1789
1371         tristate                                 1297         tristate
1372                                                  1298 
1373 config SND_SOC_PCM1789_I2C                       1299 config SND_SOC_PCM1789_I2C
1374         tristate "Texas Instruments PCM1789 C    1300         tristate "Texas Instruments PCM1789 CODEC (I2C)"
1375         depends on I2C                           1301         depends on I2C
1376         select SND_SOC_PCM1789                   1302         select SND_SOC_PCM1789
1377         help                                     1303         help
1378           Enable support for Texas Instrument    1304           Enable support for Texas Instruments PCM1789 CODEC.
1379           Select this if your PCM1789 is conn    1305           Select this if your PCM1789 is connected via an I2C bus.
1380                                                  1306 
1381 config SND_SOC_PCM179X                           1307 config SND_SOC_PCM179X
1382         tristate                                 1308         tristate
1383                                                  1309 
1384 config SND_SOC_PCM179X_I2C                       1310 config SND_SOC_PCM179X_I2C
1385         tristate "Texas Instruments PCM179X C    1311         tristate "Texas Instruments PCM179X CODEC (I2C)"
1386         depends on I2C                           1312         depends on I2C
1387         select SND_SOC_PCM179X                   1313         select SND_SOC_PCM179X
1388         help                                     1314         help
1389           Enable support for Texas Instrument    1315           Enable support for Texas Instruments PCM179x CODEC.
1390           Select this if your PCM179x is conn    1316           Select this if your PCM179x is connected via an I2C bus.
1391                                                  1317 
1392 config SND_SOC_PCM179X_SPI                       1318 config SND_SOC_PCM179X_SPI
1393         tristate "Texas Instruments PCM179X C    1319         tristate "Texas Instruments PCM179X CODEC (SPI)"
1394         depends on SPI_MASTER                    1320         depends on SPI_MASTER
1395         select SND_SOC_PCM179X                   1321         select SND_SOC_PCM179X
1396         help                                     1322         help
1397           Enable support for Texas Instrument    1323           Enable support for Texas Instruments PCM179x CODEC.
1398           Select this if your PCM179x is conn    1324           Select this if your PCM179x is connected via an SPI bus.
1399                                                  1325 
1400 config SND_SOC_PCM186X                           1326 config SND_SOC_PCM186X
1401         tristate                                 1327         tristate
1402                                                  1328 
1403 config SND_SOC_PCM186X_I2C                       1329 config SND_SOC_PCM186X_I2C
1404         tristate "Texas Instruments PCM186x C    1330         tristate "Texas Instruments PCM186x CODECs - I2C"
1405         depends on I2C                           1331         depends on I2C
1406         select SND_SOC_PCM186X                   1332         select SND_SOC_PCM186X
1407         select REGMAP_I2C                        1333         select REGMAP_I2C
1408                                                  1334 
1409 config SND_SOC_PCM186X_SPI                       1335 config SND_SOC_PCM186X_SPI
1410         tristate "Texas Instruments PCM186x C    1336         tristate "Texas Instruments PCM186x CODECs - SPI"
1411         depends on SPI_MASTER                    1337         depends on SPI_MASTER
1412         select SND_SOC_PCM186X                   1338         select SND_SOC_PCM186X
1413         select REGMAP_SPI                        1339         select REGMAP_SPI
1414                                                  1340 
1415 config SND_SOC_PCM3008                           1341 config SND_SOC_PCM3008
1416         tristate                                 1342         tristate
1417                                                  1343 
1418 config SND_SOC_PCM3060                           1344 config SND_SOC_PCM3060
1419         tristate                                 1345         tristate
1420                                                  1346 
1421 config SND_SOC_PCM3060_I2C                       1347 config SND_SOC_PCM3060_I2C
1422         tristate "Texas Instruments PCM3060 C    1348         tristate "Texas Instruments PCM3060 CODEC - I2C"
1423         depends on I2C                           1349         depends on I2C
1424         select SND_SOC_PCM3060                   1350         select SND_SOC_PCM3060
1425         select REGMAP_I2C                        1351         select REGMAP_I2C
1426                                                  1352 
1427 config SND_SOC_PCM3060_SPI                       1353 config SND_SOC_PCM3060_SPI
1428         tristate "Texas Instruments PCM3060 C    1354         tristate "Texas Instruments PCM3060 CODEC - SPI"
1429         depends on SPI_MASTER                    1355         depends on SPI_MASTER
1430         select SND_SOC_PCM3060                   1356         select SND_SOC_PCM3060
1431         select REGMAP_SPI                        1357         select REGMAP_SPI
1432                                                  1358 
1433 config SND_SOC_PCM3168A                          1359 config SND_SOC_PCM3168A
1434         tristate                                 1360         tristate
1435                                                  1361 
1436 config SND_SOC_PCM3168A_I2C                      1362 config SND_SOC_PCM3168A_I2C
1437         tristate "Texas Instruments PCM3168A     1363         tristate "Texas Instruments PCM3168A CODEC - I2C"
1438         depends on I2C                           1364         depends on I2C
1439         select SND_SOC_PCM3168A                  1365         select SND_SOC_PCM3168A
1440         select REGMAP_I2C                        1366         select REGMAP_I2C
1441                                                  1367 
1442 config SND_SOC_PCM3168A_SPI                      1368 config SND_SOC_PCM3168A_SPI
1443         tristate "Texas Instruments PCM3168A     1369         tristate "Texas Instruments PCM3168A CODEC - SPI"
1444         depends on SPI_MASTER                    1370         depends on SPI_MASTER
1445         select SND_SOC_PCM3168A                  1371         select SND_SOC_PCM3168A
1446         select REGMAP_SPI                        1372         select REGMAP_SPI
1447                                                  1373 
1448 config SND_SOC_PCM5102A                          1374 config SND_SOC_PCM5102A
1449         tristate "Texas Instruments PCM5102A     1375         tristate "Texas Instruments PCM5102A CODEC"
1450                                                  1376 
1451 config SND_SOC_PCM512x                           1377 config SND_SOC_PCM512x
1452         tristate                                 1378         tristate
1453                                                  1379 
1454 config SND_SOC_PCM512x_I2C                       1380 config SND_SOC_PCM512x_I2C
1455         tristate "Texas Instruments PCM512x C    1381         tristate "Texas Instruments PCM512x CODECs - I2C"
1456         depends on I2C                           1382         depends on I2C
1457         select SND_SOC_PCM512x                   1383         select SND_SOC_PCM512x
1458         select REGMAP_I2C                        1384         select REGMAP_I2C
1459                                                  1385 
1460 config SND_SOC_PCM512x_SPI                       1386 config SND_SOC_PCM512x_SPI
1461         tristate "Texas Instruments PCM512x C    1387         tristate "Texas Instruments PCM512x CODECs - SPI"
1462         depends on SPI_MASTER                    1388         depends on SPI_MASTER
1463         select SND_SOC_PCM512x                   1389         select SND_SOC_PCM512x
1464         select REGMAP_SPI                        1390         select REGMAP_SPI
1465                                                  1391 
1466 config SND_SOC_PCM6240                        << 
1467         tristate "Texas Instruments PCM6240 F << 
1468         depends on I2C                        << 
1469         help                                  << 
1470           Enable support for Texas Instrument << 
1471           Note the PCM6240 driver implements  << 
1472           setting for register and filter coe << 
1473           even multiple PCM6240 Family Audio  << 
1474                                               << 
1475 config SND_SOC_PEB2466                           1392 config SND_SOC_PEB2466
1476         tristate "Infineon PEB2466 quad PCM c    1393         tristate "Infineon PEB2466 quad PCM codec"
1477         depends on SPI                           1394         depends on SPI
1478         select REGMAP_SPI                        1395         select REGMAP_SPI
1479         help                                     1396         help
1480           Enable support for the Infineon PEB    1397           Enable support for the Infineon PEB2466 quad PCM codec,
1481           also named SICOFI 4-uC.                1398           also named SICOFI 4-uC.
1482                                                  1399 
1483           To compile this driver as a module,    1400           To compile this driver as a module, choose M here: the module
1484           will be called snd-soc-peb2466.        1401           will be called snd-soc-peb2466.
1485                                                  1402 
1486 config SND_SOC_RK3308                         << 
1487         tristate "Rockchip RK3308 audio CODEC << 
1488         depends on ARM64 || COMPILE_TEST      << 
1489         depends on ARCH_ROCKCHIP || COMPILE_T << 
1490         select REGMAP_MMIO                    << 
1491         help                                  << 
1492           This is a device driver for the aud << 
1493           Rockchip RK3308 SoC.                << 
1494                                               << 
1495           It has 8 24-bit ADCs and 2 24-bit D << 
1496           sampling rate is 192 kHz.           << 
1497                                               << 
1498 config SND_SOC_RK3328                            1403 config SND_SOC_RK3328
1499         tristate "Rockchip RK3328 audio CODEC    1404         tristate "Rockchip RK3328 audio CODEC"
1500         depends on ARCH_ROCKCHIP || COMPILE_T << 
1501         select REGMAP_MMIO                       1405         select REGMAP_MMIO
1502                                                  1406 
1503 config SND_SOC_RK817                             1407 config SND_SOC_RK817
1504         tristate "Rockchip RK817 audio CODEC"    1408         tristate "Rockchip RK817 audio CODEC"
1505         depends on MFD_RK8XX || COMPILE_TEST     1409         depends on MFD_RK8XX || COMPILE_TEST
1506                                                  1410 
1507 config SND_SOC_RL6231                            1411 config SND_SOC_RL6231
1508         tristate                                 1412         tristate
1509         default y if SND_SOC_RT5514=y            1413         default y if SND_SOC_RT5514=y
1510         default y if SND_SOC_RT5616=y            1414         default y if SND_SOC_RT5616=y
1511         default y if SND_SOC_RT5640=y            1415         default y if SND_SOC_RT5640=y
1512         default y if SND_SOC_RT5645=y            1416         default y if SND_SOC_RT5645=y
1513         default y if SND_SOC_RT5651=y            1417         default y if SND_SOC_RT5651=y
1514         default y if SND_SOC_RT5659=y            1418         default y if SND_SOC_RT5659=y
1515         default y if SND_SOC_RT5660=y            1419         default y if SND_SOC_RT5660=y
1516         default y if SND_SOC_RT5663=y            1420         default y if SND_SOC_RT5663=y
1517         default y if SND_SOC_RT5665=y            1421         default y if SND_SOC_RT5665=y
1518         default y if SND_SOC_RT5668=y            1422         default y if SND_SOC_RT5668=y
1519         default y if SND_SOC_RT5670=y            1423         default y if SND_SOC_RT5670=y
1520         default y if SND_SOC_RT5677=y            1424         default y if SND_SOC_RT5677=y
1521         default y if SND_SOC_RT5682=y            1425         default y if SND_SOC_RT5682=y
1522         default y if SND_SOC_RT1011=y            1426         default y if SND_SOC_RT1011=y
1523         default y if SND_SOC_RT1015=y            1427         default y if SND_SOC_RT1015=y
1524         default y if SND_SOC_RT1015P=y           1428         default y if SND_SOC_RT1015P=y
1525         default y if SND_SOC_RT1019=y            1429         default y if SND_SOC_RT1019=y
1526         default y if SND_SOC_RT1305=y            1430         default y if SND_SOC_RT1305=y
1527         default y if SND_SOC_RT1308=y            1431         default y if SND_SOC_RT1308=y
1528         default m if SND_SOC_RT5514=m            1432         default m if SND_SOC_RT5514=m
1529         default m if SND_SOC_RT5616=m            1433         default m if SND_SOC_RT5616=m
1530         default m if SND_SOC_RT5640=m            1434         default m if SND_SOC_RT5640=m
1531         default m if SND_SOC_RT5645=m            1435         default m if SND_SOC_RT5645=m
1532         default m if SND_SOC_RT5651=m            1436         default m if SND_SOC_RT5651=m
1533         default m if SND_SOC_RT5659=m            1437         default m if SND_SOC_RT5659=m
1534         default m if SND_SOC_RT5660=m            1438         default m if SND_SOC_RT5660=m
1535         default m if SND_SOC_RT5663=m            1439         default m if SND_SOC_RT5663=m
1536         default m if SND_SOC_RT5665=m            1440         default m if SND_SOC_RT5665=m
1537         default m if SND_SOC_RT5668=m            1441         default m if SND_SOC_RT5668=m
1538         default m if SND_SOC_RT5670=m            1442         default m if SND_SOC_RT5670=m
1539         default m if SND_SOC_RT5677=m            1443         default m if SND_SOC_RT5677=m
1540         default m if SND_SOC_RT5682=m            1444         default m if SND_SOC_RT5682=m
1541         default m if SND_SOC_RT1011=m            1445         default m if SND_SOC_RT1011=m
1542         default m if SND_SOC_RT1015=m            1446         default m if SND_SOC_RT1015=m
1543         default m if SND_SOC_RT1015P=m           1447         default m if SND_SOC_RT1015P=m
1544         default m if SND_SOC_RT1019=m            1448         default m if SND_SOC_RT1019=m
1545         default m if SND_SOC_RT1305=m            1449         default m if SND_SOC_RT1305=m
1546         default m if SND_SOC_RT1308=m            1450         default m if SND_SOC_RT1308=m
1547                                                  1451 
1548 config SND_SOC_RL6347A                           1452 config SND_SOC_RL6347A
1549         tristate                                 1453         tristate
1550         default y if SND_SOC_RT274=y             1454         default y if SND_SOC_RT274=y
1551         default y if SND_SOC_RT286=y             1455         default y if SND_SOC_RT286=y
1552         default y if SND_SOC_RT298=y             1456         default y if SND_SOC_RT298=y
1553         default m if SND_SOC_RT274=m             1457         default m if SND_SOC_RT274=m
1554         default m if SND_SOC_RT286=m             1458         default m if SND_SOC_RT286=m
1555         default m if SND_SOC_RT298=m             1459         default m if SND_SOC_RT298=m
1556                                                  1460 
1557 config SND_SOC_RT274                             1461 config SND_SOC_RT274
1558         tristate                                 1462         tristate
1559         depends on I2C                           1463         depends on I2C
1560                                                  1464 
1561 config SND_SOC_RT286                             1465 config SND_SOC_RT286
1562         tristate                                 1466         tristate
1563         depends on I2C                           1467         depends on I2C
1564                                                  1468 
1565 config SND_SOC_RT298                             1469 config SND_SOC_RT298
1566         tristate                                 1470         tristate
1567         depends on I2C                           1471         depends on I2C
1568                                                  1472 
1569 config SND_SOC_RT1011                            1473 config SND_SOC_RT1011
1570         tristate                                 1474         tristate
1571         depends on I2C                           1475         depends on I2C
1572                                                  1476 
1573 config SND_SOC_RT1015                            1477 config SND_SOC_RT1015
1574         tristate                                 1478         tristate
1575         depends on I2C                           1479         depends on I2C
1576                                                  1480 
1577 config SND_SOC_RT1015P                           1481 config SND_SOC_RT1015P
1578         tristate                                 1482         tristate
1579                                                  1483 
1580 config SND_SOC_RT1016                            1484 config SND_SOC_RT1016
1581         tristate                                 1485         tristate
1582         depends on I2C                           1486         depends on I2C
1583                                                  1487 
1584 config SND_SOC_RT1017_SDCA_SDW                   1488 config SND_SOC_RT1017_SDCA_SDW
1585         tristate "Realtek RT1017 SDCA Codec -    1489         tristate "Realtek RT1017 SDCA Codec - SDW"
1586         depends on SOUNDWIRE                     1490         depends on SOUNDWIRE
1587         select REGMAP_SOUNDWIRE                  1491         select REGMAP_SOUNDWIRE
1588                                                  1492 
1589 config SND_SOC_RT1019                            1493 config SND_SOC_RT1019
1590         tristate                                 1494         tristate
1591         depends on I2C                           1495         depends on I2C
1592                                                  1496 
1593 config SND_SOC_RT1305                            1497 config SND_SOC_RT1305
1594         tristate                                 1498         tristate
1595         depends on I2C                           1499         depends on I2C
1596                                                  1500 
1597 config SND_SOC_RT1308                            1501 config SND_SOC_RT1308
1598         tristate                                 1502         tristate
1599         depends on I2C                           1503         depends on I2C
1600                                                  1504 
1601 config SND_SOC_RT1308_SDW                        1505 config SND_SOC_RT1308_SDW
1602         tristate "Realtek RT1308 Codec - SDW"    1506         tristate "Realtek RT1308 Codec - SDW"
1603         depends on I2C && SOUNDWIRE              1507         depends on I2C && SOUNDWIRE
1604         select REGMAP_SOUNDWIRE                  1508         select REGMAP_SOUNDWIRE
1605                                                  1509 
1606 config SND_SOC_RT1316_SDW                        1510 config SND_SOC_RT1316_SDW
1607         tristate "Realtek RT1316 Codec - SDW"    1511         tristate "Realtek RT1316 Codec - SDW"
1608         depends on SOUNDWIRE                     1512         depends on SOUNDWIRE
1609         select REGMAP_SOUNDWIRE                  1513         select REGMAP_SOUNDWIRE
1610                                                  1514 
1611 config SND_SOC_RT1318                         << 
1612         tristate                              << 
1613         depends on I2C                        << 
1614                                               << 
1615 config SND_SOC_RT1318_SDW                        1515 config SND_SOC_RT1318_SDW
1616         tristate "Realtek RT1318 Codec - SDW"    1516         tristate "Realtek RT1318 Codec - SDW"
1617         depends on SOUNDWIRE                     1517         depends on SOUNDWIRE
1618         select REGMAP_SOUNDWIRE                  1518         select REGMAP_SOUNDWIRE
1619                                                  1519 
1620 config SND_SOC_RT1320_SDW                     << 
1621         tristate "Realtek RT1320 Codec - SDW" << 
1622         depends on SOUNDWIRE                  << 
1623         select REGMAP_SOUNDWIRE               << 
1624         select REGMAP_SOUNDWIRE_MBQ           << 
1625                                               << 
1626 config SND_SOC_RT5514                            1520 config SND_SOC_RT5514
1627         tristate                                 1521         tristate
1628         depends on I2C                           1522         depends on I2C
1629                                                  1523 
1630 config SND_SOC_RT5514_SPI                        1524 config SND_SOC_RT5514_SPI
1631         tristate                                 1525         tristate
1632         depends on SPI_MASTER                    1526         depends on SPI_MASTER
1633                                                  1527 
1634 config SND_SOC_RT5514_SPI_BUILTIN                1528 config SND_SOC_RT5514_SPI_BUILTIN
1635         bool # force RT5514_SPI to be built-i    1529         bool # force RT5514_SPI to be built-in to avoid link errors
1636         default SND_SOC_RT5514=y && SND_SOC_R    1530         default SND_SOC_RT5514=y && SND_SOC_RT5514_SPI=m
1637                                                  1531 
1638 config SND_SOC_RT5616                            1532 config SND_SOC_RT5616
1639         tristate "Realtek RT5616 CODEC"          1533         tristate "Realtek RT5616 CODEC"
1640         depends on I2C                           1534         depends on I2C
1641                                                  1535 
1642 config SND_SOC_RT5631                            1536 config SND_SOC_RT5631
1643         tristate "Realtek ALC5631/RT5631 CODE    1537         tristate "Realtek ALC5631/RT5631 CODEC"
1644         depends on I2C                           1538         depends on I2C
1645                                                  1539 
1646 config SND_SOC_RT5640                            1540 config SND_SOC_RT5640
1647         tristate "Realtek RT5640/RT5639 Codec    1541         tristate "Realtek RT5640/RT5639 Codec"
1648         depends on I2C                           1542         depends on I2C
1649                                                  1543 
1650 config SND_SOC_RT5645                            1544 config SND_SOC_RT5645
1651         tristate                                 1545         tristate
1652         depends on I2C                           1546         depends on I2C
1653                                                  1547 
1654 config SND_SOC_RT5651                            1548 config SND_SOC_RT5651
1655         tristate                                 1549         tristate
1656         depends on I2C                           1550         depends on I2C
1657                                                  1551 
1658 config SND_SOC_RT5659                            1552 config SND_SOC_RT5659
1659         tristate "Realtek RT5658/RT5659 Codec    1553         tristate "Realtek RT5658/RT5659 Codec"
1660         depends on I2C                           1554         depends on I2C
1661                                                  1555 
1662 config SND_SOC_RT5660                            1556 config SND_SOC_RT5660
1663         tristate                                 1557         tristate
1664         depends on I2C                           1558         depends on I2C
1665                                                  1559 
1666 config SND_SOC_RT5663                            1560 config SND_SOC_RT5663
1667         tristate                                 1561         tristate
1668         depends on I2C                           1562         depends on I2C
1669                                                  1563 
1670 config SND_SOC_RT5665                            1564 config SND_SOC_RT5665
1671         tristate                                 1565         tristate
1672         depends on I2C                           1566         depends on I2C
1673                                                  1567 
1674 config SND_SOC_RT5668                            1568 config SND_SOC_RT5668
1675         tristate                                 1569         tristate
1676         depends on I2C                           1570         depends on I2C
1677                                                  1571 
1678 config SND_SOC_RT5670                            1572 config SND_SOC_RT5670
1679         tristate                                 1573         tristate
1680         depends on I2C                           1574         depends on I2C
1681                                                  1575 
1682 config SND_SOC_RT5677                            1576 config SND_SOC_RT5677
1683         tristate                                 1577         tristate
1684         depends on I2C                           1578         depends on I2C
1685         select REGMAP_I2C                        1579         select REGMAP_I2C
1686         select REGMAP_IRQ                        1580         select REGMAP_IRQ
1687                                                  1581 
1688 config SND_SOC_RT5677_SPI                        1582 config SND_SOC_RT5677_SPI
1689         tristate                                 1583         tristate
1690         default SND_SOC_RT5677 && SPI            1584         default SND_SOC_RT5677 && SPI
1691                                                  1585 
1692 config SND_SOC_RT5682                            1586 config SND_SOC_RT5682
1693         tristate                                 1587         tristate
1694                                                  1588 
1695 config SND_SOC_RT5682_I2C                        1589 config SND_SOC_RT5682_I2C
1696         tristate                                 1590         tristate
1697         depends on I2C                           1591         depends on I2C
1698         select SND_SOC_RT5682                    1592         select SND_SOC_RT5682
1699                                                  1593 
1700 config SND_SOC_RT5682_SDW                        1594 config SND_SOC_RT5682_SDW
1701         tristate "Realtek RT5682 Codec - SDW"    1595         tristate "Realtek RT5682 Codec - SDW"
1702         depends on SOUNDWIRE                     1596         depends on SOUNDWIRE
1703         select SND_SOC_RT5682                    1597         select SND_SOC_RT5682
1704         select REGMAP_SOUNDWIRE                  1598         select REGMAP_SOUNDWIRE
1705                                                  1599 
1706 config SND_SOC_RT5682S                           1600 config SND_SOC_RT5682S
1707         tristate                                 1601         tristate
1708         depends on I2C                           1602         depends on I2C
1709                                                  1603 
1710 config SND_SOC_RT700                             1604 config SND_SOC_RT700
1711         tristate                                 1605         tristate
1712                                                  1606 
1713 config SND_SOC_RT700_SDW                         1607 config SND_SOC_RT700_SDW
1714         tristate "Realtek RT700 Codec - SDW"     1608         tristate "Realtek RT700 Codec - SDW"
1715         depends on SOUNDWIRE                     1609         depends on SOUNDWIRE
1716         select SND_SOC_RT700                     1610         select SND_SOC_RT700
1717         select REGMAP_SOUNDWIRE                  1611         select REGMAP_SOUNDWIRE
1718                                                  1612 
1719 config SND_SOC_RT711                             1613 config SND_SOC_RT711
1720         tristate                                 1614         tristate
1721                                                  1615 
1722 config SND_SOC_RT711_SDW                         1616 config SND_SOC_RT711_SDW
1723         tristate "Realtek RT711 Codec - SDW"     1617         tristate "Realtek RT711 Codec - SDW"
1724         depends on SOUNDWIRE                     1618         depends on SOUNDWIRE
1725         select SND_SOC_RT711                     1619         select SND_SOC_RT711
1726         select REGMAP_SOUNDWIRE                  1620         select REGMAP_SOUNDWIRE
1727                                                  1621 
1728 config SND_SOC_RT711_SDCA_SDW                    1622 config SND_SOC_RT711_SDCA_SDW
1729         tristate "Realtek RT711 SDCA Codec -     1623         tristate "Realtek RT711 SDCA Codec - SDW"
1730         depends on SOUNDWIRE                     1624         depends on SOUNDWIRE
1731         select REGMAP_SOUNDWIRE                  1625         select REGMAP_SOUNDWIRE
1732         select REGMAP_SOUNDWIRE_MBQ              1626         select REGMAP_SOUNDWIRE_MBQ
1733                                                  1627 
1734 config SND_SOC_RT712_SDCA_SDW                    1628 config SND_SOC_RT712_SDCA_SDW
1735         tristate "Realtek RT712 SDCA Codec -     1629         tristate "Realtek RT712 SDCA Codec - SDW"
1736         depends on SOUNDWIRE                     1630         depends on SOUNDWIRE
1737         select REGMAP_SOUNDWIRE                  1631         select REGMAP_SOUNDWIRE
1738         select REGMAP_SOUNDWIRE_MBQ              1632         select REGMAP_SOUNDWIRE_MBQ
1739                                                  1633 
1740 config SND_SOC_RT712_SDCA_DMIC_SDW               1634 config SND_SOC_RT712_SDCA_DMIC_SDW
1741         tristate "Realtek RT712 SDCA DMIC Cod    1635         tristate "Realtek RT712 SDCA DMIC Codec - SDW"
1742         depends on SOUNDWIRE                     1636         depends on SOUNDWIRE
1743         select REGMAP_SOUNDWIRE                  1637         select REGMAP_SOUNDWIRE
1744         select REGMAP_SOUNDWIRE_MBQ              1638         select REGMAP_SOUNDWIRE_MBQ
1745                                                  1639 
1746 config SND_SOC_RT722_SDCA_SDW                    1640 config SND_SOC_RT722_SDCA_SDW
1747         tristate "Realtek RT722 SDCA Codec -     1641         tristate "Realtek RT722 SDCA Codec - SDW"
1748         depends on SOUNDWIRE                     1642         depends on SOUNDWIRE
1749         select REGMAP_SOUNDWIRE                  1643         select REGMAP_SOUNDWIRE
1750         select REGMAP_SOUNDWIRE_MBQ              1644         select REGMAP_SOUNDWIRE_MBQ
1751                                                  1645 
1752 config SND_SOC_RT715                             1646 config SND_SOC_RT715
1753         tristate                                 1647         tristate
1754                                                  1648 
1755 config SND_SOC_RT715_SDW                         1649 config SND_SOC_RT715_SDW
1756         tristate "Realtek RT715 Codec - SDW"     1650         tristate "Realtek RT715 Codec - SDW"
1757         depends on SOUNDWIRE                     1651         depends on SOUNDWIRE
1758         select SND_SOC_RT715                     1652         select SND_SOC_RT715
1759         select REGMAP_SOUNDWIRE                  1653         select REGMAP_SOUNDWIRE
1760                                                  1654 
1761 config SND_SOC_RT715_SDCA_SDW                    1655 config SND_SOC_RT715_SDCA_SDW
1762         tristate "Realtek RT715 SDCA Codec -     1656         tristate "Realtek RT715 SDCA Codec - SDW"
1763         depends on SOUNDWIRE                     1657         depends on SOUNDWIRE
1764         select REGMAP_SOUNDWIRE                  1658         select REGMAP_SOUNDWIRE
1765         select REGMAP_SOUNDWIRE_MBQ              1659         select REGMAP_SOUNDWIRE_MBQ
1766                                                  1660 
1767 config SND_SOC_RT9120                            1661 config SND_SOC_RT9120
1768         tristate "Richtek RT9120 Stereo Class    1662         tristate "Richtek RT9120 Stereo Class-D Amplifier"
1769         depends on I2C                           1663         depends on I2C
1770         select REGMAP_I2C                        1664         select REGMAP_I2C
1771         help                                     1665         help
1772           Enable support for Richtek RT9120 2    1666           Enable support for Richtek RT9120 20W, stereo, inductor-less,
1773           high-efficiency Class-D audio ampli    1667           high-efficiency Class-D audio amplifier.
1774                                                  1668 
1775 config SND_SOC_RTQ9128                           1669 config SND_SOC_RTQ9128
1776         tristate "Richtek RTQ9128 45W Digital    1670         tristate "Richtek RTQ9128 45W Digital Input Amplifier"
1777         depends on I2C                           1671         depends on I2C
1778         select REGMAP                            1672         select REGMAP
1779         help                                     1673         help
1780           Enable support for Richtek RTQ9128     1674           Enable support for Richtek RTQ9128 digital input 4-channel
1781           automotive audio amplifier.  It is     1675           automotive audio amplifier.  It is a ultra-low output noise,
1782           high-efficiency, four-channel class    1676           high-efficiency, four-channel class-D audio power amplifier
1783           that can deliver over 87% power eff    1677           that can deliver over 87% power efficienty at 4x75W into 4Ohm,
1784           25V supply in automotive applicatio    1678           25V supply in automotive applications.
1785                                                  1679 
1786           To compile this driver as a module,    1680           To compile this driver as a module, choose M here: the module
1787           will be called snd-soc-rtq9128.        1681           will be called snd-soc-rtq9128.
1788                                                  1682 
1789 config SND_SOC_SDW_MOCKUP                        1683 config SND_SOC_SDW_MOCKUP
1790         tristate "SoundWire mockup codec"        1684         tristate "SoundWire mockup codec"
1791         depends on EXPERT                        1685         depends on EXPERT
1792         depends on SOUNDWIRE                     1686         depends on SOUNDWIRE
1793         help                                     1687         help
1794           This option enables a SoundWire moc    1688           This option enables a SoundWire mockup codec that does not drive the
1795           bus, take part in the command/comma    1689           bus, take part in the command/command protocol or generate data on a
1796           Source port.                           1690           Source port.
1797           This option is only intended to be     1691           This option is only intended to be used for tests on a device
1798           with a connector, in combination wi    1692           with a connector, in combination with a bus analyzer, or to test new
1799           topologies that differ from the act    1693           topologies that differ from the actual hardware layout.
1800           This mockup device could be totally    1694           This mockup device could be totally virtual but could also be a
1801           real physical one with one key rest    1695           real physical one with one key restriction: it is not allowed by the
1802           SoundWire specification to be confi    1696           SoundWire specification to be configured via a sideband mechanism and
1803           generate audio data for capture. Ho    1697           generate audio data for capture. However, nothing prevents such a
1804           peripheral device from snooping the    1698           peripheral device from snooping the bus.
1805                                                  1699 
1806 #Freescale sgtl5000 codec                        1700 #Freescale sgtl5000 codec
1807 config SND_SOC_SGTL5000                          1701 config SND_SOC_SGTL5000
1808         tristate "Freescale SGTL5000 CODEC"      1702         tristate "Freescale SGTL5000 CODEC"
1809         depends on I2C                           1703         depends on I2C
1810                                                  1704 
1811 config SND_SOC_SI476X                            1705 config SND_SOC_SI476X
1812         tristate                                 1706         tristate
1813                                                  1707 
1814 config SND_SOC_SIGMADSP                          1708 config SND_SOC_SIGMADSP
1815         tristate                                 1709         tristate
1816         select CRC32                             1710         select CRC32
1817                                                  1711 
1818 config SND_SOC_SIGMADSP_I2C                      1712 config SND_SOC_SIGMADSP_I2C
1819         tristate                                 1713         tristate
1820         select SND_SOC_SIGMADSP                  1714         select SND_SOC_SIGMADSP
1821                                                  1715 
1822 config SND_SOC_SIGMADSP_REGMAP                   1716 config SND_SOC_SIGMADSP_REGMAP
1823         tristate                                 1717         tristate
1824         select SND_SOC_SIGMADSP                  1718         select SND_SOC_SIGMADSP
1825                                                  1719 
1826 config SND_SOC_SIMPLE_AMPLIFIER                  1720 config SND_SOC_SIMPLE_AMPLIFIER
1827         tristate "Simple Audio Amplifier"        1721         tristate "Simple Audio Amplifier"
1828                                                  1722 
1829 config SND_SOC_SIMPLE_MUX                        1723 config SND_SOC_SIMPLE_MUX
1830         tristate "Simple Audio Mux"              1724         tristate "Simple Audio Mux"
1831         depends on GPIOLIB                       1725         depends on GPIOLIB
1832                                                  1726 
1833 config SND_SOC_SMA1303                           1727 config SND_SOC_SMA1303
1834         tristate "Iron Device SMA1303 Audio A    1728         tristate "Iron Device SMA1303 Audio Amplifier"
1835         depends on I2C                           1729         depends on I2C
1836         help                                     1730         help
1837           Enable support for Iron Device SMA1    1731           Enable support for Iron Device SMA1303 Boosted Class-D amplifier
1838                                                  1732 
1839 config SND_SOC_SPDIF                             1733 config SND_SOC_SPDIF
1840         tristate "S/PDIF CODEC"                  1734         tristate "S/PDIF CODEC"
1841                                                  1735 
1842 config SND_SOC_SRC4XXX_I2C                       1736 config SND_SOC_SRC4XXX_I2C
1843         tristate "Texas Instruments SRC4XXX D    1737         tristate "Texas Instruments SRC4XXX DIR/DIT and SRC codecs"
1844         depends on I2C                           1738         depends on I2C
1845         select SND_SOC_SRC4XXX                   1739         select SND_SOC_SRC4XXX
1846         help                                     1740         help
1847           Enable support for the TI SRC4XXX f    1741           Enable support for the TI SRC4XXX family of codecs. These include the
1848           scr4392 which has digital receivers    1742           scr4392 which has digital receivers, transmitters, and
1849           a sample rate converter, including     1743           a sample rate converter, including numerous ports.
1850                                                  1744 
1851 config SND_SOC_SRC4XXX                           1745 config SND_SOC_SRC4XXX
1852         tristate                                 1746         tristate
1853                                                  1747 
1854 config SND_SOC_SSM2305                           1748 config SND_SOC_SSM2305
1855         tristate "Analog Devices SSM2305 Clas    1749         tristate "Analog Devices SSM2305 Class-D Amplifier"
1856         help                                     1750         help
1857           Enable support for Analog Devices S    1751           Enable support for Analog Devices SSM2305 filterless
1858           high-efficiency mono Class-D audio     1752           high-efficiency mono Class-D audio power amplifiers.
1859                                                  1753 
1860 config SND_SOC_SSM2518                           1754 config SND_SOC_SSM2518
1861         tristate "Analog Devices SSM2518 Clas    1755         tristate "Analog Devices SSM2518 Class-D Amplifier"
1862         depends on I2C                           1756         depends on I2C
1863                                                  1757 
1864 config SND_SOC_SSM2602                           1758 config SND_SOC_SSM2602
1865         tristate                                 1759         tristate
1866                                                  1760 
1867 config SND_SOC_SSM2602_SPI                       1761 config SND_SOC_SSM2602_SPI
1868         tristate "Analog Devices SSM2602 CODE    1762         tristate "Analog Devices SSM2602 CODEC - SPI"
1869         depends on SPI_MASTER                    1763         depends on SPI_MASTER
1870         select SND_SOC_SSM2602                   1764         select SND_SOC_SSM2602
1871         select REGMAP_SPI                        1765         select REGMAP_SPI
1872                                                  1766 
1873 config SND_SOC_SSM2602_I2C                       1767 config SND_SOC_SSM2602_I2C
1874         tristate "Analog Devices SSM2602 CODE    1768         tristate "Analog Devices SSM2602 CODEC - I2C"
1875         depends on I2C                           1769         depends on I2C
1876         select SND_SOC_SSM2602                   1770         select SND_SOC_SSM2602
1877         select REGMAP_I2C                        1771         select REGMAP_I2C
1878                                                  1772 
1879 config SND_SOC_SSM3515                           1773 config SND_SOC_SSM3515
1880         tristate "Analog Devices SSM3515 ampl    1774         tristate "Analog Devices SSM3515 amplifier driver"
1881         select REGMAP_I2C                        1775         select REGMAP_I2C
1882         depends on I2C                           1776         depends on I2C
1883         depends on OF                            1777         depends on OF
1884                                                  1778 
1885 config SND_SOC_SSM4567                           1779 config SND_SOC_SSM4567
1886         tristate "Analog Devices ssm4567 ampl    1780         tristate "Analog Devices ssm4567 amplifier driver support"
1887         depends on I2C                           1781         depends on I2C
1888                                                  1782 
1889 config SND_SOC_STA32X                            1783 config SND_SOC_STA32X
1890         tristate "STA326, STA328 and STA329 s    1784         tristate "STA326, STA328 and STA329 speaker amplifier"
1891         depends on I2C                           1785         depends on I2C
1892         select REGMAP_I2C                        1786         select REGMAP_I2C
1893                                                  1787 
1894 config SND_SOC_STA350                            1788 config SND_SOC_STA350
1895         tristate "STA350 speaker amplifier"      1789         tristate "STA350 speaker amplifier"
1896         depends on I2C                           1790         depends on I2C
1897                                                  1791 
1898 config SND_SOC_STA529                            1792 config SND_SOC_STA529
1899         tristate                                 1793         tristate
1900         depends on I2C                           1794         depends on I2C
1901                                                  1795 
1902 config SND_SOC_STAC9766                          1796 config SND_SOC_STAC9766
1903         tristate                                 1797         tristate
1904         depends on SND_SOC_AC97_BUS              1798         depends on SND_SOC_AC97_BUS
1905         select REGMAP_AC97                       1799         select REGMAP_AC97
1906                                                  1800 
1907 config SND_SOC_STI_SAS                           1801 config SND_SOC_STI_SAS
1908         tristate "codec Audio support for STI    1802         tristate "codec Audio support for STI SAS codec"
1909                                                  1803 
1910 config SND_SOC_TAS2552                           1804 config SND_SOC_TAS2552
1911         tristate "Texas Instruments TAS2552 M    1805         tristate "Texas Instruments TAS2552 Mono Audio amplifier"
1912         depends on I2C                           1806         depends on I2C
1913                                                  1807 
1914 config SND_SOC_TAS2562                           1808 config SND_SOC_TAS2562
1915         tristate "Texas Instruments TAS2562 M    1809         tristate "Texas Instruments TAS2562 Mono Audio amplifier"
1916         depends on I2C                           1810         depends on I2C
1917                                                  1811 
1918 config SND_SOC_TAS2764                           1812 config SND_SOC_TAS2764
1919         tristate "Texas Instruments TAS2764 M    1813         tristate "Texas Instruments TAS2764 Mono Audio amplifier"
1920         depends on I2C                           1814         depends on I2C
1921                                                  1815 
1922 config SND_SOC_TAS2770                           1816 config SND_SOC_TAS2770
1923         tristate "Texas Instruments TAS2770 s    1817         tristate "Texas Instruments TAS2770 speaker amplifier"
1924         depends on I2C                           1818         depends on I2C
1925                                                  1819 
1926 config SND_SOC_TAS2780                           1820 config SND_SOC_TAS2780
1927         tristate "Texas Instruments TAS2780 M    1821         tristate "Texas Instruments TAS2780 Mono Audio amplifier"
1928         depends on I2C                           1822         depends on I2C
1929         help                                     1823         help
1930           Enable support for Texas Instrument    1824           Enable support for Texas Instruments TAS2780 high-efficiency
1931           digital input mono Class-D audio po    1825           digital input mono Class-D audio power amplifiers.
1932                                                  1826 
1933 config SND_SOC_TAS2781_COMLIB                    1827 config SND_SOC_TAS2781_COMLIB
1934         depends on I2C                           1828         depends on I2C
1935         select CRC8                              1829         select CRC8
1936         select REGMAP_I2C                        1830         select REGMAP_I2C
1937         tristate                                 1831         tristate
1938                                                  1832 
1939 config SND_SOC_TAS2781_FMWLIB                    1833 config SND_SOC_TAS2781_FMWLIB
1940         depends on SND_SOC_TAS2781_COMLIB        1834         depends on SND_SOC_TAS2781_COMLIB
1941         tristate                                 1835         tristate
1942         default n                                1836         default n
1943                                                  1837 
1944 config SND_SOC_TAS2781_I2C                       1838 config SND_SOC_TAS2781_I2C
1945         tristate "Texas Instruments TAS2781 s    1839         tristate "Texas Instruments TAS2781 speaker amplifier based on I2C"
1946         depends on I2C                           1840         depends on I2C
1947         select SND_SOC_TAS2781_COMLIB            1841         select SND_SOC_TAS2781_COMLIB
1948         select SND_SOC_TAS2781_FMWLIB            1842         select SND_SOC_TAS2781_FMWLIB
1949         help                                     1843         help
1950           Enable support for Texas Instrument    1844           Enable support for Texas Instruments TAS2781 Smart Amplifier
1951           Digital input mono Class-D and DSP-    1845           Digital input mono Class-D and DSP-inside audio power amplifiers.
1952           Note the TAS2781 driver implements     1846           Note the TAS2781 driver implements a flexible and configurable
1953           algo coefficient setting, for one,     1847           algo coefficient setting, for one, two or even multiple TAS2781
1954           chips.                                 1848           chips.
1955                                                  1849 
1956 config SND_SOC_TAS5086                           1850 config SND_SOC_TAS5086
1957         tristate "Texas Instruments TAS5086 s    1851         tristate "Texas Instruments TAS5086 speaker amplifier"
1958         depends on I2C                           1852         depends on I2C
1959                                                  1853 
1960 config SND_SOC_TAS571X                           1854 config SND_SOC_TAS571X
1961         tristate "Texas Instruments TAS571x p    1855         tristate "Texas Instruments TAS571x power amplifiers"
1962         depends on I2C                           1856         depends on I2C
1963         help                                     1857         help
1964           Enable support for Texas Instrument    1858           Enable support for Texas Instruments TAS5707, TAS5711, TAS5717,
1965           TAS5719 and TAS5721 power amplifier    1859           TAS5719 and TAS5721 power amplifiers
1966                                                  1860 
1967 config SND_SOC_TAS5720                           1861 config SND_SOC_TAS5720
1968         tristate "Texas Instruments TAS5720 M    1862         tristate "Texas Instruments TAS5720 Mono Audio amplifier"
1969         depends on I2C                           1863         depends on I2C
1970         help                                     1864         help
1971           Enable support for Texas Instrument    1865           Enable support for Texas Instruments TAS5720L/M high-efficiency mono
1972           Class-D audio power amplifiers.        1866           Class-D audio power amplifiers.
1973                                                  1867 
1974 config SND_SOC_TAS5805M                          1868 config SND_SOC_TAS5805M
1975         tristate "Texas Instruments TAS5805M     1869         tristate "Texas Instruments TAS5805M speaker amplifier"
1976         depends on I2C                           1870         depends on I2C
1977         help                                     1871         help
1978           Enable support for Texas Instrument    1872           Enable support for Texas Instruments TAS5805M Class-D
1979           amplifiers. This is a speaker ampli    1873           amplifiers. This is a speaker amplifier with an integrated
1980           DSP. DSP configuration for each ins    1874           DSP. DSP configuration for each instance needs to be supplied
1981           via a device-tree attribute.           1875           via a device-tree attribute.
1982                                                  1876 
1983 config SND_SOC_TAS6424                           1877 config SND_SOC_TAS6424
1984         tristate "Texas Instruments TAS6424 Q    1878         tristate "Texas Instruments TAS6424 Quad-Channel Audio amplifier"
1985         depends on I2C                           1879         depends on I2C
1986         help                                     1880         help
1987           Enable support for Texas Instrument    1881           Enable support for Texas Instruments TAS6424 high-efficiency
1988           digital input quad-channel Class-D     1882           digital input quad-channel Class-D audio power amplifiers.
1989                                                  1883 
1990 config SND_SOC_TDA7419                           1884 config SND_SOC_TDA7419
1991         tristate "ST TDA7419 audio processor"    1885         tristate "ST TDA7419 audio processor"
1992         depends on I2C                           1886         depends on I2C
1993         select REGMAP_I2C                        1887         select REGMAP_I2C
1994                                                  1888 
1995 config SND_SOC_TFA9879                           1889 config SND_SOC_TFA9879
1996         tristate "NXP Semiconductors TFA9879     1890         tristate "NXP Semiconductors TFA9879 amplifier"
1997         depends on I2C                           1891         depends on I2C
1998                                                  1892 
1999 config SND_SOC_TFA989X                           1893 config SND_SOC_TFA989X
2000         tristate "NXP/Goodix TFA989X (TFA1) a    1894         tristate "NXP/Goodix TFA989X (TFA1) amplifiers"
2001         depends on I2C                           1895         depends on I2C
2002         select REGMAP_I2C                        1896         select REGMAP_I2C
2003         help                                     1897         help
2004           Enable support for NXP (now Goodix)    1898           Enable support for NXP (now Goodix) TFA989X (TFA1 family) speaker
2005           amplifiers, e.g. TFA9895.              1899           amplifiers, e.g. TFA9895.
2006           Note that the driver currently bypa    1900           Note that the driver currently bypasses the built-in "CoolFlux DSP"
2007           and does not support (hardware) vol    1901           and does not support (hardware) volume control.
2008                                                  1902 
2009 config SND_SOC_TLV320ADC3XXX                     1903 config SND_SOC_TLV320ADC3XXX
2010         tristate "Texas Instruments TLV320ADC    1904         tristate "Texas Instruments TLV320ADC3001/3101 audio ADC"
2011         depends on I2C                           1905         depends on I2C
2012         depends on GPIOLIB                       1906         depends on GPIOLIB
2013         help                                     1907         help
2014          Enable support for Texas Instruments    1908          Enable support for Texas Instruments TLV320ADC3001 and TLV320ADC3101
2015          ADCs.                                   1909          ADCs.
2016                                                  1910 
2017 config SND_SOC_TLV320AIC23                       1911 config SND_SOC_TLV320AIC23
2018         tristate                                 1912         tristate
2019                                                  1913 
2020 config SND_SOC_TLV320AIC23_I2C                   1914 config SND_SOC_TLV320AIC23_I2C
2021         tristate "Texas Instruments TLV320AIC    1915         tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C"
2022         depends on I2C                           1916         depends on I2C
2023         select SND_SOC_TLV320AIC23               1917         select SND_SOC_TLV320AIC23
2024                                                  1918 
2025 config SND_SOC_TLV320AIC23_SPI                   1919 config SND_SOC_TLV320AIC23_SPI
2026         tristate "Texas Instruments TLV320AIC    1920         tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI"
2027         depends on SPI_MASTER                    1921         depends on SPI_MASTER
2028         select SND_SOC_TLV320AIC23               1922         select SND_SOC_TLV320AIC23
2029                                                  1923 
2030 config SND_SOC_TLV320AIC26                       1924 config SND_SOC_TLV320AIC26
2031         tristate                                 1925         tristate
2032         depends on SPI                           1926         depends on SPI
2033                                                  1927 
2034 config SND_SOC_TLV320AIC31XX                     1928 config SND_SOC_TLV320AIC31XX
2035         tristate "Texas Instruments TLV320AIC    1929         tristate "Texas Instruments TLV320AIC31xx CODECs"
2036         depends on I2C                           1930         depends on I2C
2037         select REGMAP_I2C                        1931         select REGMAP_I2C
2038                                                  1932 
2039 config SND_SOC_TLV320AIC32X4                     1933 config SND_SOC_TLV320AIC32X4
2040         tristate                                 1934         tristate
2041         depends on COMMON_CLK                    1935         depends on COMMON_CLK
2042                                                  1936 
2043 config SND_SOC_TLV320AIC32X4_I2C                 1937 config SND_SOC_TLV320AIC32X4_I2C
2044         tristate "Texas Instruments TLV320AIC    1938         tristate "Texas Instruments TLV320AIC32x4 audio CODECs - I2C"
2045         depends on I2C                           1939         depends on I2C
2046         depends on COMMON_CLK                    1940         depends on COMMON_CLK
2047         select SND_SOC_TLV320AIC32X4             1941         select SND_SOC_TLV320AIC32X4
2048                                                  1942 
2049 config SND_SOC_TLV320AIC32X4_SPI                 1943 config SND_SOC_TLV320AIC32X4_SPI
2050         tristate "Texas Instruments TLV320AIC    1944         tristate "Texas Instruments TLV320AIC32x4 audio CODECs - SPI"
2051         depends on SPI_MASTER                    1945         depends on SPI_MASTER
2052         depends on COMMON_CLK                    1946         depends on COMMON_CLK
2053         select SND_SOC_TLV320AIC32X4             1947         select SND_SOC_TLV320AIC32X4
2054                                                  1948 
2055 config SND_SOC_TLV320AIC3X                       1949 config SND_SOC_TLV320AIC3X
2056         tristate                                 1950         tristate
2057                                                  1951 
2058 config SND_SOC_TLV320AIC3X_I2C                   1952 config SND_SOC_TLV320AIC3X_I2C
2059         tristate "Texas Instruments TLV320AIC    1953         tristate "Texas Instruments TLV320AIC3x audio CODECs - I2C"
2060         depends on I2C                           1954         depends on I2C
2061         select SND_SOC_TLV320AIC3X               1955         select SND_SOC_TLV320AIC3X
2062         select REGMAP_I2C                        1956         select REGMAP_I2C
2063                                                  1957 
2064 config SND_SOC_TLV320AIC3X_SPI                   1958 config SND_SOC_TLV320AIC3X_SPI
2065         tristate "Texas Instruments TLV320AIC    1959         tristate "Texas Instruments TLV320AIC3x audio CODECs - SPI"
2066         depends on SPI_MASTER                    1960         depends on SPI_MASTER
2067         select SND_SOC_TLV320AIC3X               1961         select SND_SOC_TLV320AIC3X
2068         select REGMAP_SPI                        1962         select REGMAP_SPI
2069                                                  1963 
2070 config SND_SOC_TLV320DAC33                       1964 config SND_SOC_TLV320DAC33
2071         tristate                                 1965         tristate
2072         depends on I2C                           1966         depends on I2C
2073                                                  1967 
2074 config SND_SOC_TLV320ADCX140                     1968 config SND_SOC_TLV320ADCX140
2075         tristate "Texas Instruments TLV320ADC    1969         tristate "Texas Instruments TLV320ADCX140 CODEC family"
2076         depends on I2C                           1970         depends on I2C
2077         select REGMAP_I2C                        1971         select REGMAP_I2C
2078         help                                     1972         help
2079           Add support for Texas Instruments t    1973           Add support for Texas Instruments tlv320adc3140, tlv320adc5140 and
2080           tlv320adc6140 quad channel ADCs.       1974           tlv320adc6140 quad channel ADCs.
2081                                                  1975 
2082 config SND_SOC_TS3A227E                          1976 config SND_SOC_TS3A227E
2083         tristate "TI Headset/Mic detect and k    1977         tristate "TI Headset/Mic detect and keypress chip"
2084         depends on I2C                           1978         depends on I2C
2085                                                  1979 
2086 config SND_SOC_TSCS42XX                          1980 config SND_SOC_TSCS42XX
2087         tristate "Tempo Semiconductor TSCS42x    1981         tristate "Tempo Semiconductor TSCS42xx CODEC"
2088         depends on I2C                           1982         depends on I2C
2089         select REGMAP_I2C                        1983         select REGMAP_I2C
2090         help                                     1984         help
2091           Add support for Tempo Semiconductor    1985           Add support for Tempo Semiconductor's TSCS42xx audio CODEC.
2092                                                  1986 
2093 config SND_SOC_TSCS454                           1987 config SND_SOC_TSCS454
2094         tristate "Tempo Semiconductor TSCS454    1988         tristate "Tempo Semiconductor TSCS454 CODEC"
2095         depends on I2C                           1989         depends on I2C
2096         select REGMAP_I2C                        1990         select REGMAP_I2C
2097         help                                     1991         help
2098           Add support for Tempo Semiconductor    1992           Add support for Tempo Semiconductor's TSCS454 audio CODEC.
2099                                                  1993 
2100 config SND_SOC_TWL4030                           1994 config SND_SOC_TWL4030
2101         tristate                                 1995         tristate
2102         depends on TWL4030_CORE                  1996         depends on TWL4030_CORE
2103         select MFD_TWL4030_AUDIO                 1997         select MFD_TWL4030_AUDIO
2104                                                  1998 
2105 config SND_SOC_TWL6040                           1999 config SND_SOC_TWL6040
2106         tristate                                 2000         tristate
2107         depends on TWL6040_CORE                  2001         depends on TWL6040_CORE
2108                                                  2002 
2109 config SND_SOC_UDA1334                           2003 config SND_SOC_UDA1334
2110         tristate "NXP UDA1334 DAC"               2004         tristate "NXP UDA1334 DAC"
2111         depends on GPIOLIB                       2005         depends on GPIOLIB
2112         help                                     2006         help
2113           The UDA1334 is an NXP audio codec,     2007           The UDA1334 is an NXP audio codec, supports the I2S-bus data format
2114           and has basic features such as de-e    2008           and has basic features such as de-emphasis (at 44.1 kHz sampling
2115           rate) and mute.                        2009           rate) and mute.
2116                                                  2010 
2117 config SND_SOC_UDA1380                           2011 config SND_SOC_UDA1380
2118         tristate                                 2012         tristate
2119         depends on I2C                           2013         depends on I2C
2120                                                  2014 
2121 config SND_SOC_WCD_CLASSH                        2015 config SND_SOC_WCD_CLASSH
2122         tristate                                 2016         tristate
2123                                                  2017 
2124 config SND_SOC_WCD9335                           2018 config SND_SOC_WCD9335
2125         tristate "WCD9335 Codec"                 2019         tristate "WCD9335 Codec"
2126         depends on SLIMBUS                       2020         depends on SLIMBUS
2127         select REGMAP_SLIMBUS                    2021         select REGMAP_SLIMBUS
2128         select REGMAP_IRQ                        2022         select REGMAP_IRQ
2129         select SND_SOC_WCD_CLASSH                2023         select SND_SOC_WCD_CLASSH
2130         help                                     2024         help
2131           The WCD9335 is a standalone Hi-Fi a    2025           The WCD9335 is a standalone Hi-Fi audio CODEC IC, supports
2132           Qualcomm Technologies, Inc. (QTI) m    2026           Qualcomm Technologies, Inc. (QTI) multimedia solutions,
2133           including the MSM8996, MSM8976, and    2027           including the MSM8996, MSM8976, and MSM8956 chipsets.
2134                                                  2028 
2135 config SND_SOC_WCD_MBHC                          2029 config SND_SOC_WCD_MBHC
2136         tristate                                 2030         tristate
2137                                                  2031 
2138 config SND_SOC_WCD934X                           2032 config SND_SOC_WCD934X
2139         tristate "WCD9340/WCD9341 Codec"         2033         tristate "WCD9340/WCD9341 Codec"
2140         depends on COMMON_CLK                    2034         depends on COMMON_CLK
2141         depends on SLIMBUS                       2035         depends on SLIMBUS
2142         select REGMAP_IRQ                        2036         select REGMAP_IRQ
2143         select REGMAP_SLIMBUS                    2037         select REGMAP_SLIMBUS
2144         select SND_SOC_WCD_CLASSH                2038         select SND_SOC_WCD_CLASSH
2145         select SND_SOC_WCD_MBHC                  2039         select SND_SOC_WCD_MBHC
2146         depends on MFD_WCD934X || COMPILE_TES    2040         depends on MFD_WCD934X || COMPILE_TEST
2147         help                                     2041         help
2148           The WCD9340/9341 is a audio codec I    2042           The WCD9340/9341 is a audio codec IC Integrated in
2149           Qualcomm SoCs like SDM845.             2043           Qualcomm SoCs like SDM845.
2150                                                  2044 
2151 config SND_SOC_WCD937X                        << 
2152         depends on SND_SOC_WCD937X_SDW        << 
2153         tristate                              << 
2154         depends on SOUNDWIRE || !SOUNDWIRE    << 
2155         select SND_SOC_WCD_CLASSH             << 
2156                                               << 
2157 config SND_SOC_WCD937X_SDW                    << 
2158         tristate "WCD9370/WCD9375 Codec - SDW << 
2159         select SND_SOC_WCD937X                << 
2160         select SND_SOC_WCD_MBHC               << 
2161         select REGMAP_IRQ                     << 
2162         depends on SOUNDWIRE                  << 
2163         select REGMAP_SOUNDWIRE               << 
2164         help                                  << 
2165           The WCD9370/9375 is an audio codec  << 
2166           like SC7280 or QCM6490 chipsets, an << 
2167           via soundwire.                      << 
2168           To compile this codec driver say Y  << 
2169                                               << 
2170 config SND_SOC_WCD938X                           2045 config SND_SOC_WCD938X
2171         depends on SND_SOC_WCD938X_SDW           2046         depends on SND_SOC_WCD938X_SDW
2172         tristate                                 2047         tristate
2173         depends on SOUNDWIRE || !SOUNDWIRE       2048         depends on SOUNDWIRE || !SOUNDWIRE
2174         select SND_SOC_WCD_CLASSH                2049         select SND_SOC_WCD_CLASSH
2175                                                  2050 
2176 config SND_SOC_WCD938X_SDW                       2051 config SND_SOC_WCD938X_SDW
2177         tristate "WCD9380/WCD9385 Codec - SDW    2052         tristate "WCD9380/WCD9385 Codec - SDW"
2178         select SND_SOC_WCD938X                   2053         select SND_SOC_WCD938X
2179         select SND_SOC_WCD_MBHC                  2054         select SND_SOC_WCD_MBHC
2180         select REGMAP_IRQ                        2055         select REGMAP_IRQ
2181         depends on SOUNDWIRE                     2056         depends on SOUNDWIRE
2182         select REGMAP_SOUNDWIRE                  2057         select REGMAP_SOUNDWIRE
2183         help                                     2058         help
2184           The WCD9380/9385 is a audio codec I    2059           The WCD9380/9385 is a audio codec IC Integrated in
2185           Qualcomm SoCs like SM8250.             2060           Qualcomm SoCs like SM8250.
2186                                                  2061 
2187 config SND_SOC_WCD939X                        << 
2188         depends on SND_SOC_WCD939X_SDW        << 
2189         tristate                              << 
2190         depends on SOUNDWIRE || !SOUNDWIRE    << 
2191         depends on TYPEC || !TYPEC            << 
2192         select SND_SOC_WCD_CLASSH             << 
2193                                               << 
2194 config SND_SOC_WCD939X_SDW                    << 
2195         tristate "WCD9390/WCD9395 Codec - SDW << 
2196         depends on TYPEC || !TYPEC            << 
2197         select SND_SOC_WCD939X                << 
2198         select SND_SOC_WCD_MBHC               << 
2199         select REGMAP_IRQ                     << 
2200         depends on SOUNDWIRE                  << 
2201         select REGMAP_SOUNDWIRE               << 
2202         help                                  << 
2203           The WCD9390/9395 is a audio codec I << 
2204           Qualcomm SoCs like SM8650.          << 
2205                                               << 
2206 config SND_SOC_WL1273                            2062 config SND_SOC_WL1273
2207         tristate                                 2063         tristate
2208                                                  2064 
2209 config SND_SOC_WM0010                            2065 config SND_SOC_WM0010
2210         tristate                                 2066         tristate
2211         depends on SPI_MASTER                    2067         depends on SPI_MASTER
2212                                                  2068 
2213 config SND_SOC_WM1250_EV1                        2069 config SND_SOC_WM1250_EV1
2214         tristate                                 2070         tristate
2215         depends on I2C                           2071         depends on I2C
2216                                                  2072 
2217 config SND_SOC_WM2000                            2073 config SND_SOC_WM2000
2218         tristate                                 2074         tristate
2219         depends on I2C                           2075         depends on I2C
2220                                                  2076 
2221 config SND_SOC_WM2200                            2077 config SND_SOC_WM2200
2222         tristate                                 2078         tristate
2223         depends on I2C                           2079         depends on I2C
2224                                                  2080 
2225 config SND_SOC_WM5100                            2081 config SND_SOC_WM5100
2226         tristate                                 2082         tristate
2227         depends on I2C                           2083         depends on I2C
2228                                                  2084 
2229 config SND_SOC_WM5102                            2085 config SND_SOC_WM5102
2230         tristate                                 2086         tristate
2231         depends on MFD_WM5102 && MFD_ARIZONA     2087         depends on MFD_WM5102 && MFD_ARIZONA
2232                                                  2088 
2233 config SND_SOC_WM5110                            2089 config SND_SOC_WM5110
2234         tristate                                 2090         tristate
2235         depends on MFD_WM5110 && MFD_ARIZONA     2091         depends on MFD_WM5110 && MFD_ARIZONA
2236                                                  2092 
2237 config SND_SOC_WM8350                            2093 config SND_SOC_WM8350
2238         tristate                                 2094         tristate
2239         depends on MFD_WM8350                    2095         depends on MFD_WM8350
2240                                                  2096 
2241 config SND_SOC_WM8400                            2097 config SND_SOC_WM8400
2242         tristate                                 2098         tristate
2243         # FIXME nothing selects SND_SOC_WM840    2099         # FIXME nothing selects SND_SOC_WM8400??
2244         depends on MFD_WM8400                    2100         depends on MFD_WM8400
2245                                                  2101 
2246 config SND_SOC_WM8510                            2102 config SND_SOC_WM8510
2247         tristate "Wolfson Microelectronics WM    2103         tristate "Wolfson Microelectronics WM8510 CODEC"
2248         depends on SND_SOC_I2C_AND_SPI           2104         depends on SND_SOC_I2C_AND_SPI
2249                                                  2105 
2250 config SND_SOC_WM8523                            2106 config SND_SOC_WM8523
2251         tristate "Wolfson Microelectronics WM    2107         tristate "Wolfson Microelectronics WM8523 DAC"
2252         depends on I2C                           2108         depends on I2C
2253                                                  2109 
2254 config SND_SOC_WM8524                            2110 config SND_SOC_WM8524
2255         tristate "Wolfson Microelectronics WM    2111         tristate "Wolfson Microelectronics WM8524 DAC"
2256         depends on GPIOLIB                       2112         depends on GPIOLIB
2257                                                  2113 
2258 config SND_SOC_WM8580                            2114 config SND_SOC_WM8580
2259         tristate "Wolfson Microelectronics WM    2115         tristate "Wolfson Microelectronics WM8580 and WM8581 CODECs"
2260         depends on I2C                           2116         depends on I2C
2261                                                  2117 
2262 config SND_SOC_WM8711                            2118 config SND_SOC_WM8711
2263         tristate "Wolfson Microelectronics WM    2119         tristate "Wolfson Microelectronics WM8711 CODEC"
2264         depends on SND_SOC_I2C_AND_SPI           2120         depends on SND_SOC_I2C_AND_SPI
2265                                                  2121 
2266 config SND_SOC_WM8727                            2122 config SND_SOC_WM8727
2267         tristate                                 2123         tristate
2268                                                  2124 
2269 config SND_SOC_WM8728                            2125 config SND_SOC_WM8728
2270         tristate "Wolfson Microelectronics WM    2126         tristate "Wolfson Microelectronics WM8728 DAC"
2271         depends on SND_SOC_I2C_AND_SPI           2127         depends on SND_SOC_I2C_AND_SPI
2272                                                  2128 
2273 config SND_SOC_WM8731                            2129 config SND_SOC_WM8731
2274         tristate                                 2130         tristate
2275                                                  2131 
2276 config SND_SOC_WM8731_I2C                        2132 config SND_SOC_WM8731_I2C
2277         tristate "Wolfson Microelectronics WM    2133         tristate "Wolfson Microelectronics WM8731 CODEC with I2C"
2278         depends on I2C                           2134         depends on I2C
2279         select REGMAP                            2135         select REGMAP
2280         select SND_SOC_WM8731                    2136         select SND_SOC_WM8731
2281                                                  2137 
2282 config SND_SOC_WM8731_SPI                        2138 config SND_SOC_WM8731_SPI
2283         tristate "Wolfson Microelectronics WM    2139         tristate "Wolfson Microelectronics WM8731 CODEC with SPI"
2284         depends on SPI                           2140         depends on SPI
2285         select REGMAP                            2141         select REGMAP
2286         select SND_SOC_WM8731                    2142         select SND_SOC_WM8731
2287                                                  2143 
2288 config SND_SOC_WM8737                            2144 config SND_SOC_WM8737
2289         tristate "Wolfson Microelectronics WM    2145         tristate "Wolfson Microelectronics WM8737 ADC"
2290         depends on SND_SOC_I2C_AND_SPI           2146         depends on SND_SOC_I2C_AND_SPI
2291                                                  2147 
2292 config SND_SOC_WM8741                            2148 config SND_SOC_WM8741
2293         tristate "Wolfson Microelectronics WM    2149         tristate "Wolfson Microelectronics WM8741 DAC"
2294         depends on SND_SOC_I2C_AND_SPI           2150         depends on SND_SOC_I2C_AND_SPI
2295                                                  2151 
2296 config SND_SOC_WM8750                            2152 config SND_SOC_WM8750
2297         tristate "Wolfson Microelectronics WM    2153         tristate "Wolfson Microelectronics WM8750 CODEC"
2298         depends on SND_SOC_I2C_AND_SPI           2154         depends on SND_SOC_I2C_AND_SPI
2299                                                  2155 
2300 config SND_SOC_WM8753                            2156 config SND_SOC_WM8753
2301         tristate "Wolfson Microelectronics WM    2157         tristate "Wolfson Microelectronics WM8753 CODEC"
2302         depends on SND_SOC_I2C_AND_SPI           2158         depends on SND_SOC_I2C_AND_SPI
2303                                                  2159 
2304 config SND_SOC_WM8770                            2160 config SND_SOC_WM8770
2305         tristate "Wolfson Microelectronics WM    2161         tristate "Wolfson Microelectronics WM8770 CODEC"
2306         depends on SPI_MASTER                    2162         depends on SPI_MASTER
2307                                                  2163 
2308 config SND_SOC_WM8776                            2164 config SND_SOC_WM8776
2309         tristate "Wolfson Microelectronics WM    2165         tristate "Wolfson Microelectronics WM8776 CODEC"
2310         depends on SND_SOC_I2C_AND_SPI           2166         depends on SND_SOC_I2C_AND_SPI
2311                                                  2167 
2312 config SND_SOC_WM8782                            2168 config SND_SOC_WM8782
2313         tristate "Wolfson Microelectronics WM    2169         tristate "Wolfson Microelectronics WM8782 ADC"
2314                                                  2170 
2315 config SND_SOC_WM8804                            2171 config SND_SOC_WM8804
2316         tristate                                 2172         tristate
2317                                                  2173 
2318 config SND_SOC_WM8804_I2C                        2174 config SND_SOC_WM8804_I2C
2319         tristate "Wolfson Microelectronics WM    2175         tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver I2C"
2320         depends on I2C                           2176         depends on I2C
2321         select SND_SOC_WM8804                    2177         select SND_SOC_WM8804
2322         select REGMAP_I2C                        2178         select REGMAP_I2C
2323                                                  2179 
2324 config SND_SOC_WM8804_SPI                        2180 config SND_SOC_WM8804_SPI
2325         tristate "Wolfson Microelectronics WM    2181         tristate "Wolfson Microelectronics WM8804 S/PDIF transceiver SPI"
2326         depends on SPI_MASTER                    2182         depends on SPI_MASTER
2327         select SND_SOC_WM8804                    2183         select SND_SOC_WM8804
2328         select REGMAP_SPI                        2184         select REGMAP_SPI
2329                                                  2185 
2330 config SND_SOC_WM8900                            2186 config SND_SOC_WM8900
2331         tristate                                 2187         tristate
2332         depends on SND_SOC_I2C_AND_SPI           2188         depends on SND_SOC_I2C_AND_SPI
2333                                                  2189 
2334 config SND_SOC_WM8903                            2190 config SND_SOC_WM8903
2335         tristate "Wolfson Microelectronics WM    2191         tristate "Wolfson Microelectronics WM8903 CODEC"
2336         depends on I2C                           2192         depends on I2C
2337                                                  2193 
2338 config SND_SOC_WM8904                            2194 config SND_SOC_WM8904
2339         tristate "Wolfson Microelectronics WM    2195         tristate "Wolfson Microelectronics WM8904 CODEC"
2340         depends on I2C                           2196         depends on I2C
2341                                                  2197 
2342 config SND_SOC_WM8940                            2198 config SND_SOC_WM8940
2343         tristate "Wolfson Microelectronics WM    2199         tristate "Wolfson Microelectronics WM8940 codec"
2344         depends on I2C                           2200         depends on I2C
2345                                                  2201 
2346 config SND_SOC_WM8955                            2202 config SND_SOC_WM8955
2347         tristate                                 2203         tristate
2348         depends on I2C                           2204         depends on I2C
2349                                                  2205 
2350 config SND_SOC_WM8960                            2206 config SND_SOC_WM8960
2351         tristate "Wolfson Microelectronics WM    2207         tristate "Wolfson Microelectronics WM8960 CODEC"
2352         depends on I2C                           2208         depends on I2C
2353                                                  2209 
2354 config SND_SOC_WM8961                            2210 config SND_SOC_WM8961
2355         tristate "Wolfson Microelectronics WM    2211         tristate "Wolfson Microelectronics WM8961 CODEC"
2356         depends on I2C                           2212         depends on I2C
2357                                                  2213 
2358 config SND_SOC_WM8962                            2214 config SND_SOC_WM8962
2359         tristate "Wolfson Microelectronics WM    2215         tristate "Wolfson Microelectronics WM8962 CODEC"
2360         depends on I2C && INPUT                  2216         depends on I2C && INPUT
2361                                                  2217 
2362 config SND_SOC_WM8971                            2218 config SND_SOC_WM8971
2363         tristate                                 2219         tristate
2364         depends on I2C                           2220         depends on I2C
2365                                                  2221 
2366 config SND_SOC_WM8974                            2222 config SND_SOC_WM8974
2367         tristate "Wolfson Microelectronics WM    2223         tristate "Wolfson Microelectronics WM8974 codec"
2368         depends on I2C                           2224         depends on I2C
2369                                                  2225 
2370 config SND_SOC_WM8978                            2226 config SND_SOC_WM8978
2371         tristate "Wolfson Microelectronics WM    2227         tristate "Wolfson Microelectronics WM8978 codec"
2372         depends on I2C                           2228         depends on I2C
2373                                                  2229 
2374 config SND_SOC_WM8983                            2230 config SND_SOC_WM8983
2375         tristate                                 2231         tristate
2376         depends on SND_SOC_I2C_AND_SPI           2232         depends on SND_SOC_I2C_AND_SPI
2377                                                  2233 
2378 config SND_SOC_WM8985                            2234 config SND_SOC_WM8985
2379         tristate "Wolfson Microelectronics WM    2235         tristate "Wolfson Microelectronics WM8985 and WM8758 codec driver"
2380         depends on SND_SOC_I2C_AND_SPI           2236         depends on SND_SOC_I2C_AND_SPI
2381                                                  2237 
2382 config SND_SOC_WM8988                            2238 config SND_SOC_WM8988
2383         tristate                                 2239         tristate
2384         depends on SND_SOC_I2C_AND_SPI           2240         depends on SND_SOC_I2C_AND_SPI
2385                                                  2241 
2386 config SND_SOC_WM8990                            2242 config SND_SOC_WM8990
2387         tristate                                 2243         tristate
2388         depends on I2C                           2244         depends on I2C
2389                                                  2245 
2390 config SND_SOC_WM8991                            2246 config SND_SOC_WM8991
2391         tristate                                 2247         tristate
2392         depends on I2C                           2248         depends on I2C
2393                                                  2249 
2394 config SND_SOC_WM8993                            2250 config SND_SOC_WM8993
2395         tristate                                 2251         tristate
2396         depends on I2C                           2252         depends on I2C
2397                                                  2253 
2398 config SND_SOC_WM8994                            2254 config SND_SOC_WM8994
2399         tristate                                 2255         tristate
2400                                                  2256 
2401 config SND_SOC_WM8995                            2257 config SND_SOC_WM8995
2402         tristate                                 2258         tristate
2403         depends on SND_SOC_I2C_AND_SPI           2259         depends on SND_SOC_I2C_AND_SPI
2404                                                  2260 
2405 config SND_SOC_WM8996                            2261 config SND_SOC_WM8996
2406         tristate                                 2262         tristate
2407         depends on I2C                           2263         depends on I2C
2408                                                  2264 
2409 config SND_SOC_WM8997                            2265 config SND_SOC_WM8997
2410         tristate                                 2266         tristate
2411         depends on MFD_WM8997 && MFD_ARIZONA     2267         depends on MFD_WM8997 && MFD_ARIZONA
2412                                                  2268 
2413 config SND_SOC_WM8998                            2269 config SND_SOC_WM8998
2414         tristate                                 2270         tristate
2415         depends on MFD_WM8998 && MFD_ARIZONA     2271         depends on MFD_WM8998 && MFD_ARIZONA
2416                                                  2272 
2417 config SND_SOC_WM9081                            2273 config SND_SOC_WM9081
2418         tristate                                 2274         tristate
2419         depends on I2C                           2275         depends on I2C
2420                                                  2276 
2421 config SND_SOC_WM9090                            2277 config SND_SOC_WM9090
2422         tristate                                 2278         tristate
2423         depends on I2C                           2279         depends on I2C
2424                                                  2280 
2425 config SND_SOC_WM9705                            2281 config SND_SOC_WM9705
2426         tristate                                 2282         tristate
2427         depends on SND_SOC_AC97_BUS || AC97_B    2283         depends on SND_SOC_AC97_BUS || AC97_BUS_NEW
2428         select REGMAP_AC97                       2284         select REGMAP_AC97
2429         select AC97_BUS_COMPAT if AC97_BUS_NE    2285         select AC97_BUS_COMPAT if AC97_BUS_NEW
2430                                                  2286 
2431 config SND_SOC_WM9712                            2287 config SND_SOC_WM9712
2432         tristate                                 2288         tristate
2433         depends on SND_SOC_AC97_BUS || AC97_B    2289         depends on SND_SOC_AC97_BUS || AC97_BUS_NEW
2434         select REGMAP_AC97                       2290         select REGMAP_AC97
2435         select AC97_BUS_COMPAT if AC97_BUS_NE    2291         select AC97_BUS_COMPAT if AC97_BUS_NEW
2436                                                  2292 
2437 config SND_SOC_WM9713                            2293 config SND_SOC_WM9713
2438         tristate                                 2294         tristate
2439         depends on SND_SOC_AC97_BUS || AC97_B    2295         depends on SND_SOC_AC97_BUS || AC97_BUS_NEW
2440         select REGMAP_AC97                       2296         select REGMAP_AC97
2441         select AC97_BUS_COMPAT if AC97_BUS_NE    2297         select AC97_BUS_COMPAT if AC97_BUS_NEW
2442                                                  2298 
2443 config SND_SOC_WSA881X                           2299 config SND_SOC_WSA881X
2444         tristate "WSA881X Codec"                 2300         tristate "WSA881X Codec"
2445         depends on SOUNDWIRE                     2301         depends on SOUNDWIRE
2446         select REGMAP_SOUNDWIRE                  2302         select REGMAP_SOUNDWIRE
                                                   >> 2303         tristate
2447         help                                     2304         help
2448           This enables support for Qualcomm W    2305           This enables support for Qualcomm WSA8810/WSA8815 Class-D
2449           Smart Speaker Amplifier.               2306           Smart Speaker Amplifier.
2450                                                  2307 
2451 config SND_SOC_WSA883X                           2308 config SND_SOC_WSA883X
2452         tristate "WSA883X Codec"                 2309         tristate "WSA883X Codec"
2453         depends on SOUNDWIRE                     2310         depends on SOUNDWIRE
2454         select REGMAP_SOUNDWIRE                  2311         select REGMAP_SOUNDWIRE
                                                   >> 2312         tristate
2455         help                                     2313         help
2456           This enables support for Qualcomm W    2314           This enables support for Qualcomm WSA8830/WSA8835 Class-D
2457           Smart Speaker Amplifier.               2315           Smart Speaker Amplifier.
2458                                                  2316 
2459 config SND_SOC_WSA884X                           2317 config SND_SOC_WSA884X
2460         tristate "WSA884X Codec"                 2318         tristate "WSA884X Codec"
2461         depends on SOUNDWIRE                     2319         depends on SOUNDWIRE
2462         select REGMAP_SOUNDWIRE                  2320         select REGMAP_SOUNDWIRE
                                                   >> 2321         tristate
2463         help                                     2322         help
2464           This enables support for Qualcomm W    2323           This enables support for Qualcomm WSA8840/WSA8845/WSA8845H Class-D
2465           Smart Speaker Amplifier.               2324           Smart Speaker Amplifier.
2466                                                  2325 
2467 config SND_SOC_ZL38060                           2326 config SND_SOC_ZL38060
2468         tristate "Microsemi ZL38060 Connected    2327         tristate "Microsemi ZL38060 Connected Home Audio Processor"
2469         depends on SPI_MASTER                    2328         depends on SPI_MASTER
2470         depends on GPIOLIB                       2329         depends on GPIOLIB
2471         select REGMAP                            2330         select REGMAP
2472         help                                     2331         help
2473           Support for ZL38060 Connected Home     2332           Support for ZL38060 Connected Home Audio Processor from Microsemi,
2474           which consists of a Digital Signal     2333           which consists of a Digital Signal Processor (DSP), several Digital
2475           Audio Interfaces (DAIs), analog out    2334           Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.
2476                                                  2335 
2477 # Amp                                            2336 # Amp
2478 config SND_SOC_LM4857                            2337 config SND_SOC_LM4857
2479         tristate                                 2338         tristate
2480         depends on I2C                           2339         depends on I2C
2481                                                  2340 
2482 config SND_SOC_MAX9759                           2341 config SND_SOC_MAX9759
2483         tristate "Maxim MAX9759 speaker Ampli    2342         tristate "Maxim MAX9759 speaker Amplifier"
2484         depends on GPIOLIB                       2343         depends on GPIOLIB
2485                                                  2344 
2486 config SND_SOC_MAX9768                           2345 config SND_SOC_MAX9768
2487         tristate                                 2346         tristate
2488         depends on I2C                           2347         depends on I2C
2489                                                  2348 
2490 config SND_SOC_MAX9877                           2349 config SND_SOC_MAX9877
2491         tristate                                 2350         tristate
2492         depends on I2C                           2351         depends on I2C
2493                                                  2352 
2494 config SND_SOC_MC13783                           2353 config SND_SOC_MC13783
2495         tristate                                 2354         tristate
2496         depends on MFD_MC13XXX                   2355         depends on MFD_MC13XXX
2497                                                  2356 
2498 config SND_SOC_ML26124                           2357 config SND_SOC_ML26124
2499         tristate                                 2358         tristate
2500         depends on I2C                           2359         depends on I2C
2501                                                  2360 
2502 config SND_SOC_MT6351                            2361 config SND_SOC_MT6351
2503         tristate "MediaTek MT6351 Codec"         2362         tristate "MediaTek MT6351 Codec"
2504                                                  2363 
2505 config SND_SOC_MT6357                         << 
2506         tristate "MediaTek MT6357 Codec"      << 
2507         help                                  << 
2508           Enable support for the platform whi << 
2509           external codec device.              << 
2510                                               << 
2511 config SND_SOC_MT6358                            2364 config SND_SOC_MT6358
2512         tristate "MediaTek MT6358 Codec"         2365         tristate "MediaTek MT6358 Codec"
2513         help                                     2366         help
2514           Enable support for the platform whi    2367           Enable support for the platform which uses MT6358 as
2515           external codec device.                 2368           external codec device.
2516                                                  2369 
2517 config SND_SOC_MT6359                            2370 config SND_SOC_MT6359
2518         tristate "MediaTek MT6359 Codec"         2371         tristate "MediaTek MT6359 Codec"
2519         depends on MTK_PMIC_WRAP                 2372         depends on MTK_PMIC_WRAP
2520         help                                     2373         help
2521           Enable support for the platform whi    2374           Enable support for the platform which uses MT6359 as
2522           external codec device.                 2375           external codec device.
2523                                                  2376 
2524 config SND_SOC_MT6359_ACCDET                     2377 config SND_SOC_MT6359_ACCDET
2525         tristate "MediaTek MT6359 ACCDET driv    2378         tristate "MediaTek MT6359 ACCDET driver"
2526         depends on MTK_PMIC_WRAP                 2379         depends on MTK_PMIC_WRAP
2527         help                                     2380         help
2528           ACCDET means Accessory Detection te    2381           ACCDET means Accessory Detection technology, MediaTek develop it
2529           for ASoC codec soc-jack detection m    2382           for ASoC codec soc-jack detection mechanism.
2530           Select N if you don't have jack on     2383           Select N if you don't have jack on board.
2531                                                  2384 
2532 config SND_SOC_MT6660                            2385 config SND_SOC_MT6660
2533         tristate "Mediatek MT6660 Speaker Amp    2386         tristate "Mediatek MT6660 Speaker Amplifier"
2534         depends on I2C                           2387         depends on I2C
2535         help                                     2388         help
2536           MediaTek MT6660 is a smart power am    2389           MediaTek MT6660 is a smart power amplifier which contain
2537           speaker protection, multi-band DRC,    2390           speaker protection, multi-band DRC, equalizer functions.
2538           Select N if you don't have MT6660 o    2391           Select N if you don't have MT6660 on board.
2539           Select M to build this as module.      2392           Select M to build this as module.
2540                                                  2393 
2541 config SND_SOC_NAU8315                           2394 config SND_SOC_NAU8315
2542         tristate "Nuvoton Technology Corporat    2395         tristate "Nuvoton Technology Corporation NAU8315 CODEC"
2543                                                  2396 
2544 config SND_SOC_NAU8540                           2397 config SND_SOC_NAU8540
2545         tristate "Nuvoton Technology Corporat    2398         tristate "Nuvoton Technology Corporation NAU85L40 CODEC"
2546         depends on I2C                           2399         depends on I2C
2547                                                  2400 
2548 config SND_SOC_NAU8810                           2401 config SND_SOC_NAU8810
2549         tristate "Nuvoton Technology Corporat    2402         tristate "Nuvoton Technology Corporation NAU88C10 CODEC"
2550         depends on I2C                           2403         depends on I2C
2551                                                  2404 
2552 config SND_SOC_NAU8821                           2405 config SND_SOC_NAU8821
2553         tristate "Nuvoton Technology Corporat    2406         tristate "Nuvoton Technology Corporation NAU88L21 CODEC"
2554         depends on I2C                           2407         depends on I2C
2555                                                  2408 
2556 config SND_SOC_NAU8822                           2409 config SND_SOC_NAU8822
2557         tristate "Nuvoton Technology Corporat    2410         tristate "Nuvoton Technology Corporation NAU88C22 CODEC"
2558         depends on I2C                           2411         depends on I2C
2559                                                  2412 
2560 config SND_SOC_NAU8824                           2413 config SND_SOC_NAU8824
2561         tristate "Nuvoton Technology Corporat    2414         tristate "Nuvoton Technology Corporation NAU88L24 CODEC"
2562         depends on I2C                           2415         depends on I2C
2563                                                  2416 
2564 config SND_SOC_NAU8825                           2417 config SND_SOC_NAU8825
2565         tristate                                 2418         tristate
2566         depends on I2C                           2419         depends on I2C
2567                                                  2420 
2568 config SND_SOC_TPA6130A2                         2421 config SND_SOC_TPA6130A2
2569         tristate "Texas Instruments TPA6130A2    2422         tristate "Texas Instruments TPA6130A2 headphone amplifier"
2570         depends on I2C                           2423         depends on I2C
2571                                                  2424 
2572 config SND_SOC_LPASS_MACRO_COMMON                2425 config SND_SOC_LPASS_MACRO_COMMON
2573         tristate                                 2426         tristate
2574                                                  2427 
2575 config SND_SOC_LPASS_WSA_MACRO                   2428 config SND_SOC_LPASS_WSA_MACRO
2576         depends on COMMON_CLK                    2429         depends on COMMON_CLK
2577         select REGMAP_MMIO                       2430         select REGMAP_MMIO
2578         select SND_SOC_LPASS_MACRO_COMMON     << 
2579         tristate "Qualcomm WSA Macro in LPASS    2431         tristate "Qualcomm WSA Macro in LPASS(Low Power Audio SubSystem)"
2580                                                  2432 
2581 config SND_SOC_LPASS_VA_MACRO                    2433 config SND_SOC_LPASS_VA_MACRO
2582         depends on COMMON_CLK                    2434         depends on COMMON_CLK
2583         select REGMAP_MMIO                       2435         select REGMAP_MMIO
2584         select SND_SOC_LPASS_MACRO_COMMON        2436         select SND_SOC_LPASS_MACRO_COMMON
2585         tristate "Qualcomm VA Macro in LPASS(    2437         tristate "Qualcomm VA Macro in LPASS(Low Power Audio SubSystem)"
2586                                                  2438 
2587 config SND_SOC_LPASS_RX_MACRO                    2439 config SND_SOC_LPASS_RX_MACRO
2588         depends on COMMON_CLK                    2440         depends on COMMON_CLK
2589         select REGMAP_MMIO                       2441         select REGMAP_MMIO
2590         select SND_SOC_LPASS_MACRO_COMMON        2442         select SND_SOC_LPASS_MACRO_COMMON
2591         tristate "Qualcomm RX Macro in LPASS(    2443         tristate "Qualcomm RX Macro in LPASS(Low Power Audio SubSystem)"
2592                                                  2444 
2593 config SND_SOC_LPASS_TX_MACRO                    2445 config SND_SOC_LPASS_TX_MACRO
2594         depends on COMMON_CLK                    2446         depends on COMMON_CLK
2595         select REGMAP_MMIO                       2447         select REGMAP_MMIO
2596         select SND_SOC_LPASS_MACRO_COMMON        2448         select SND_SOC_LPASS_MACRO_COMMON
2597         tristate "Qualcomm TX Macro in LPASS(    2449         tristate "Qualcomm TX Macro in LPASS(Low Power Audio SubSystem)"
2598                                                  2450 
2599 endmenu                                          2451 endmenu
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php