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

TOMOYO Linux Cross Reference
Linux/sound/pci/hda/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/pci/hda/Kconfig (Version linux-6.12-rc7) and /sound/pci/hda/Kconfig (Version linux-5.7.19)


  1 # SPDX-License-Identifier: GPL-2.0-only             1 # SPDX-License-Identifier: GPL-2.0-only
  2 menu "HD-Audio"                                     2 menu "HD-Audio"
  3                                                     3 
  4 config SND_HDA                                      4 config SND_HDA
  5         tristate                                    5         tristate
  6         select SND_PCM                              6         select SND_PCM
  7         select SND_VMASTER                          7         select SND_VMASTER
  8         select SND_JACK                             8         select SND_JACK
  9         select SND_HDA_CORE                         9         select SND_HDA_CORE
 10                                                    10 
 11 config SND_HDA_GENERIC_LEDS                    << 
 12        bool                                    << 
 13                                                << 
 14 config SND_HDA_INTEL                               11 config SND_HDA_INTEL
 15         tristate "HD Audio PCI"                    12         tristate "HD Audio PCI"
 16         depends on SND_PCI                         13         depends on SND_PCI
 17         select SND_HDA                             14         select SND_HDA
 18         select SND_INTEL_DSP_CONFIG                15         select SND_INTEL_DSP_CONFIG
 19         help                                       16         help
 20           Say Y here to include support for In     17           Say Y here to include support for Intel "High Definition
 21           Audio" (Azalia) and its compatible d     18           Audio" (Azalia) and its compatible devices.
 22                                                    19 
 23           This option enables the HD-audio con     20           This option enables the HD-audio controller.  Don't forget
 24           to choose the appropriate codec opti     21           to choose the appropriate codec options below.
 25                                                    22 
 26           To compile this driver as a module,      23           To compile this driver as a module, choose M here: the module
 27           will be called snd-hda-intel.            24           will be called snd-hda-intel.
 28                                                    25 
 29 config SND_HDA_TEGRA                               26 config SND_HDA_TEGRA
 30         tristate "NVIDIA Tegra HD Audio"           27         tristate "NVIDIA Tegra HD Audio"
 31         depends on ARCH_TEGRA                      28         depends on ARCH_TEGRA
 32         select SND_HDA                             29         select SND_HDA
 33         select SND_HDA_ALIGNED_MMIO                30         select SND_HDA_ALIGNED_MMIO
 34         help                                       31         help
 35           Say Y here to support the HDA contro     32           Say Y here to support the HDA controller present in NVIDIA
 36           Tegra SoCs                               33           Tegra SoCs
 37                                                    34 
 38           This options enables support for the     35           This options enables support for the HD Audio controller
 39           present in some NVIDIA Tegra SoCs, u     36           present in some NVIDIA Tegra SoCs, used to communicate audio
 40           to the HDMI output.                      37           to the HDMI output.
 41                                                    38 
 42           To compile this driver as a module,      39           To compile this driver as a module, choose M here: the module
 43           will be called snd-hda-tegra.            40           will be called snd-hda-tegra.
 44                                                    41 
 45 if SND_HDA                                         42 if SND_HDA
 46                                                    43 
 47 config SND_HDA_HWDEP                               44 config SND_HDA_HWDEP
 48         bool "Build hwdep interface for HD-aud     45         bool "Build hwdep interface for HD-audio driver"
 49         select SND_HWDEP                           46         select SND_HWDEP
 50         help                                       47         help
 51           Say Y here to build a hwdep interfac     48           Say Y here to build a hwdep interface for HD-audio driver.
 52           This interface can be used for out-o     49           This interface can be used for out-of-band communication
 53           with codecs for debugging purposes.      50           with codecs for debugging purposes.
 54                                                    51 
 55 config SND_HDA_RECONFIG                            52 config SND_HDA_RECONFIG
 56         bool "Allow dynamic codec reconfigurat     53         bool "Allow dynamic codec reconfiguration"
 57         help                                       54         help
 58           Say Y here to enable the HD-audio co     55           Say Y here to enable the HD-audio codec re-configuration feature.
 59           It allows user to clear the whole co     56           It allows user to clear the whole codec configuration, change the
 60           codec setup, add extra verbs, and re     57           codec setup, add extra verbs, and re-configure the codec dynamically.
 61                                                    58 
 62           Note that this item alone doesn't pr     59           Note that this item alone doesn't provide the sysfs interface, but
 63           enables the feature just for the pat     60           enables the feature just for the patch loader below.
 64           If you need the traditional sysfs en     61           If you need the traditional sysfs entries for the manual interaction,
 65           turn on CONFIG_SND_HDA_HWDEP as well     62           turn on CONFIG_SND_HDA_HWDEP as well.
 66                                                    63 
 67 config SND_HDA_INPUT_BEEP                          64 config SND_HDA_INPUT_BEEP
 68         bool "Support digital beep via input l     65         bool "Support digital beep via input layer"
 69         depends on INPUT=y || INPUT=SND_HDA        66         depends on INPUT=y || INPUT=SND_HDA
 70         help                                       67         help
 71           Say Y here to build a digital beep i     68           Say Y here to build a digital beep interface for HD-audio
 72           driver. This interface is used to ge     69           driver. This interface is used to generate digital beeps.
 73                                                    70 
 74 config SND_HDA_INPUT_BEEP_MODE                     71 config SND_HDA_INPUT_BEEP_MODE
 75         int "Digital beep registration mode (0     72         int "Digital beep registration mode (0=off, 1=on)"
 76         depends on SND_HDA_INPUT_BEEP=y            73         depends on SND_HDA_INPUT_BEEP=y
 77         default "1"                                74         default "1"
 78         range 0 1                                  75         range 0 1
 79         help                                       76         help
 80           Set 0 to disable the digital beep in     77           Set 0 to disable the digital beep interface for HD-audio by default.
 81           Set 1 to always enable the digital b     78           Set 1 to always enable the digital beep interface for HD-audio by
 82           default.                                 79           default.
 83                                                    80 
 84 config SND_HDA_PATCH_LOADER                        81 config SND_HDA_PATCH_LOADER
 85         bool "Support initialization patch loa     82         bool "Support initialization patch loading for HD-audio"
 86         select FW_LOADER                           83         select FW_LOADER
 87         select SND_HDA_RECONFIG                    84         select SND_HDA_RECONFIG
 88         help                                       85         help
 89           Say Y here to allow the HD-audio dri     86           Say Y here to allow the HD-audio driver to load a pseudo
 90           firmware file ("patch") for overridi     87           firmware file ("patch") for overriding the BIOS setup at
 91           start up.  The "patch" file can be s     88           start up.  The "patch" file can be specified via patch module
 92           option, such as patch=hda-init.          89           option, such as patch=hda-init.
 93                                                    90 
 94 config SND_HDA_CIRRUS_SCODEC                   << 
 95         tristate                               << 
 96                                                << 
 97 config SND_HDA_CIRRUS_SCODEC_KUNIT_TEST        << 
 98         tristate "KUnit test for Cirrus side-c << 
 99         select SND_HDA_CIRRUS_SCODEC           << 
