1 # SPDX-License-Identifier: GPL-2.0-only !! 1 menuconfig SND_HDA_INTEL 2 menu "HD-Audio" !! 2 tristate "Intel HD Audio" 3 << 4 config SND_HDA << 5 tristate << 6 select SND_PCM 3 select SND_PCM 7 select SND_VMASTER 4 select SND_VMASTER 8 select SND_JACK << 9 select SND_HDA_CORE << 10 << 11 config SND_HDA_GENERIC_LEDS << 12 bool << 13 << 14 config SND_HDA_INTEL << 15 tristate "HD Audio PCI" << 16 depends on SND_PCI << 17 select SND_HDA << 18 select SND_INTEL_DSP_CONFIG << 19 help 5 help 20 Say Y here to include support for In 6 Say Y here to include support for Intel "High Definition 21 Audio" (Azalia) and its compatible d 7 Audio" (Azalia) and its compatible devices. 22 8 23 This option enables the HD-audio con 9 This option enables the HD-audio controller. Don't forget 24 to choose the appropriate codec opti 10 to choose the appropriate codec options below. 25 11 26 To compile this driver as a module, 12 To compile this driver as a module, choose M here: the module 27 will be called snd-hda-intel. 13 will be called snd-hda-intel. 28 14 29 config SND_HDA_TEGRA !! 15 if SND_HDA_INTEL 30 tristate "NVIDIA Tegra HD Audio" << 31 depends on ARCH_TEGRA << 32 select SND_HDA << 33 select SND_HDA_ALIGNED_MMIO << 34 help << 35 Say Y here to support the HDA contro << 36 Tegra SoCs << 37 << 38 This options enables support for the << 39 present in some NVIDIA Tegra SoCs, u << 40 to the HDMI output. << 41 << 42 To compile this driver as a module, << 43 will be called snd-hda-tegra. << 44 << 45 if SND_HDA << 46 16 47 config SND_HDA_HWDEP 17 config SND_HDA_HWDEP 48 bool "Build hwdep interface for HD-aud 18 bool "Build hwdep interface for HD-audio driver" 49 select SND_HWDEP 19 select SND_HWDEP 50 help 20 help 51 Say Y here to build a hwdep interfac 21 Say Y here to build a hwdep interface for HD-audio driver. 52 This interface can be used for out-o 22 This interface can be used for out-of-band communication 53 with codecs for debugging purposes. 23 with codecs for debugging purposes. 54 24 55 config SND_HDA_RECONFIG 25 config SND_HDA_RECONFIG 56 bool "Allow dynamic codec reconfigurat !! 26 bool "Allow dynamic codec reconfiguration (EXPERIMENTAL)" >> 27 depends on SND_HDA_HWDEP && EXPERIMENTAL 57 help 28 help 58 Say Y here to enable the HD-audio co 29 Say Y here to enable the HD-audio codec re-configuration feature. 59 It allows user to clear the whole co !! 30 This adds the sysfs interfaces to allow user to clear the whole 60 codec setup, add extra verbs, and re !! 31 codec configuration, change the codec setup, add extra verbs, 61 !! 32 and re-configure the codec dynamically. 62 Note that this item alone doesn't pr << 63 enables the feature just for the pat << 64 If you need the traditional sysfs en << 65 turn on CONFIG_SND_HDA_HWDEP as well << 66 33 67 config SND_HDA_INPUT_BEEP 34 config SND_HDA_INPUT_BEEP 68 bool "Support digital beep via input l 35 bool "Support digital beep via input layer" 69 depends on INPUT=y || INPUT=SND_HDA !! 36 depends on INPUT=y || INPUT=SND_HDA_INTEL 70 help 37 help 71 Say Y here to build a digital beep i 38 Say Y here to build a digital beep interface for HD-audio 72 driver. This interface is used to ge 39 driver. This interface is used to generate digital beeps. 73 40 74 config SND_HDA_INPUT_BEEP_MODE !! 41 config SND_HDA_INPUT_JACK 75 int "Digital beep registration mode (0 !! 42 bool "Support jack plugging notification via input layer" 76 depends on SND_HDA_INPUT_BEEP=y !! 43 depends on INPUT=y || INPUT=SND_HDA_INTEL 77 default "1" !! 44 select SND_JACK 78 range 0 1 !! 45 help 79 help !! 46 Say Y here to enable the jack plugging notification via 80 Set 0 to disable the digital beep in !! 47 input layer. 81 Set 1 to always enable the digital b << 82 default. << 83 48 84 config SND_HDA_PATCH_LOADER 49 config SND_HDA_PATCH_LOADER 85 bool "Support initialization patch loa 50 bool "Support initialization patch loading for HD-audio" >> 51 depends on EXPERIMENTAL 86 select FW_LOADER 52 select FW_LOADER >> 53 select SND_HDA_HWDEP 87 select SND_HDA_RECONFIG 54 select SND_HDA_RECONFIG 88 help 55 help 89 Say Y here to allow the HD-audio dri 56 Say Y here to allow the HD-audio driver to load a pseudo 90 firmware file ("patch") for overridi 57 firmware file ("patch") for overriding the BIOS setup at 91 start up. The "patch" file can be s 58 start up. The "patch" file can be specified via patch module 92 option, such as patch=hda-init. 59 option, such as patch=hda-init. 93 60 94 config SND_HDA_CIRRUS_SCODEC !! 61 This option turns on hwdep and reconfig features automatically. 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 62 209 config SND_HDA_CODEC_REALTEK 63 config SND_HDA_CODEC_REALTEK 210 tristate "Build Realtek HD-audio codec !! 64 bool "Build Realtek HD-audio codec support" 211 select SND_HDA_GENERIC !! 65 default y 212 select SND_HDA_GENERIC_LEDS << 213 select SND_HDA_SCODEC_COMPONENT << 214 help 66 help 215 Say Y or M here to include Realtek H !! 67 Say Y here to include Realtek HD-audio codec support in 216 snd-hda-intel driver, such as ALC880 68 snd-hda-intel driver, such as ALC880. 217 69 218 comment "Set to Y if you want auto-loading the !! 70 When the HD-audio driver is built as a module, the codec 219 depends on SND_HDA=y && SND_HDA_CODEC_ !! 71 support code is also built as another module, >> 72 snd-hda-codec-realtek. >> 73 This module is automatically loaded at probing. 220 74 221 config SND_HDA_CODEC_ANALOG 75 config SND_HDA_CODEC_ANALOG 222 tristate "Build Analog Devices HD-audi !! 76 bool "Build Analog Device HD-audio codec support" 223 select SND_HDA_GENERIC !! 77 default y 224 help 78 help 225 Say Y or M here to include Analog De !! 79 Say Y here to include Analog Device HD-audio codec support in 226 snd-hda-intel driver, such as AD1986 80 snd-hda-intel driver, such as AD1986A. 227 81 228 comment "Set to Y if you want auto-loading the !! 82 When the HD-audio driver is built as a module, the codec 229 depends on SND_HDA=y && SND_HDA_CODEC_ !! 83 support code is also built as another module, >> 84 snd-hda-codec-analog. >> 85 This module is automatically loaded at probing. 230 86 231 config SND_HDA_CODEC_SIGMATEL 87 config SND_HDA_CODEC_SIGMATEL 232 tristate "Build IDT/Sigmatel HD-audio !! 88 bool "Build IDT/Sigmatel HD-audio codec support" 233 select SND_HDA_GENERIC !! 89 default y 234 select SND_HDA_GENERIC_LEDS << 235 help 90 help 236 Say Y or M here to include IDT (Sigm !! 91 Say Y here to include IDT (Sigmatel) HD-audio codec support in 237 snd-hda-intel driver, such as STAC92 92 snd-hda-intel driver, such as STAC9200. 238 93 239 comment "Set to Y if you want auto-loading the !! 94 When the HD-audio driver is built as a module, the codec 240 depends on SND_HDA=y && SND_HDA_CODEC_ !! 95 support code is also built as another module, >> 96 snd-hda-codec-idt. >> 97 This module is automatically loaded at probing. 241 98 242 config SND_HDA_CODEC_VIA 99 config SND_HDA_CODEC_VIA 243 tristate "Build VIA HD-audio codec sup !! 100 bool "Build VIA HD-audio codec support" 244 select SND_HDA_GENERIC !! 101 default y 245 help 102 help 246 Say Y or M here to include VIA HD-au !! 103 Say Y here to include VIA HD-audio codec support in 247 snd-hda-intel driver, such as VT1708 104 snd-hda-intel driver, such as VT1708. 248 105 249 comment "Set to Y if you want auto-loading the !! 106 When the HD-audio driver is built as a module, the codec 250 depends on SND_HDA=y && SND_HDA_CODEC_ !! 107 support code is also built as another module, 251 !! 108 snd-hda-codec-via. 252 config SND_HDA_CODEC_HDMI !! 109 This module is automatically loaded at probing. 253 tristate "Build HDMI/DisplayPort HD-au << 254 select SND_DYNAMIC_MINORS << 255 help << 256 Say Y or M here to include HDMI and << 257 support in snd-hda-intel driver. Th << 258 Intel and Nvidia HDMI/DisplayPort co << 259 << 260 Note that this option mandatorily en << 261 to assure the multiple streams for D << 262 << 263 comment "Set to Y if you want auto-loading the << 264 depends on SND_HDA=y && SND_HDA_CODEC_ << 265 << 266 config SND_HDA_CODEC_CIRRUS << 267 tristate "Build Cirrus Logic codec sup << 268 select SND_HDA_GENERIC << 269 help << 270 Say Y or M here to include Cirrus Lo << 271 snd-hda-intel driver, such as CS4206 << 272 << 273 comment "Set to Y if you want auto-loading the << 274 depends on SND_HDA=y && SND_HDA_CODEC_ << 275 110 276 config SND_HDA_CODEC_CS8409 !! 111 config SND_HDA_CODEC_ATIHDMI 277 tristate "Build Cirrus Logic HDA bridg !! 112 bool "Build ATI HDMI HD-audio codec support" 278 select SND_HDA_GENERIC !! 113 default y 279 help 114 help 280 Say Y or M here to include Cirrus Lo !! 115 Say Y here to include ATI HDMI HD-audio codec support in 281 snd-hda-intel driver, such as CS8409 !! 116 snd-hda-intel driver, such as ATI RS600 HDMI. 282 117 283 comment "Set to Y if you want auto-loading the !! 118 When the HD-audio driver is built as a module, the codec 284 depends on SND_HDA=y && SND_HDA_CODEC_ !! 119 support code is also built as another module, >> 120 snd-hda-codec-atihdmi. >> 121 This module is automatically loaded at probing. 285 122 286 config SND_HDA_CODEC_CONEXANT !! 123 config SND_HDA_CODEC_NVHDMI 287 tristate "Build Conexant HD-audio code !! 124 bool "Build NVIDIA HDMI HD-audio codec support" 288 select SND_HDA_GENERIC !! 125 default y 289 select SND_HDA_GENERIC_LEDS << 290 help 126 help 291 Say Y or M here to include Conexant !! 127 Say Y here to include NVIDIA HDMI HD-audio codec support in 292 snd-hda-intel driver, such as CX2054 !! 128 snd-hda-intel driver, such as NVIDIA MCP78 HDMI. 293 129 294 comment "Set to Y if you want auto-loading the !! 130 When the HD-audio driver is built as a module, the codec 295 depends on SND_HDA=y && SND_HDA_CODEC_ !! 131 support code is also built as another module, >> 132 snd-hda-codec-nvhdmi. >> 133 This module is automatically loaded at probing. 296 134 297 config SND_HDA_CODEC_SENARYTECH !! 135 config SND_HDA_CODEC_INTELHDMI 298 tristate "Build Senarytech HD-audio co !! 136 bool "Build INTEL HDMI HD-audio codec support" 299 select SND_HDA_GENERIC !! 137 default y 300 select SND_HDA_GENERIC_LEDS << 301 help 138 help 302 Say Y or M here to include Senarytec !! 139 Say Y here to include INTEL HDMI HD-audio codec support in 303 snd-hda-intel driver, such as SN6186 !! 140 snd-hda-intel driver, such as Eaglelake integrated HDMI. 304 141 305 comment "Set to Y if you want auto-loading the !! 142 When the HD-audio driver is built as a module, the codec 306 depends on SND_HDA=y && SND_HDA_CODEC_ !! 143 support code is also built as another module, >> 144 snd-hda-codec-intelhdmi. >> 145 This module is automatically loaded at probing. >> 146 >> 147 config SND_HDA_ELD >> 148 def_bool y >> 149 depends on SND_HDA_CODEC_INTELHDMI 307 150 308 config SND_HDA_CODEC_CA0110 !! 151 config SND_HDA_CODEC_CIRRUS 309 tristate "Build Creative CA0110-IBG co !! 152 bool "Build Cirrus Logic codec support" 310 select SND_HDA_GENERIC !! 153 depends on SND_HDA_INTEL >> 154 default y 311 help 155 help 312 Say Y or M here to include Creative !! 156 Say Y here to include Cirrus Logic codec support in 313 snd-hda-intel driver, found on some !! 157 snd-hda-intel driver, such as CS4206. 314 158 315 comment "Set to Y if you want auto-loading the !! 159 When the HD-audio driver is built as a module, the codec 316 depends on SND_HDA=y && SND_HDA_CODEC_ !! 160 support code is also built as another module, >> 161 snd-hda-codec-cirrus. >> 162 This module is automatically loaded at probing. 317 163 318 config SND_HDA_CODEC_CA0132 !! 164 config SND_HDA_CODEC_CONEXANT 319 tristate "Build Creative CA0132 codec !! 165 bool "Build Conexant HD-audio codec support" >> 166 default y 320 help 167 help 321 Say Y or M here to include Creative !! 168 Say Y here to include Conexant HD-audio codec support in 322 snd-hda-intel driver. !! 169 snd-hda-intel driver, such as CX20549. 323 170 324 comment "Set to Y if you want auto-loading the !! 171 When the HD-audio driver is built as a module, the codec 325 depends on SND_HDA=y && SND_HDA_CODEC_ !! 172 support code is also built as another module, >> 173 snd-hda-codec-conexant. >> 174 This module is automatically loaded at probing. 326 175 327 config SND_HDA_CODEC_CA0132_DSP !! 176 config SND_HDA_CODEC_CA0110 328 bool "Support new DSP code for CA0132 !! 177 bool "Build Creative CA0110-IBG codec support" 329 depends on SND_HDA_CODEC_CA0132 !! 178 depends on SND_HDA_INTEL 330 default y 179 default y 331 select SND_HDA_DSP_LOADER << 332 select FW_LOADER << 333 help 180 help 334 Say Y here to enable the DSP for Cre !! 181 Say Y here to include Creative CA0110-IBG codec support in 335 features like equalizer or echo canc !! 182 snd-hda-intel driver, found on some Creative X-Fi cards. 336 183 337 Note that this option requires the e !! 184 When the HD-audio driver is built as a module, the codec 338 (ctefx.bin). !! 185 support code is also built as another module, >> 186 snd-hda-codec-ca0110. >> 187 This module is automatically loaded at probing. 339 188 340 config SND_HDA_CODEC_CMEDIA 189 config SND_HDA_CODEC_CMEDIA 341 tristate "Build C-Media HD-audio codec !! 190 bool "Build C-Media HD-audio codec support" 342 select SND_HDA_GENERIC !! 191 default y 343 help 192 help 344 Say Y or M here to include C-Media H !! 193 Say Y here to include C-Media HD-audio codec support in 345 snd-hda-intel driver, such as CMI988 194 snd-hda-intel driver, such as CMI9880. 346 195 347 comment "Set to Y if you want auto-loading the !! 196 When the HD-audio driver is built as a module, the codec 348 depends on SND_HDA=y && SND_HDA_CODEC_ !! 197 support code is also built as another module, >> 198 snd-hda-codec-cmedia. >> 199 This module is automatically loaded at probing. 349 200 350 config SND_HDA_CODEC_SI3054 201 config SND_HDA_CODEC_SI3054 351 tristate "Build Silicon Labs 3054 HD-m !! 202 bool "Build Silicon Labs 3054 HD-modem codec support" >> 203 default y 352 help 204 help 353 Say Y or M here to include Silicon L !! 205 Say Y here to include Silicon Labs 3054 HD-modem codec 354 (and compatibles) support in snd-hda 206 (and compatibles) support in snd-hda-intel driver. 355 207 356 comment "Set to Y if you want auto-loading the !! 208 When the HD-audio driver is built as a module, the codec 357 depends on SND_HDA=y && SND_HDA_CODEC_ !! 209 support code is also built as another module, >> 210 snd-hda-codec-si3054. >> 211 This module is automatically loaded at probing. 358 212 359 config SND_HDA_GENERIC 213 config SND_HDA_GENERIC 360 tristate "Enable generic HD-audio code !! 214 bool "Enable generic HD-audio codec parser" 361 select SND_CTL_LED if SND_HDA_GENERIC_ !! 215 default y 362 select LEDS_CLASS if SND_HDA_GENERIC_L << 363 help 216 help 364 Say Y or M here to enable the generi !! 217 Say Y here to enable the generic HD-audio codec parser 365 in snd-hda-intel driver. 218 in snd-hda-intel driver. 366 219 367 comment "Set to Y if you want auto-loading the !! 220 config SND_HDA_POWER_SAVE 368 depends on SND_HDA=y && SND_HDA_GENERI !! 221 bool "Aggressive power-saving on HD-audio" >> 222 help >> 223 Say Y here to enable more aggressive power-saving mode on >> 224 HD-audio driver. The power-saving timeout can be configured >> 225 via power_save option or over sysfs on-the-fly. 369 226 370 config SND_HDA_POWER_SAVE_DEFAULT 227 config SND_HDA_POWER_SAVE_DEFAULT 371 int "Default time-out for HD-audio pow 228 int "Default time-out for HD-audio power-save mode" 372 depends on PM !! 229 depends on SND_HDA_POWER_SAVE 373 default 0 230 default 0 374 help 231 help 375 The default time-out value in second 232 The default time-out value in seconds for HD-audio automatic 376 power-save mode. 0 means to disable 233 power-save mode. 0 means to disable the power-save mode. 377 234 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 << 407 endif 235 endif 408 << 409 endmenu <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.