100         select GPIOLIB                         << 
101         depends on KUNIT                       << 
102         default KUNIT_ALL_TESTS                << 
103         help                                   << 
104           This builds KUnit tests for the cirr << 
105           For more information on KUnit and un << 
106           please refer to the KUnit documentat << 
107           Documentation/dev-tools/kunit/.      << 
108           If in doubt, say "N".                << 
109                                                << 
110 config SND_HDA_SCODEC_CS35L41                  << 
111         tristate                               << 
112         select SND_HDA_GENERIC                 << 
113         select REGMAP_IRQ                      << 
114                                                << 
115 config SND_HDA_CS_DSP_CONTROLS                 << 
116         tristate                               << 
117         select FW_CS_DSP                       << 
118                                                << 
119 config SND_HDA_SCODEC_COMPONENT                << 
120         tristate                               << 
121                                                << 
122 config SND_HDA_SCODEC_CS35L41_I2C              << 
123         tristate "Build CS35L41 HD-audio side  << 
124         depends on I2C                         << 
125         depends on ACPI                        << 
126         depends on EFI                         << 
127         depends on SND_SOC                     << 
128         select SND_SOC_CS35L41_LIB             << 
129         select SND_HDA_SCODEC_CS35L41          << 
130         select SND_HDA_CS_DSP_CONTROLS         << 
131         select SND_SOC_CS_AMP_LIB              << 
132         help                                   << 
133           Say Y or M here to include CS35L41 I << 
134           in snd-hda-intel driver, such as ALC << 
135                                                << 
136 comment "Set to Y if you want auto-loading the << 
137         depends on SND_HDA=y && SND_HDA_SCODEC << 
138                                                << 
139 config SND_HDA_SCODEC_CS35L41_SPI              << 
140         tristate "Build CS35L41 HD-audio codec << 
141         depends on SPI_MASTER                  << 
142         depends on ACPI                        << 
143         depends on EFI                         << 
144         depends on SND_SOC                     << 
145         select SND_SOC_CS35L41_LIB             << 
146         select SND_HDA_SCODEC_CS35L41          << 
147         select SND_HDA_CS_DSP_CONTROLS         << 
148         select SND_SOC_CS_AMP_LIB              << 
149         help                                   << 
150           Say Y or M here to include CS35L41 S << 
151           in snd-hda-intel driver, such as ALC << 
152                                                << 
153 comment "Set to Y if you want auto-loading the << 
154         depends on SND_HDA=y && SND_HDA_SCODEC << 
155                                                << 
156 config SND_HDA_SCODEC_CS35L56                  << 
157         tristate                               << 
158                                                << 
159 config SND_HDA_SCODEC_CS35L56_I2C              << 
160         tristate "Build CS35L56 HD-audio side  << 
161         depends on I2C                         << 
162         depends on ACPI || COMPILE_TEST        << 
163         depends on SND_SOC                     << 
164         select FW_CS_DSP                       << 
165         imply SERIAL_MULTI_INSTANTIATE         << 
166         select SND_HDA_GENERIC                 << 
167         select SND_SOC_CS35L56_SHARED          << 
168         select SND_HDA_SCODEC_CS35L56          << 
169         select SND_HDA_CIRRUS_SCODEC           << 
170         select SND_HDA_CS_DSP_CONTROLS         << 
171         select SND_SOC_CS_AMP_LIB              << 
172         help                                   << 
173           Say Y or M here to include CS35L56 a << 
174           I2C control.                         << 
175                                                << 
176 config SND_HDA_SCODEC_CS35L56_SPI              << 
177         tristate "Build CS35L56 HD-audio side  << 
178         depends on SPI_MASTER                  << 
179         depends on ACPI || COMPILE_TEST        << 
180         depends on SND_SOC                     << 
181         select FW_CS_DSP                       << 
182         imply SERIAL_MULTI_INSTANTIATE         << 
183         select SND_HDA_GENERIC                 << 
184         select SND_SOC_CS35L56_SHARED          << 
185         select SND_HDA_SCODEC_CS35L56          << 
186         select SND_HDA_CIRRUS_SCODEC           << 
187         select SND_HDA_CS_DSP_CONTROLS         << 
188         select SND_SOC_CS_AMP_LIB              << 
189         help                                   << 
190           Say Y or M here to include CS35L56 a << 
191           SPI control.                         << 
192                                                << 
193 config SND_HDA_SCODEC_TAS2781_I2C              << 
194         tristate "Build TAS2781 HD-audio side  << 
195         depends on I2C                         << 
196         depends on ACPI                        << 
197         depends on EFI                         << 
198         depends on SND_SOC                     << 
199         select SND_SOC_TAS2781_COMLIB          << 
200         select SND_SOC_TAS2781_FMWLIB          << 
201         select CRC32                           << 
202         help                                   << 
203           Say Y or M here to include TAS2781 I << 
204           in snd-hda-intel driver, such as ALC << 
205                                                << 
206 comment "Set to Y if you want auto-loading the << 
207         depends on SND_HDA=y && SND_HDA_SCODEC << 
208                                                << 
209 config SND_HDA_CODEC_REALTEK                       91 config SND_HDA_CODEC_REALTEK
210         tristate "Build Realtek HD-audio codec     92         tristate "Build Realtek HD-audio codec support"
211         select SND_HDA_GENERIC                     93         select SND_HDA_GENERIC
212         select SND_HDA_GENERIC_LEDS            << 
213         select SND_HDA_SCODEC_COMPONENT        << 
214         help                                       94         help
215           Say Y or M here to include Realtek H     95           Say Y or M here to include Realtek HD-audio codec support in
216           snd-hda-intel driver, such as ALC880     96           snd-hda-intel driver, such as ALC880.
217                                                    97 
218 comment "Set to Y if you want auto-loading the     98 comment "Set to Y if you want auto-loading the codec driver"
219         depends on SND_HDA=y && SND_HDA_CODEC_     99         depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m
220                                                   100 
221 config SND_HDA_CODEC_ANALOG                       101 config SND_HDA_CODEC_ANALOG
222         tristate "Build Analog Devices HD-audi !! 102         tristate "Build Analog Device HD-audio codec support"
223         select SND_HDA_GENERIC                    103         select SND_HDA_GENERIC
224         help                                      104         help
225           Say Y or M here to include Analog De !! 105           Say Y or M here to include Analog Device HD-audio codec support in
226           snd-hda-intel driver, such as AD1986    106           snd-hda-intel driver, such as AD1986A.
227                                                   107 
228 comment "Set to Y if you want auto-loading the    108 comment "Set to Y if you want auto-loading the codec driver"
229         depends on SND_HDA=y && SND_HDA_CODEC_    109         depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m
230                                                   110 
231 config SND_HDA_CODEC_SIGMATEL                     111 config SND_HDA_CODEC_SIGMATEL
232         tristate "Build IDT/Sigmatel HD-audio     112         tristate "Build IDT/Sigmatel HD-audio codec support"
233         select SND_HDA_GENERIC                    113         select SND_HDA_GENERIC
234         select SND_HDA_GENERIC_LEDS            << 
235         help                                      114         help
236           Say Y or M here to include IDT (Sigm    115           Say Y or M here to include IDT (Sigmatel) HD-audio codec support in
237           snd-hda-intel driver, such as STAC92    116           snd-hda-intel driver, such as STAC9200.
238                                                   117 
239 comment "Set to Y if you want auto-loading the    118 comment "Set to Y if you want auto-loading the codec driver"
240         depends on SND_HDA=y && SND_HDA_CODEC_    119         depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m
241                                                   120 
242 config SND_HDA_CODEC_VIA                          121 config SND_HDA_CODEC_VIA
243         tristate "Build VIA HD-audio codec sup    122         tristate "Build VIA HD-audio codec support"
244         select SND_HDA_GENERIC                    123         select SND_HDA_GENERIC
245         help                                      124         help
246           Say Y or M here to include VIA HD-au    125           Say Y or M here to include VIA HD-audio codec support in
247           snd-hda-intel driver, such as VT1708    126           snd-hda-intel driver, such as VT1708.
248                                                   127 
249 comment "Set to Y if you want auto-loading the    128 comment "Set to Y if you want auto-loading the codec driver"
250         depends on SND_HDA=y && SND_HDA_CODEC_    129         depends on SND_HDA=y && SND_HDA_CODEC_VIA=m
251                                                   130 
252 config SND_HDA_CODEC_HDMI                         131 config SND_HDA_CODEC_HDMI
253         tristate "Build HDMI/DisplayPort HD-au    132         tristate "Build HDMI/DisplayPort HD-audio codec support"
254         select SND_DYNAMIC_MINORS                 133         select SND_DYNAMIC_MINORS
255         help                                      134         help
256           Say Y or M here to include HDMI and     135           Say Y or M here to include HDMI and DisplayPort HD-audio codec
257           support in snd-hda-intel driver.  Th    136           support in snd-hda-intel driver.  This includes all AMD/ATI,
258           Intel and Nvidia HDMI/DisplayPort co    137           Intel and Nvidia HDMI/DisplayPort codecs.
259                                                   138 
260           Note that this option mandatorily en    139           Note that this option mandatorily enables CONFIG_SND_DYNAMIC_MINORS
261           to assure the multiple streams for D    140           to assure the multiple streams for DP-MST support.
262                                                   141 
263 comment "Set to Y if you want auto-loading the    142 comment "Set to Y if you want auto-loading the codec driver"
264         depends on SND_HDA=y && SND_HDA_CODEC_    143         depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m
265                                                   144 
266 config SND_HDA_CODEC_CIRRUS                       145 config SND_HDA_CODEC_CIRRUS
267         tristate "Build Cirrus Logic codec sup    146         tristate "Build Cirrus Logic codec support"
268         select SND_HDA_GENERIC                    147         select SND_HDA_GENERIC
269         help                                      148         help
270           Say Y or M here to include Cirrus Lo    149           Say Y or M here to include Cirrus Logic codec support in
271           snd-hda-intel driver, such as CS4206    150           snd-hda-intel driver, such as CS4206.
272                                                   151 
273 comment "Set to Y if you want auto-loading the    152 comment "Set to Y if you want auto-loading the codec driver"
274         depends on SND_HDA=y && SND_HDA_CODEC_    153         depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m
275                                                   154 
276 config SND_HDA_CODEC_CS8409                    << 
277         tristate "Build Cirrus Logic HDA bridg << 
278         select SND_HDA_GENERIC                 << 
279         help                                   << 
280           Say Y or M here to include Cirrus Lo << 
281           snd-hda-intel driver, such as CS8409 << 
282                                                << 
283 comment "Set to Y if you want auto-loading the << 
284         depends on SND_HDA=y && SND_HDA_CODEC_ << 
285                                                << 
286 config SND_HDA_CODEC_CONEXANT                     155 config SND_HDA_CODEC_CONEXANT
287         tristate "Build Conexant HD-audio code    156         tristate "Build Conexant HD-audio codec support"
288         select SND_HDA_GENERIC                    157         select SND_HDA_GENERIC
289         select SND_HDA_GENERIC_LEDS            << 
290         help                                      158         help
291           Say Y or M here to include Conexant     159           Say Y or M here to include Conexant HD-audio codec support in
292           snd-hda-intel driver, such as CX2054    160           snd-hda-intel driver, such as CX20549.
293                                                   161 
294 comment "Set to Y if you want auto-loading the    162 comment "Set to Y if you want auto-loading the codec driver"
295         depends on SND_HDA=y && SND_HDA_CODEC_    163         depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m
296                                                   164 
297 config SND_HDA_CODEC_SENARYTECH                << 
298         tristate "Build Senarytech HD-audio co << 
299         select SND_HDA_GENERIC                 << 
300         select SND_HDA_GENERIC_LEDS            << 
301         help                                   << 
302           Say Y or M here to include Senarytec << 
303           snd-hda-intel driver, such as SN6186 << 
304                                                << 
305 comment "Set to Y if you want auto-loading the << 
306         depends on SND_HDA=y && SND_HDA_CODEC_ << 
307                                                << 
308 config SND_HDA_CODEC_CA0110                       165 config SND_HDA_CODEC_CA0110
309         tristate "Build Creative CA0110-IBG co    166         tristate "Build Creative CA0110-IBG codec support"
310         select SND_HDA_GENERIC                    167         select SND_HDA_GENERIC
311         help                                      168         help
312           Say Y or M here to include Creative     169           Say Y or M here to include Creative CA0110-IBG codec support in
313           snd-hda-intel driver, found on some     170           snd-hda-intel driver, found on some Creative X-Fi cards.
314                                                   171 
315 comment "Set to Y if you want auto-loading the    172 comment "Set to Y if you want auto-loading the codec driver"
316         depends on SND_HDA=y && SND_HDA_CODEC_    173         depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m
317                                                   174 
318 config SND_HDA_CODEC_CA0132                       175 config SND_HDA_CODEC_CA0132
319         tristate "Build Creative CA0132 codec     176         tristate "Build Creative CA0132 codec support"
320         help                                      177         help
321           Say Y or M here to include Creative     178           Say Y or M here to include Creative CA0132 codec support in
322           snd-hda-intel driver.                   179           snd-hda-intel driver.
323                                                   180 
324 comment "Set to Y if you want auto-loading the    181 comment "Set to Y if you want auto-loading the codec driver"
325         depends on SND_HDA=y && SND_HDA_CODEC_    182         depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m
326                                                   183 
327 config SND_HDA_CODEC_CA0132_DSP                   184 config SND_HDA_CODEC_CA0132_DSP
328         bool "Support new DSP code for CA0132     185         bool "Support new DSP code for CA0132 codec"
329         depends on SND_HDA_CODEC_CA0132           186         depends on SND_HDA_CODEC_CA0132
330         default y                                 187         default y
331         select SND_HDA_DSP_LOADER                 188         select SND_HDA_DSP_LOADER
332         select FW_LOADER                          189         select FW_LOADER
333         help                                      190         help
334           Say Y here to enable the DSP for Cre    191           Say Y here to enable the DSP for Creative CA0132 for extended
335           features like equalizer or echo canc    192           features like equalizer or echo cancellation.
336                                                   193 
337           Note that this option requires the e    194           Note that this option requires the external firmware file
338           (ctefx.bin).                            195           (ctefx.bin).
339                                                   196 
340 config SND_HDA_CODEC_CMEDIA                       197 config SND_HDA_CODEC_CMEDIA
341         tristate "Build C-Media HD-audio codec    198         tristate "Build C-Media HD-audio codec support"
342         select SND_HDA_GENERIC                    199         select SND_HDA_GENERIC
343         help                                      200         help
344           Say Y or M here to include C-Media H    201           Say Y or M here to include C-Media HD-audio codec support in
345           snd-hda-intel driver, such as CMI988    202           snd-hda-intel driver, such as CMI9880.
346                                                   203 
347 comment "Set to Y if you want auto-loading the    204 comment "Set to Y if you want auto-loading the codec driver"
348         depends on SND_HDA=y && SND_HDA_CODEC_    205         depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m
349                                                   206 
350 config SND_HDA_CODEC_SI3054                       207 config SND_HDA_CODEC_SI3054
351         tristate "Build Silicon Labs 3054 HD-m    208         tristate "Build Silicon Labs 3054 HD-modem codec support"
352         help                                      209         help
353           Say Y or M here to include Silicon L    210           Say Y or M here to include Silicon Labs 3054 HD-modem codec
354           (and compatibles) support in snd-hda    211           (and compatibles) support in snd-hda-intel driver.
355                                                   212 
356 comment "Set to Y if you want auto-loading the    213 comment "Set to Y if you want auto-loading the codec driver"
357         depends on SND_HDA=y && SND_HDA_CODEC_    214         depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m
358                                                   215 
359 config SND_HDA_GENERIC                            216 config SND_HDA_GENERIC
360         tristate "Enable generic HD-audio code    217         tristate "Enable generic HD-audio codec parser"
361         select SND_CTL_LED if SND_HDA_GENERIC_ << 
362         select LEDS_CLASS if SND_HDA_GENERIC_L << 
363         help                                      218         help
364           Say Y or M here to enable the generi    219           Say Y or M here to enable the generic HD-audio codec parser
365           in snd-hda-intel driver.                220           in snd-hda-intel driver.
366                                                   221 
367 comment "Set to Y if you want auto-loading the    222 comment "Set to Y if you want auto-loading the codec driver"
368         depends on SND_HDA=y && SND_HDA_GENERI    223         depends on SND_HDA=y && SND_HDA_GENERIC=m
369                                                   224 
370 config SND_HDA_POWER_SAVE_DEFAULT                 225 config SND_HDA_POWER_SAVE_DEFAULT
371         int "Default time-out for HD-audio pow    226         int "Default time-out for HD-audio power-save mode"
372         depends on PM                             227         depends on PM
373         default 0                                 228         default 0
374         help                                      229         help
375           The default time-out value in second    230           The default time-out value in seconds for HD-audio automatic
376           power-save mode.  0 means to disable    231           power-save mode.  0 means to disable the power-save mode.
377                                                << 
378 config SND_HDA_INTEL_HDMI_SILENT_STREAM        << 
379         bool "Enable Silent Stream always for  << 
380         depends on SND_HDA_INTEL               << 
381         help                                   << 
382           Say Y to enable HD-Audio Keep Alive  << 
383           for HDMI on hardware that supports t << 
384                                                << 
385           When enabled, the HDMI/DisplayPort c << 
386           a continuous clock and a valid but s << 
387           any connected external receiver. Thi << 
388           at start of playback. Many receivers << 
389           to start playing audio after the clo << 
390           This feature can impact power consum << 
391           are kept reserved both at transmitte << 
392                                                << 
393 config SND_HDA_CTL_DEV_ID                      << 
394         bool "Use the device identifier field  << 
395         depends on SND_HDA_INTEL               << 
396         help                                   << 
397           Say Y to use the device identifier f << 
398           controls (old behaviour until this o << 
399                                                << 
400           When enabled, the multiple HDA codec << 
401           field in control (mixer) element ide << 
402           of this field is not recommended and << 
403                                                << 
404           The old behaviour (Y) is obsolete an << 
405           to not enable this option.           << 
406                                                   232 
407 endif                                             233 endif
408                                                   234 
409 endmenu                                           235 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