1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 # ALSA PCI drivers 2 # ALSA PCI drivers 3 3 4 menuconfig SND_PCI 4 menuconfig SND_PCI 5 bool "PCI sound devices" 5 bool "PCI sound devices" 6 depends on PCI 6 depends on PCI 7 default y 7 default y 8 help 8 help 9 Support for sound devices connected 9 Support for sound devices connected via the PCI bus. 10 10 11 if SND_PCI 11 if SND_PCI 12 12 13 config SND_AD1889 13 config SND_AD1889 14 tristate "Analog Devices AD1889" 14 tristate "Analog Devices AD1889" 15 select SND_AC97_CODEC 15 select SND_AC97_CODEC 16 help 16 help 17 Say Y here to include support for th 17 Say Y here to include support for the integrated AC97 sound 18 device found in particular on the He 18 device found in particular on the Hewlett-Packard [BCJ]-xxx0 19 class PA-RISC workstations, using th 19 class PA-RISC workstations, using the AD1819 codec. 20 20 21 To compile this as a module, choose 21 To compile this as a module, choose M here: the module 22 will be called snd-ad1889. 22 will be called snd-ad1889. 23 23 24 config SND_ALS300 24 config SND_ALS300 25 tristate "Avance Logic ALS300/ALS300+" 25 tristate "Avance Logic ALS300/ALS300+" 26 select SND_PCM 26 select SND_PCM 27 select SND_AC97_CODEC 27 select SND_AC97_CODEC 28 select SND_OPL3_LIB 28 select SND_OPL3_LIB 29 depends on ZONE_DMA && HAS_IOPORT !! 29 depends on ZONE_DMA 30 help 30 help 31 Say 'Y' or 'M' to include support fo 31 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ 32 32 33 To compile this driver as a module, 33 To compile this driver as a module, choose M here: the module 34 will be called snd-als300 34 will be called snd-als300 35 35 36 config SND_ALS4000 36 config SND_ALS4000 37 tristate "Avance Logic ALS4000" 37 tristate "Avance Logic ALS4000" 38 depends on ISA_DMA_API 38 depends on ISA_DMA_API 39 depends on HAS_IOPORT << 40 select SND_OPL3_LIB 39 select SND_OPL3_LIB 41 select SND_MPU401_UART 40 select SND_MPU401_UART 42 select SND_PCM 41 select SND_PCM 43 select SND_SB_COMMON 42 select SND_SB_COMMON 44 help 43 help 45 Say Y here to include support for so 44 Say Y here to include support for soundcards based on Avance Logic 46 ALS4000 chips. 45 ALS4000 chips. 47 46 48 To compile this driver as a module, 47 To compile this driver as a module, choose M here: the module 49 will be called snd-als4000. 48 will be called snd-als4000. 50 49 51 config SND_ALI5451 50 config SND_ALI5451 52 tristate "ALi M5451 PCI Audio Controll 51 tristate "ALi M5451 PCI Audio Controller" 53 select SND_MPU401_UART 52 select SND_MPU401_UART 54 select SND_AC97_CODEC 53 select SND_AC97_CODEC 55 depends on ZONE_DMA && HAS_IOPORT !! 54 depends on ZONE_DMA 56 help 55 help 57 Say Y here to include support for th 56 Say Y here to include support for the integrated AC97 sound 58 device on motherboards using the ALi 57 device on motherboards using the ALi M5451 Audio Controller 59 (M1535/M1535D/M1535+/M1535D+ south b 58 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets 60 use the "Intel/SiS/nVidia/AMD/ALi AC 59 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver. 61 60 62 To compile this driver as a module, 61 To compile this driver as a module, choose M here: the module 63 will be called snd-ali5451. 62 will be called snd-ali5451. 64 63 65 config SND_ASIHPI 64 config SND_ASIHPI 66 tristate "AudioScience ASIxxxx" 65 tristate "AudioScience ASIxxxx" 67 depends on X86 66 depends on X86 68 select FW_LOADER 67 select FW_LOADER 69 select SND_PCM 68 select SND_PCM 70 select SND_HWDEP 69 select SND_HWDEP 71 help 70 help 72 Say Y here to include support for Au 71 Say Y here to include support for AudioScience ASI sound cards. 73 72 74 To compile this driver as a module, 73 To compile this driver as a module, choose M here: the module 75 will be called snd-asihpi. 74 will be called snd-asihpi. 76 75 77 config SND_ATIIXP 76 config SND_ATIIXP 78 tristate "ATI IXP AC97 Controller" 77 tristate "ATI IXP AC97 Controller" 79 select SND_AC97_CODEC 78 select SND_AC97_CODEC 80 help 79 help 81 Say Y here to include support for th 80 Say Y here to include support for the integrated AC97 sound 82 device on motherboards with ATI chip 81 device on motherboards with ATI chipsets (ATI IXP 150/200/250/ 83 300/400). 82 300/400). 84 83 85 To compile this driver as a module, 84 To compile this driver as a module, choose M here: the module 86 will be called snd-atiixp. 85 will be called snd-atiixp. 87 86 88 config SND_ATIIXP_MODEM 87 config SND_ATIIXP_MODEM 89 tristate "ATI IXP Modem" 88 tristate "ATI IXP Modem" 90 select SND_AC97_CODEC 89 select SND_AC97_CODEC 91 help 90 help 92 Say Y here to include support for th 91 Say Y here to include support for the integrated MC97 modem on 93 motherboards with ATI chipsets (ATI 92 motherboards with ATI chipsets (ATI IXP 150/200/250). 94 93 95 To compile this driver as a module, 94 To compile this driver as a module, choose M here: the module 96 will be called snd-atiixp-modem. 95 will be called snd-atiixp-modem. 97 96 98 config SND_AU8810 97 config SND_AU8810 99 tristate "Aureal Advantage" 98 tristate "Aureal Advantage" 100 depends on HAS_IOPORT << 101 select SND_MPU401_UART 99 select SND_MPU401_UART 102 select SND_AC97_CODEC 100 select SND_AC97_CODEC 103 help 101 help 104 Say Y here to include support for Au 102 Say Y here to include support for Aureal Advantage soundcards. 105 103 106 Supported features: Hardware Mixer, 104 Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 107 3D support code is in place, but not 105 3D support code is in place, but not yet useable. For more info, 108 email the ALSA developer list, or <mj 106 email the ALSA developer list, or <mjander@users.sourceforge.net>. 109 107 110 To compile this driver as a module, 108 To compile this driver as a module, choose M here: the module 111 will be called snd-au8810. 109 will be called snd-au8810. 112 110 113 config SND_AU8820 111 config SND_AU8820 114 tristate "Aureal Vortex" 112 tristate "Aureal Vortex" 115 depends on HAS_IOPORT << 116 select SND_MPU401_UART 113 select SND_MPU401_UART 117 select SND_AC97_CODEC 114 select SND_AC97_CODEC 118 help 115 help 119 Say Y here to include support for Au 116 Say Y here to include support for Aureal Vortex soundcards. 120 117 121 Supported features: Hardware Mixer a 118 Supported features: Hardware Mixer and SRC. For more info, email 122 the ALSA developer list, or <mjander@ 119 the ALSA developer list, or <mjander@users.sourceforge.net>. 123 120 124 To compile this driver as a module, 121 To compile this driver as a module, choose M here: the module 125 will be called snd-au8820. 122 will be called snd-au8820. 126 123 127 config SND_AU8830 124 config SND_AU8830 128 tristate "Aureal Vortex 2" 125 tristate "Aureal Vortex 2" 129 depends on HAS_IOPORT << 130 select SND_MPU401_UART 126 select SND_MPU401_UART 131 select SND_AC97_CODEC 127 select SND_AC97_CODEC 132 help 128 help 133 Say Y here to include support for Au 129 Say Y here to include support for Aureal Vortex 2 soundcards. 134 130 135 Supported features: Hardware Mixer, 131 Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 136 3D support code is in place, but not 132 3D support code is in place, but not yet useable. For more info, 137 email the ALSA developer list, or <mj 133 email the ALSA developer list, or <mjander@users.sourceforge.net>. 138 134 139 To compile this driver as a module, 135 To compile this driver as a module, choose M here: the module 140 will be called snd-au8830. 136 will be called snd-au8830. 141 137 142 config SND_AW2 138 config SND_AW2 143 tristate "Emagic Audiowerk 2" 139 tristate "Emagic Audiowerk 2" 144 help 140 help 145 Say Y here to include support for Em 141 Say Y here to include support for Emagic Audiowerk 2 soundcards. 146 142 147 Supported features: Analog and SPDIF 143 Supported features: Analog and SPDIF output. Analog or SPDIF input. 148 Note: Switch between analog and digi 144 Note: Switch between analog and digital input does not always work. 149 It can produce continuous noise. The 145 It can produce continuous noise. The workaround is to switch again 150 (and again) between digital and anal 146 (and again) between digital and analog input until it works. 151 147 152 To compile this driver as a module, 148 To compile this driver as a module, choose M here: the module 153 will be called snd-aw2. 149 will be called snd-aw2. 154 150 155 151 156 config SND_AZT3328 152 config SND_AZT3328 157 tristate "Aztech AZF3328 / PCI168" 153 tristate "Aztech AZF3328 / PCI168" 158 select SND_OPL3_LIB 154 select SND_OPL3_LIB 159 select SND_MPU401_UART 155 select SND_MPU401_UART 160 select SND_PCM 156 select SND_PCM 161 select SND_RAWMIDI 157 select SND_RAWMIDI 162 select SND_AC97_CODEC 158 select SND_AC97_CODEC 163 select SND_TIMER 159 select SND_TIMER 164 depends on ZONE_DMA && HAS_IOPORT !! 160 depends on ZONE_DMA 165 help 161 help 166 Say Y here to include support for Az 162 Say Y here to include support for Aztech AZF3328 (PCI168) 167 soundcards. 163 soundcards. 168 164 169 Supported features: AC97-"conformant 165 Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O 170 (16bit/8bit, many sample rates [<= 6 166 (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing), 171 Digital Enhanced Game Port, 1.024MHz 167 Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer, 172 ext. codec (I2S port), onboard amp ( 168 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume. 173 169 174 To compile this driver as a module, 170 To compile this driver as a module, choose M here: the module 175 will be called snd-azt3328. 171 will be called snd-azt3328. 176 172 177 config SND_BT87X 173 config SND_BT87X 178 tristate "Bt87x Audio Capture" 174 tristate "Bt87x Audio Capture" 179 select SND_PCM 175 select SND_PCM 180 help 176 help 181 If you want to record audio from TV 177 If you want to record audio from TV cards based on 182 Brooktree Bt878/Bt879 chips, say Y h 178 Brooktree Bt878/Bt879 chips, say Y here and read 183 <file:Documentation/sound/cards/bt87 179 <file:Documentation/sound/cards/bt87x.rst>. 184 180 185 To compile this driver as a module, 181 To compile this driver as a module, choose M here: the module 186 will be called snd-bt87x. 182 will be called snd-bt87x. 187 183 188 config SND_BT87X_OVERCLOCK 184 config SND_BT87X_OVERCLOCK 189 bool "Bt87x Audio overclocking" 185 bool "Bt87x Audio overclocking" 190 depends on SND_BT87X 186 depends on SND_BT87X 191 help 187 help 192 Say Y here if 448000 Hz isn't enough 188 Say Y here if 448000 Hz isn't enough for you and you want to 193 record from the analog input with up 189 record from the analog input with up to 1792000 Hz. 194 190 195 Higher sample rates won't hurt your 191 Higher sample rates won't hurt your hardware, but audio 196 quality may suffer. 192 quality may suffer. 197 193 198 config SND_CA0106 194 config SND_CA0106 199 tristate "SB Audigy LS / Live 24bit" 195 tristate "SB Audigy LS / Live 24bit" 200 depends on HAS_IOPORT << 201 select SND_AC97_CODEC 196 select SND_AC97_CODEC 202 select SND_RAWMIDI 197 select SND_RAWMIDI 203 select SND_VMASTER 198 select SND_VMASTER 204 help 199 help 205 Say Y here to include support for th 200 Say Y here to include support for the Sound Blaster Audigy LS 206 and Live 24bit. 201 and Live 24bit. 207 202 208 To compile this driver as a module, 203 To compile this driver as a module, choose M here: the module 209 will be called snd-ca0106. 204 will be called snd-ca0106. 210 205 211 config SND_CMIPCI 206 config SND_CMIPCI 212 tristate "C-Media 8338, 8738, 8768, 87 207 tristate "C-Media 8338, 8738, 8768, 8770" 213 depends on HAS_IOPORT << 214 select SND_OPL3_LIB 208 select SND_OPL3_LIB 215 select SND_MPU401_UART 209 select SND_MPU401_UART 216 select SND_PCM 210 select SND_PCM 217 help 211 help 218 If you want to use soundcards based 212 If you want to use soundcards based on C-Media CMI8338, CMI8738, 219 CMI8768 or CMI8770 chips, say Y here 213 CMI8768 or CMI8770 chips, say Y here and read 220 <file:Documentation/sound/cards/cmip 214 <file:Documentation/sound/cards/cmipci.rst>. 221 215 222 To compile this driver as a module, 216 To compile this driver as a module, choose M here: the module 223 will be called snd-cmipci. 217 will be called snd-cmipci. 224 218 225 config SND_OXYGEN_LIB 219 config SND_OXYGEN_LIB 226 tristate 220 tristate 227 221 228 config SND_OXYGEN 222 config SND_OXYGEN 229 tristate "C-Media 8786, 8787, 8788 (Ox 223 tristate "C-Media 8786, 8787, 8788 (Oxygen)" 230 depends on HAS_IOPORT << 231 select SND_OXYGEN_LIB 224 select SND_OXYGEN_LIB 232 select SND_PCM 225 select SND_PCM 233 select SND_MPU401_UART 226 select SND_MPU401_UART 234 help 227 help 235 Say Y here to include support for so 228 Say Y here to include support for sound cards based on the 236 C-Media CMI8788 (Oxygen HD Audio) ch 229 C-Media CMI8788 (Oxygen HD Audio) chip: 237 * Asound A-8788 230 * Asound A-8788 238 * Asus Xonar DG/DGX 231 * Asus Xonar DG/DGX 239 * AuzenTech X-Meridian 232 * AuzenTech X-Meridian 240 * AuzenTech X-Meridian 2G 233 * AuzenTech X-Meridian 2G 241 * Bgears b-Enspirer 234 * Bgears b-Enspirer 242 * Club3D Theatron DTS 235 * Club3D Theatron DTS 243 * HT-Omega Claro (plus) 236 * HT-Omega Claro (plus) 244 * HT-Omega Claro halo (XT) 237 * HT-Omega Claro halo (XT) 245 * Kuroutoshikou CMI8787-HG2PCI 238 * Kuroutoshikou CMI8787-HG2PCI 246 * Razer Barracuda AC-1 239 * Razer Barracuda AC-1 247 * Sondigo Inferno 240 * Sondigo Inferno 248 * TempoTec/MediaTek HiFier Fantasia 241 * TempoTec/MediaTek HiFier Fantasia 249 * TempoTec/MediaTek HiFier Serenade 242 * TempoTec/MediaTek HiFier Serenade 250 243 251 To compile this driver as a module, 244 To compile this driver as a module, choose M here: the module 252 will be called snd-oxygen. 245 will be called snd-oxygen. 253 246 254 config SND_CS4281 247 config SND_CS4281 255 tristate "Cirrus Logic (Sound Fusion) 248 tristate "Cirrus Logic (Sound Fusion) CS4281" 256 depends on HAS_IOPORT << 257 select SND_OPL3_LIB 249 select SND_OPL3_LIB 258 select SND_RAWMIDI 250 select SND_RAWMIDI 259 select SND_AC97_CODEC 251 select SND_AC97_CODEC 260 help 252 help 261 Say Y here to include support for Ci 253 Say Y here to include support for Cirrus Logic CS4281 chips. 262 254 263 To compile this driver as a module, 255 To compile this driver as a module, choose M here: the module 264 will be called snd-cs4281. 256 will be called snd-cs4281. 265 257 266 config SND_CS46XX 258 config SND_CS46XX 267 tristate "Cirrus Logic (Sound Fusion) 259 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" 268 depends on HAS_IOPORT << 269 select SND_RAWMIDI 260 select SND_RAWMIDI 270 select SND_AC97_CODEC 261 select SND_AC97_CODEC 271 select FW_LOADER 262 select FW_LOADER 272 help 263 help 273 Say Y here to include support for Ci 264 Say Y here to include support for Cirrus Logic CS4610/CS4612/ 274 CS4614/CS4615/CS4622/CS4624/CS4630/C 265 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips. 275 266 276 To compile this driver as a module, 267 To compile this driver as a module, choose M here: the module 277 will be called snd-cs46xx. 268 will be called snd-cs46xx. 278 269 279 config SND_CS46XX_NEW_DSP 270 config SND_CS46XX_NEW_DSP 280 bool "Cirrus Logic (Sound Fusion) New 271 bool "Cirrus Logic (Sound Fusion) New DSP support" 281 depends on SND_CS46XX 272 depends on SND_CS46XX 282 default y 273 default y 283 help 274 help 284 Say Y here to use a new DSP image fo 275 Say Y here to use a new DSP image for SPDIF and dual codecs. 285 276 286 This works better than the old code, 277 This works better than the old code, so say Y. 287 278 288 config SND_CS5530 279 config SND_CS5530 289 tristate "CS5530 Audio" 280 tristate "CS5530 Audio" 290 depends on ISA_DMA_API && (X86_32 || C 281 depends on ISA_DMA_API && (X86_32 || COMPILE_TEST) 291 depends on !M68K 282 depends on !M68K 292 select SND_SB16_DSP 283 select SND_SB16_DSP 293 help 284 help 294 Say Y here to include support for au 285 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 295 286 296 To compile this driver as a module, 287 To compile this driver as a module, choose M here: the module 297 will be called snd-cs5530. 288 will be called snd-cs5530. 298 289 299 config SND_CS5535AUDIO 290 config SND_CS5535AUDIO 300 tristate "CS5535/CS5536 Audio" 291 tristate "CS5535/CS5536 Audio" 301 depends on X86_32 || MIPS || COMPILE_T 292 depends on X86_32 || MIPS || COMPILE_TEST 302 depends on HAS_IOPORT << 303 select SND_PCM 293 select SND_PCM 304 select SND_AC97_CODEC 294 select SND_AC97_CODEC 305 help 295 help 306 Say Y here to include support for au 296 Say Y here to include support for audio on CS5535 chips. It is 307 referred to as NS CS5535 IO or AMD C 297 referred to as NS CS5535 IO or AMD CS5535 IO companion in 308 various literature. This driver also 298 various literature. This driver also supports the CS5536 audio 309 device. However, for both chips, on 299 device. However, for both chips, on certain boards, you may 310 need to use ac97_quirk=hp_only if yo 300 need to use ac97_quirk=hp_only if your board has physically 311 mapped headphone out to master outpu 301 mapped headphone out to master output. If that works for you, 312 send lspci -vvv output to the mailin 302 send lspci -vvv output to the mailing list so that your board 313 can be identified in the quirks list 303 can be identified in the quirks list. 314 304 315 To compile this driver as a module, 305 To compile this driver as a module, choose M here: the module 316 will be called snd-cs5535audio. 306 will be called snd-cs5535audio. 317 307 318 config SND_CTXFI 308 config SND_CTXFI 319 tristate "Creative Sound Blaster X-Fi" 309 tristate "Creative Sound Blaster X-Fi" 320 depends on HAS_IOPORT << 321 select SND_PCM 310 select SND_PCM 322 help 311 help 323 If you want to use soundcards based 312 If you want to use soundcards based on Creative Sound Blastr X-Fi 324 boards with 20k1 or 20k2 chips, say 313 boards with 20k1 or 20k2 chips, say Y here. 325 314 326 To compile this driver as a module, 315 To compile this driver as a module, choose M here: the module 327 will be called snd-ctxfi. 316 will be called snd-ctxfi. 328 317 329 config SND_DARLA20 318 config SND_DARLA20 330 tristate "(Echoaudio) Darla20" 319 tristate "(Echoaudio) Darla20" 331 select FW_LOADER 320 select FW_LOADER 332 select SND_PCM 321 select SND_PCM 333 help 322 help 334 Say 'Y' or 'M' to include support fo 323 Say 'Y' or 'M' to include support for Echoaudio Darla. 335 324 336 To compile this driver as a module, 325 To compile this driver as a module, choose M here: the module 337 will be called snd-darla20 326 will be called snd-darla20 338 327 339 config SND_GINA20 328 config SND_GINA20 340 tristate "(Echoaudio) Gina20" 329 tristate "(Echoaudio) Gina20" 341 select FW_LOADER 330 select FW_LOADER 342 select SND_PCM 331 select SND_PCM 343 help 332 help 344 Say 'Y' or 'M' to include support fo 333 Say 'Y' or 'M' to include support for Echoaudio Gina. 345 334 346 To compile this driver as a module, 335 To compile this driver as a module, choose M here: the module 347 will be called snd-gina20 336 will be called snd-gina20 348 337 349 config SND_LAYLA20 338 config SND_LAYLA20 350 tristate "(Echoaudio) Layla20" 339 tristate "(Echoaudio) Layla20" 351 select FW_LOADER 340 select FW_LOADER 352 select SND_RAWMIDI 341 select SND_RAWMIDI 353 select SND_PCM 342 select SND_PCM 354 help 343 help 355 Say 'Y' or 'M' to include support fo 344 Say 'Y' or 'M' to include support for Echoaudio Layla. 356 345 357 To compile this driver as a module, 346 To compile this driver as a module, choose M here: the module 358 will be called snd-layla20 347 will be called snd-layla20 359 348 360 config SND_DARLA24 349 config SND_DARLA24 361 tristate "(Echoaudio) Darla24" 350 tristate "(Echoaudio) Darla24" 362 select FW_LOADER 351 select FW_LOADER 363 select SND_PCM 352 select SND_PCM 364 help 353 help 365 Say 'Y' or 'M' to include support fo 354 Say 'Y' or 'M' to include support for Echoaudio Darla24. 366 355 367 To compile this driver as a module, 356 To compile this driver as a module, choose M here: the module 368 will be called snd-darla24 357 will be called snd-darla24 369 358 370 config SND_GINA24 359 config SND_GINA24 371 tristate "(Echoaudio) Gina24" 360 tristate "(Echoaudio) Gina24" 372 select FW_LOADER 361 select FW_LOADER 373 select SND_PCM 362 select SND_PCM 374 help 363 help 375 Say 'Y' or 'M' to include support fo 364 Say 'Y' or 'M' to include support for Echoaudio Gina24. 376 365 377 To compile this driver as a module, 366 To compile this driver as a module, choose M here: the module 378 will be called snd-gina24 367 will be called snd-gina24 379 368 380 config SND_LAYLA24 369 config SND_LAYLA24 381 tristate "(Echoaudio) Layla24" 370 tristate "(Echoaudio) Layla24" 382 select FW_LOADER 371 select FW_LOADER 383 select SND_RAWMIDI 372 select SND_RAWMIDI 384 select SND_PCM 373 select SND_PCM 385 help 374 help 386 Say 'Y' or 'M' to include support fo 375 Say 'Y' or 'M' to include support for Echoaudio Layla24. 387 376 388 To compile this driver as a module, 377 To compile this driver as a module, choose M here: the module 389 will be called snd-layla24 378 will be called snd-layla24 390 379 391 config SND_MONA 380 config SND_MONA 392 tristate "(Echoaudio) Mona" 381 tristate "(Echoaudio) Mona" 393 select FW_LOADER 382 select FW_LOADER 394 select SND_RAWMIDI 383 select SND_RAWMIDI 395 select SND_PCM 384 select SND_PCM 396 help 385 help 397 Say 'Y' or 'M' to include support fo 386 Say 'Y' or 'M' to include support for Echoaudio Mona. 398 387 399 To compile this driver as a module, 388 To compile this driver as a module, choose M here: the module 400 will be called snd-mona 389 will be called snd-mona 401 390 402 config SND_MIA 391 config SND_MIA 403 tristate "(Echoaudio) Mia" 392 tristate "(Echoaudio) Mia" 404 select FW_LOADER 393 select FW_LOADER 405 select SND_RAWMIDI 394 select SND_RAWMIDI 406 select SND_PCM 395 select SND_PCM 407 help 396 help 408 Say 'Y' or 'M' to include support fo 397 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. 409 398 410 To compile this driver as a module, 399 To compile this driver as a module, choose M here: the module 411 will be called snd-mia 400 will be called snd-mia 412 401 413 config SND_ECHO3G 402 config SND_ECHO3G 414 tristate "(Echoaudio) 3G cards" 403 tristate "(Echoaudio) 3G cards" 415 select FW_LOADER 404 select FW_LOADER 416 select SND_RAWMIDI 405 select SND_RAWMIDI 417 select SND_PCM 406 select SND_PCM 418 help 407 help 419 Say 'Y' or 'M' to include support fo 408 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G. 420 409 421 To compile this driver as a module, 410 To compile this driver as a module, choose M here: the module 422 will be called snd-echo3g 411 will be called snd-echo3g 423 412 424 config SND_INDIGO 413 config SND_INDIGO 425 tristate "(Echoaudio) Indigo" 414 tristate "(Echoaudio) Indigo" 426 select FW_LOADER 415 select FW_LOADER 427 select SND_PCM 416 select SND_PCM 428 help 417 help 429 Say 'Y' or 'M' to include support fo 418 Say 'Y' or 'M' to include support for Echoaudio Indigo. 430 419 431 To compile this driver as a module, 420 To compile this driver as a module, choose M here: the module 432 will be called snd-indigo 421 will be called snd-indigo 433 422 434 config SND_INDIGOIO 423 config SND_INDIGOIO 435 tristate "(Echoaudio) Indigo IO" 424 tristate "(Echoaudio) Indigo IO" 436 select FW_LOADER 425 select FW_LOADER 437 select SND_PCM 426 select SND_PCM 438 help 427 help 439 Say 'Y' or 'M' to include support fo 428 Say 'Y' or 'M' to include support for Echoaudio Indigo IO. 440 429 441 To compile this driver as a module, 430 To compile this driver as a module, choose M here: the module 442 will be called snd-indigoio 431 will be called snd-indigoio 443 432 444 config SND_INDIGODJ 433 config SND_INDIGODJ 445 tristate "(Echoaudio) Indigo DJ" 434 tristate "(Echoaudio) Indigo DJ" 446 select FW_LOADER 435 select FW_LOADER 447 select SND_PCM 436 select SND_PCM 448 help 437 help 449 Say 'Y' or 'M' to include support fo 438 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. 450 439 451 To compile this driver as a module, 440 To compile this driver as a module, choose M here: the module 452 will be called snd-indigodj 441 will be called snd-indigodj 453 442 454 config SND_INDIGOIOX 443 config SND_INDIGOIOX 455 tristate "(Echoaudio) Indigo IOx" 444 tristate "(Echoaudio) Indigo IOx" 456 select FW_LOADER 445 select FW_LOADER 457 select SND_PCM 446 select SND_PCM 458 help 447 help 459 Say 'Y' or 'M' to include support fo 448 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx. 460 449 461 To compile this driver as a module, 450 To compile this driver as a module, choose M here: the module 462 will be called snd-indigoiox 451 will be called snd-indigoiox 463 452 464 config SND_INDIGODJX 453 config SND_INDIGODJX 465 tristate "(Echoaudio) Indigo DJx" 454 tristate "(Echoaudio) Indigo DJx" 466 select FW_LOADER 455 select FW_LOADER 467 select SND_PCM 456 select SND_PCM 468 help 457 help 469 Say 'Y' or 'M' to include support fo 458 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx. 470 459 471 To compile this driver as a module, 460 To compile this driver as a module, choose M here: the module 472 will be called snd-indigodjx 461 will be called snd-indigodjx 473 462 474 config SND_EMU10K1 463 config SND_EMU10K1 475 tristate "Emu10k1 (SB Live!, Audigy, E !! 464 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" 476 select FW_LOADER 465 select FW_LOADER 477 select SND_HWDEP 466 select SND_HWDEP 478 select SND_RAWMIDI 467 select SND_RAWMIDI 479 select SND_AC97_CODEC 468 select SND_AC97_CODEC 480 select SND_TIMER 469 select SND_TIMER 481 select SND_SEQ_DEVICE if SND_SEQUENCER 470 select SND_SEQ_DEVICE if SND_SEQUENCER != n 482 depends on ZONE_DMA && HAS_IOPORT !! 471 depends on ZONE_DMA 483 help 472 help 484 Say Y to include support for Sound B 473 Say Y to include support for Sound Blaster PCI 512, Live!, 485 Audigy and E-MU APS/0404/1010/1212/1 !! 474 Audigy and E-mu APS (partially supported) soundcards. 486 475 487 The confusing multitude of mixer con 476 The confusing multitude of mixer controls is documented in 488 <file:Documentation/sound/cards/sb-l 477 <file:Documentation/sound/cards/sb-live-mixer.rst> and 489 <file:Documentation/sound/cards/audi 478 <file:Documentation/sound/cards/audigy-mixer.rst>. 490 479 491 To compile this driver as a module, 480 To compile this driver as a module, choose M here: the module 492 will be called snd-emu10k1. 481 will be called snd-emu10k1. 493 482 494 # select SEQ stuff to min(SND_SEQUENCER,SND_XX 483 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX) 495 config SND_EMU10K1_SEQ 484 config SND_EMU10K1_SEQ 496 def_tristate SND_SEQUENCER && SND_EMU1 485 def_tristate SND_SEQUENCER && SND_EMU10K1 497 select SND_SEQ_MIDI_EMUL 486 select SND_SEQ_MIDI_EMUL 498 select SND_SEQ_VIRMIDI 487 select SND_SEQ_VIRMIDI 499 select SND_SYNTH_EMUX 488 select SND_SYNTH_EMUX 500 489 501 config SND_EMU10K1X 490 config SND_EMU10K1X 502 tristate "Emu10k1X (Dell OEM Version)" 491 tristate "Emu10k1X (Dell OEM Version)" 503 select SND_AC97_CODEC 492 select SND_AC97_CODEC 504 select SND_RAWMIDI 493 select SND_RAWMIDI 505 depends on ZONE_DMA && HAS_IOPORT !! 494 depends on ZONE_DMA 506 help 495 help 507 Say Y here to include support for th 496 Say Y here to include support for the Dell OEM version of the 508 Sound Blaster Live!. 497 Sound Blaster Live!. 509 498 510 To compile this driver as a module, 499 To compile this driver as a module, choose M here: the module 511 will be called snd-emu10k1x. 500 will be called snd-emu10k1x. 512 501 513 config SND_ENS1370 502 config SND_ENS1370 514 tristate "(Creative) Ensoniq AudioPCI 503 tristate "(Creative) Ensoniq AudioPCI 1370" 515 depends on HAS_IOPORT << 516 select SND_RAWMIDI 504 select SND_RAWMIDI 517 select SND_PCM 505 select SND_PCM 518 help 506 help 519 Say Y here to include support for En 507 Say Y here to include support for Ensoniq AudioPCI ES1370 chips. 520 508 521 To compile this driver as a module, 509 To compile this driver as a module, choose M here: the module 522 will be called snd-ens1370. 510 will be called snd-ens1370. 523 511 524 config SND_ENS1371 512 config SND_ENS1371 525 tristate "(Creative) Ensoniq AudioPCI 513 tristate "(Creative) Ensoniq AudioPCI 1371/1373" 526 depends on HAS_IOPORT << 527 select SND_RAWMIDI 514 select SND_RAWMIDI 528 select SND_AC97_CODEC 515 select SND_AC97_CODEC 529 help 516 help 530 Say Y here to include support for En 517 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and 531 Sound Blaster PCI 64 or 128 soundcar 518 Sound Blaster PCI 64 or 128 soundcards. 532 519 533 To compile this driver as a module, 520 To compile this driver as a module, choose M here: the module 534 will be called snd-ens1371. 521 will be called snd-ens1371. 535 522 536 config SND_ES1938 523 config SND_ES1938 537 tristate "ESS ES1938/1946/1969 (Solo-1 524 tristate "ESS ES1938/1946/1969 (Solo-1)" 538 select SND_OPL3_LIB 525 select SND_OPL3_LIB 539 select SND_MPU401_UART 526 select SND_MPU401_UART 540 select SND_AC97_CODEC 527 select SND_AC97_CODEC 541 depends on ZONE_DMA && HAS_IOPORT !! 528 depends on ZONE_DMA 542 help 529 help 543 Say Y here to include support for so 530 Say Y here to include support for soundcards based on ESS Solo-1 544 (ES1938, ES1946, ES1969) chips. 531 (ES1938, ES1946, ES1969) chips. 545 532 546 To compile this driver as a module, 533 To compile this driver as a module, choose M here: the module 547 will be called snd-es1938. 534 will be called snd-es1938. 548 535 549 config SND_ES1968 536 config SND_ES1968 550 tristate "ESS ES1968/1978 (Maestro-1/2 537 tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 551 select SND_MPU401_UART 538 select SND_MPU401_UART 552 select SND_AC97_CODEC 539 select SND_AC97_CODEC 553 depends on ZONE_DMA && HAS_IOPORT !! 540 depends on ZONE_DMA 554 help 541 help 555 Say Y here to include support for so 542 Say Y here to include support for soundcards based on ESS Maestro 556 1/2/2E chips. 543 1/2/2E chips. 557 544 558 To compile this driver as a module, 545 To compile this driver as a module, choose M here: the module 559 will be called snd-es1968. 546 will be called snd-es1968. 560 547 561 config SND_ES1968_INPUT 548 config SND_ES1968_INPUT 562 bool "Enable input device for es1968 v 549 bool "Enable input device for es1968 volume buttons" 563 depends on SND_ES1968 550 depends on SND_ES1968 564 depends on INPUT=y || INPUT=SND_ES1968 551 depends on INPUT=y || INPUT=SND_ES1968 565 help 552 help 566 If you say Y here, you will get an i 553 If you say Y here, you will get an input device which reports 567 keypresses for the volume buttons co 554 keypresses for the volume buttons connected to the es1968 chip. 568 If you say N the buttons will direct 555 If you say N the buttons will directly control the master volume. 569 It is recommended to say Y. 556 It is recommended to say Y. 570 557 571 config SND_ES1968_RADIO 558 config SND_ES1968_RADIO 572 bool "Enable TEA5757 radio tuner suppo 559 bool "Enable TEA5757 radio tuner support for es1968" 573 depends on SND_ES1968 560 depends on SND_ES1968 574 depends on MEDIA_RADIO_SUPPORT 561 depends on MEDIA_RADIO_SUPPORT 575 depends on VIDEO_DEV=y || VIDEO_DEV=SN 562 depends on VIDEO_DEV=y || VIDEO_DEV=SND_ES1968 576 select RADIO_ADAPTERS 563 select RADIO_ADAPTERS 577 select RADIO_TEA575X 564 select RADIO_TEA575X 578 565 579 help 566 help 580 Say Y here to include support for TE 567 Say Y here to include support for TEA5757 radio tuner integrated on 581 some MediaForte cards (e.g. SF64-PCE 568 some MediaForte cards (e.g. SF64-PCE2). 582 569 583 config SND_FM801 570 config SND_FM801 584 tristate "ForteMedia FM801" 571 tristate "ForteMedia FM801" 585 depends on HAS_IOPORT << 586 select SND_OPL3_LIB 572 select SND_OPL3_LIB 587 select SND_MPU401_UART 573 select SND_MPU401_UART 588 select SND_AC97_CODEC 574 select SND_AC97_CODEC 589 help 575 help 590 Say Y here to include support for so 576 Say Y here to include support for soundcards based on the ForteMedia 591 FM801 chip. 577 FM801 chip. 592 578 593 To compile this driver as a module, 579 To compile this driver as a module, choose M here: the module 594 will be called snd-fm801. 580 will be called snd-fm801. 595 581 596 config SND_FM801_TEA575X_BOOL 582 config SND_FM801_TEA575X_BOOL 597 bool "ForteMedia FM801 + TEA5757 tuner 583 bool "ForteMedia FM801 + TEA5757 tuner" 598 depends on SND_FM801 584 depends on SND_FM801 599 depends on MEDIA_RADIO_SUPPORT 585 depends on MEDIA_RADIO_SUPPORT 600 depends on VIDEO_DEV=y || VIDEO_DEV=SN 586 depends on VIDEO_DEV=y || VIDEO_DEV=SND_FM801 601 select RADIO_ADAPTERS 587 select RADIO_ADAPTERS 602 select RADIO_TEA575X 588 select RADIO_TEA575X 603 help 589 help 604 Say Y here to include support for so 590 Say Y here to include support for soundcards based on the ForteMedia 605 FM801 chip with a TEA5757 tuner (Med 591 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and 606 SF64-PCR) into the snd-fm801 driver. 592 SF64-PCR) into the snd-fm801 driver. 607 593 608 config SND_HDSP 594 config SND_HDSP 609 tristate "RME Hammerfall DSP Audio" 595 tristate "RME Hammerfall DSP Audio" 610 select FW_LOADER 596 select FW_LOADER 611 select SND_HWDEP 597 select SND_HWDEP 612 select SND_RAWMIDI 598 select SND_RAWMIDI 613 select SND_PCM 599 select SND_PCM 614 help 600 help 615 Say Y here to include support for RM 601 Say Y here to include support for RME Hammerfall DSP Audio 616 soundcards. 602 soundcards. 617 603 618 To compile this driver as a module, 604 To compile this driver as a module, choose M here: the module 619 will be called snd-hdsp. 605 will be called snd-hdsp. 620 606 621 comment "Don't forget to add built-in firmware 607 comment "Don't forget to add built-in firmwares for HDSP driver" 622 depends on SND_HDSP=y 608 depends on SND_HDSP=y 623 609 624 config SND_HDSPM 610 config SND_HDSPM 625 tristate "RME Hammerfall DSP MADI/RayD 611 tristate "RME Hammerfall DSP MADI/RayDAT/AIO" 626 select SND_HWDEP 612 select SND_HWDEP 627 select SND_RAWMIDI 613 select SND_RAWMIDI 628 select SND_PCM 614 select SND_PCM 629 help 615 help 630 Say Y here to include support for RM 616 Say Y here to include support for RME Hammerfall DSP MADI, 631 RayDAT and AIO soundcards. 617 RayDAT and AIO soundcards. 632 618 633 To compile this driver as a module, 619 To compile this driver as a module, choose M here: the module 634 will be called snd-hdspm. 620 will be called snd-hdspm. 635 621 636 config SND_ICE1712 622 config SND_ICE1712 637 tristate "ICEnsemble ICE1712 (Envy24)" 623 tristate "ICEnsemble ICE1712 (Envy24)" 638 select SND_MPU401_UART 624 select SND_MPU401_UART 639 select SND_AC97_CODEC 625 select SND_AC97_CODEC 640 select BITREVERSE 626 select BITREVERSE 641 depends on ZONE_DMA && HAS_IOPORT !! 627 depends on ZONE_DMA 642 help 628 help 643 Say Y here to include support for so 629 Say Y here to include support for soundcards based on the 644 ICE1712 (Envy24) chip. 630 ICE1712 (Envy24) chip. 645 631 646 Currently supported hardware is: M-A 632 Currently supported hardware is: M-Audio Delta 1010(LT), 647 DiO 2496, 66, 44, 410, Audiophile 24 633 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; 648 TerraTec EWX 24/96, EWS 88MT/D, DMX 634 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88; 649 Hoontech SoundTrack DSP 24/Value/Med 635 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8; 650 Lionstracs Mediastation, Terrasoniq 636 Lionstracs Mediastation, Terrasoniq TS 88. 651 637 652 To compile this driver as a module, 638 To compile this driver as a module, choose M here: the module 653 will be called snd-ice1712. 639 will be called snd-ice1712. 654 640 655 config SND_ICE1724 641 config SND_ICE1724 656 tristate "ICE/VT1724/1720 (Envy24HT/PT 642 tristate "ICE/VT1724/1720 (Envy24HT/PT)" 657 depends on HAS_IOPORT << 658 select SND_RAWMIDI 643 select SND_RAWMIDI 659 select SND_AC97_CODEC 644 select SND_AC97_CODEC 660 select SND_VMASTER 645 select SND_VMASTER 661 help 646 help 662 Say Y here to include support for so 647 Say Y here to include support for soundcards based on 663 ICE/VT1724/1720 (Envy24HT/PT) chips. 648 ICE/VT1724/1720 (Envy24HT/PT) chips. 664 649 665 Currently supported hardware is: AMP 650 Currently supported hardware is: AMP AUDIO2000; M-Audio 666 Revolution 5.1, 7.1, Audiophile 192; 651 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky, 667 7.1 Space/Universe, Phase 22/28; Onk 652 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI; 668 AudioTrak Prodigy 192, 7.1 (HIFI/LT/ 653 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules 669 Fortissimo IV; ESI Juli@; Pontis MS3 654 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal 670 192M; Albatron K8X800 Pro II; Chaint 655 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS, 671 AV-710; Shuttle SN25P; Philips PSC72 656 AV-710; Shuttle SN25P; Philips PSC724 Ultimate Edge. 672 657 673 To compile this driver as a module, 658 To compile this driver as a module, choose M here: the module 674 will be called snd-ice1724. 659 will be called snd-ice1724. 675 660 676 config SND_INTEL8X0 661 config SND_INTEL8X0 677 tristate "Intel/SiS/nVidia/AMD/ALi AC9 662 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" 678 select SND_AC97_CODEC 663 select SND_AC97_CODEC 679 help 664 help 680 Say Y here to include support for th 665 Say Y here to include support for the integrated AC97 sound 681 device on motherboards with Intel/Si 666 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or 682 ALi chipsets using the M5455 Audio C 667 ALi chipsets using the M5455 Audio Controller. (There is a 683 separate driver for ALi M5451 Audio 668 separate driver for ALi M5451 Audio Controllers.) 684 669 685 To compile this driver as a module, 670 To compile this driver as a module, choose M here: the module 686 will be called snd-intel8x0. 671 will be called snd-intel8x0. 687 672 688 config SND_INTEL8X0M 673 config SND_INTEL8X0M 689 tristate "Intel/SiS/nVidia/AMD MC97 Mo 674 tristate "Intel/SiS/nVidia/AMD MC97 Modem" 690 select SND_AC97_CODEC 675 select SND_AC97_CODEC 691 help 676 help 692 Say Y here to include support for th 677 Say Y here to include support for the integrated MC97 modem on 693 motherboards with Intel/SiS/nVidia/A 678 motherboards with Intel/SiS/nVidia/AMD chipsets. 694 679 695 To compile this driver as a module, 680 To compile this driver as a module, choose M here: the module 696 will be called snd-intel8x0m. 681 will be called snd-intel8x0m. 697 682 698 config SND_KORG1212 683 config SND_KORG1212 699 tristate "Korg 1212 IO" 684 tristate "Korg 1212 IO" 700 select SND_PCM 685 select SND_PCM 701 help 686 help 702 Say Y here to include support for Ko 687 Say Y here to include support for Korg 1212IO soundcards. 703 688 704 To compile this driver as a module, 689 To compile this driver as a module, choose M here: the module 705 will be called snd-korg1212. 690 will be called snd-korg1212. 706 691 707 config SND_LOLA 692 config SND_LOLA 708 tristate "Digigram Lola" 693 tristate "Digigram Lola" 709 select SND_PCM 694 select SND_PCM 710 help 695 help 711 Say Y to include support for Digigra 696 Say Y to include support for Digigram Lola boards. 712 697 713 To compile this driver as a module, 698 To compile this driver as a module, choose M here: the module 714 will be called snd-lola. 699 will be called snd-lola. 715 700 716 config SND_LX6464ES 701 config SND_LX6464ES 717 tristate "Digigram LX6464ES" 702 tristate "Digigram LX6464ES" 718 depends on HAS_IOPORT_MAP 703 depends on HAS_IOPORT_MAP 719 select SND_PCM 704 select SND_PCM 720 help 705 help 721 Say Y here to include support for Di 706 Say Y here to include support for Digigram LX6464ES boards. 722 707 723 To compile this driver as a module, 708 To compile this driver as a module, choose M here: the module 724 will be called snd-lx6464es. 709 will be called snd-lx6464es. 725 710 726 711 727 config SND_MAESTRO3 712 config SND_MAESTRO3 728 tristate "ESS Allegro/Maestro3" 713 tristate "ESS Allegro/Maestro3" 729 select SND_AC97_CODEC 714 select SND_AC97_CODEC 730 depends on ZONE_DMA && HAS_IOPORT !! 715 depends on ZONE_DMA 731 help 716 help 732 Say Y here to include support for so 717 Say Y here to include support for soundcards based on ESS Maestro 3 733 (Allegro) chips. 718 (Allegro) chips. 734 719 735 To compile this driver as a module, 720 To compile this driver as a module, choose M here: the module 736 will be called snd-maestro3. 721 will be called snd-maestro3. 737 722 738 config SND_MAESTRO3_INPUT 723 config SND_MAESTRO3_INPUT 739 bool "Enable input device for maestro3 724 bool "Enable input device for maestro3 volume buttons" 740 depends on SND_MAESTRO3 725 depends on SND_MAESTRO3 741 depends on INPUT=y || INPUT=SND_MAESTR 726 depends on INPUT=y || INPUT=SND_MAESTRO3 742 help 727 help 743 If you say Y here, you will get an i 728 If you say Y here, you will get an input device which reports 744 keypresses for the volume buttons co 729 keypresses for the volume buttons connected to the maestro3 chip. 745 If you say N the buttons will direct 730 If you say N the buttons will directly control the master volume. 746 It is recommended to say Y. 731 It is recommended to say Y. 747 732 748 config SND_MIXART 733 config SND_MIXART 749 tristate "Digigram miXart" 734 tristate "Digigram miXart" 750 select FW_LOADER 735 select FW_LOADER 751 select SND_HWDEP 736 select SND_HWDEP 752 select SND_PCM 737 select SND_PCM 753 help 738 help 754 If you want to use Digigram miXart s 739 If you want to use Digigram miXart soundcards, say Y here and 755 read <file:Documentation/sound/cards 740 read <file:Documentation/sound/cards/mixart.rst>. 756 741 757 To compile this driver as a module, 742 To compile this driver as a module, choose M here: the module 758 will be called snd-mixart. 743 will be called snd-mixart. 759 744 760 config SND_NM256 745 config SND_NM256 761 tristate "NeoMagic NM256AV/ZX" 746 tristate "NeoMagic NM256AV/ZX" 762 select SND_AC97_CODEC 747 select SND_AC97_CODEC 763 help 748 help 764 Say Y here to include support for Ne 749 Say Y here to include support for NeoMagic NM256AV/ZX chips. 765 750 766 To compile this driver as a module, 751 To compile this driver as a module, choose M here: the module 767 will be called snd-nm256. 752 will be called snd-nm256. 768 753 769 config SND_PCXHR 754 config SND_PCXHR 770 tristate "Digigram PCXHR" 755 tristate "Digigram PCXHR" 771 depends on HAS_IOPORT << 772 select FW_LOADER 756 select FW_LOADER 773 select SND_PCM 757 select SND_PCM 774 select SND_HWDEP 758 select SND_HWDEP 775 help 759 help 776 Say Y here to include support for Di 760 Say Y here to include support for Digigram PCXHR boards. 777 761 778 To compile this driver as a module, 762 To compile this driver as a module, choose M here: the module 779 will be called snd-pcxhr. 763 will be called snd-pcxhr. 780 764 781 config SND_RIPTIDE 765 config SND_RIPTIDE 782 tristate "Conexant Riptide" 766 tristate "Conexant Riptide" 783 depends on HAS_IOPORT << 784 select FW_LOADER 767 select FW_LOADER 785 select SND_OPL3_LIB 768 select SND_OPL3_LIB 786 select SND_MPU401_UART 769 select SND_MPU401_UART 787 select SND_AC97_CODEC 770 select SND_AC97_CODEC 788 help 771 help 789 Say 'Y' or 'M' to include support fo 772 Say 'Y' or 'M' to include support for Conexant Riptide chip. 790 773 791 To compile this driver as a module, 774 To compile this driver as a module, choose M here: the module 792 will be called snd-riptide 775 will be called snd-riptide 793 776 794 config SND_RME32 777 config SND_RME32 795 tristate "RME Digi32, 32/8, 32 PRO" 778 tristate "RME Digi32, 32/8, 32 PRO" 796 select SND_PCM 779 select SND_PCM 797 help 780 help 798 Say Y to include support for RME Dig 781 Say Y to include support for RME Digi32, Digi32 PRO and 799 Digi32/8 (Sek'd Prodif32, Prodif96 a 782 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio 800 devices. 783 devices. 801 784 802 To compile this driver as a module, 785 To compile this driver as a module, choose M here: the module 803 will be called snd-rme32. 786 will be called snd-rme32. 804 787 805 config SND_RME96 788 config SND_RME96 806 tristate "RME Digi96, 96/8, 96/8 PRO" 789 tristate "RME Digi96, 96/8, 96/8 PRO" 807 select SND_PCM 790 select SND_PCM 808 help 791 help 809 Say Y here to include support for RM 792 Say Y here to include support for RME Digi96, Digi96/8 and 810 Digi96/8 PRO/PAD/PST soundcards. 793 Digi96/8 PRO/PAD/PST soundcards. 811 794 812 To compile this driver as a module, 795 To compile this driver as a module, choose M here: the module 813 will be called snd-rme96. 796 will be called snd-rme96. 814 797 815 config SND_RME9652 798 config SND_RME9652 816 tristate "RME Digi9652 (Hammerfall)" 799 tristate "RME Digi9652 (Hammerfall)" 817 select SND_PCM 800 select SND_PCM 818 help 801 help 819 Say Y here to include support for RM 802 Say Y here to include support for RME Hammerfall (RME 820 Digi9652/Digi9636) soundcards. 803 Digi9652/Digi9636) soundcards. 821 804 822 To compile this driver as a module, 805 To compile this driver as a module, choose M here: the module 823 will be called snd-rme9652. 806 will be called snd-rme9652. 824 807 825 config SND_SE6X 808 config SND_SE6X 826 tristate "Studio Evolution SE6X" 809 tristate "Studio Evolution SE6X" 827 depends on SND_OXYGEN=n && SND_VIRTUOS 810 depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict 828 depends on HAS_IOPORT << 829 select SND_OXYGEN_LIB 811 select SND_OXYGEN_LIB 830 select SND_PCM 812 select SND_PCM 831 select SND_MPU401_UART 813 select SND_MPU401_UART 832 help 814 help 833 Say Y or M here only if you actually 815 Say Y or M here only if you actually have this sound card. 834 816 835 config SND_SIS7019 817 config SND_SIS7019 836 tristate "SiS 7019 Audio Accelerator" 818 tristate "SiS 7019 Audio Accelerator" 837 depends on X86_32 819 depends on X86_32 838 select SND_AC97_CODEC 820 select SND_AC97_CODEC 839 depends on ZONE_DMA 821 depends on ZONE_DMA 840 help 822 help 841 Say Y here to include support for th 823 Say Y here to include support for the SiS 7019 Audio Accelerator. 842 824 843 To compile this driver as a module, 825 To compile this driver as a module, choose M here: the module 844 will be called snd-sis7019. 826 will be called snd-sis7019. 845 827 846 config SND_SONICVIBES 828 config SND_SONICVIBES 847 tristate "S3 SonicVibes" 829 tristate "S3 SonicVibes" 848 select SND_OPL3_LIB 830 select SND_OPL3_LIB 849 select SND_MPU401_UART 831 select SND_MPU401_UART 850 select SND_AC97_CODEC 832 select SND_AC97_CODEC 851 depends on ZONE_DMA && HAS_IOPORT !! 833 depends on ZONE_DMA 852 help 834 help 853 Say Y here to include support for so 835 Say Y here to include support for soundcards based on the S3 854 SonicVibes chip. 836 SonicVibes chip. 855 837 856 To compile this driver as a module, 838 To compile this driver as a module, choose M here: the module 857 will be called snd-sonicvibes. 839 will be called snd-sonicvibes. 858 840 859 config SND_TRIDENT 841 config SND_TRIDENT 860 tristate "Trident 4D-Wave DX/NX; SiS 7 842 tristate "Trident 4D-Wave DX/NX; SiS 7018" 861 select SND_MPU401_UART 843 select SND_MPU401_UART 862 select SND_AC97_CODEC 844 select SND_AC97_CODEC 863 depends on ZONE_DMA && HAS_IOPORT !! 845 depends on ZONE_DMA 864 help 846 help 865 Say Y here to include support for so 847 Say Y here to include support for soundcards based on Trident 866 4D-Wave DX/NX or SiS 7018 chips. 848 4D-Wave DX/NX or SiS 7018 chips. 867 849 868 To compile this driver as a module, 850 To compile this driver as a module, choose M here: the module 869 will be called snd-trident. 851 will be called snd-trident. 870 852 871 config SND_VIA82XX 853 config SND_VIA82XX 872 tristate "VIA 82C686A/B, 8233/8235 AC9 854 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" 873 depends on HAS_IOPORT << 874 select SND_MPU401_UART 855 select SND_MPU401_UART 875 select SND_AC97_CODEC 856 select SND_AC97_CODEC 876 help 857 help 877 Say Y here to include support for th 858 Say Y here to include support for the integrated AC97 sound 878 device on motherboards with VIA chip 859 device on motherboards with VIA chipsets. 879 860 880 To compile this driver as a module, 861 To compile this driver as a module, choose M here: the module 881 will be called snd-via82xx. 862 will be called snd-via82xx. 882 863 883 config SND_VIA82XX_MODEM 864 config SND_VIA82XX_MODEM 884 tristate "VIA 82C686A/B, 8233 based Mo 865 tristate "VIA 82C686A/B, 8233 based Modems" 885 depends on HAS_IOPORT << 886 select SND_AC97_CODEC 866 select SND_AC97_CODEC 887 help 867 help 888 Say Y here to include support for th 868 Say Y here to include support for the integrated MC97 modem on 889 motherboards with VIA chipsets. 869 motherboards with VIA chipsets. 890 870 891 To compile this driver as a module, 871 To compile this driver as a module, choose M here: the module 892 will be called snd-via82xx-modem. 872 will be called snd-via82xx-modem. 893 873 894 config SND_VIRTUOSO 874 config SND_VIRTUOSO 895 tristate "Asus Virtuoso 66/100/200 (Xo 875 tristate "Asus Virtuoso 66/100/200 (Xonar)" 896 depends on HAS_IOPORT << 897 select SND_OXYGEN_LIB 876 select SND_OXYGEN_LIB 898 select SND_PCM 877 select SND_PCM 899 select SND_MPU401_UART 878 select SND_MPU401_UART 900 select SND_JACK 879 select SND_JACK 901 help 880 help 902 Say Y here to include support for so 881 Say Y here to include support for sound cards based on the 903 Asus AV66/AV100/AV200 chips, i.e., X 882 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX, 904 Essence ST (Deluxe), and Essence STX 883 Essence ST (Deluxe), and Essence STX (II). 905 Support for the HDAV1.3 (Deluxe) and 884 Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental; 906 for the Xense, missing. 885 for the Xense, missing. 907 886 908 To compile this driver as a module, 887 To compile this driver as a module, choose M here: the module 909 will be called snd-virtuoso. 888 will be called snd-virtuoso. 910 889 911 config SND_VX222 890 config SND_VX222 912 tristate "Digigram VX222" 891 tristate "Digigram VX222" 913 depends on HAS_IOPORT << 914 select SND_VX_LIB 892 select SND_VX_LIB 915 help 893 help 916 Say Y here to include support for Di 894 Say Y here to include support for Digigram VX222 soundcards. 917 895 918 To compile this driver as a module, 896 To compile this driver as a module, choose M here: the module 919 will be called snd-vx222. 897 will be called snd-vx222. 920 898 921 config SND_YMFPCI 899 config SND_YMFPCI 922 tristate "Yamaha YMF724/740/744/754" 900 tristate "Yamaha YMF724/740/744/754" 923 depends on HAS_IOPORT << 924 select SND_OPL3_LIB 901 select SND_OPL3_LIB 925 select SND_MPU401_UART 902 select SND_MPU401_UART 926 select SND_AC97_CODEC 903 select SND_AC97_CODEC 927 select SND_TIMER 904 select SND_TIMER 928 help 905 help 929 Say Y here to include support for Ya 906 Say Y here to include support for Yamaha PCI audio chips - 930 YMF724, YMF724F, YMF740, YMF740C, YM 907 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 931 908 932 To compile this driver as a module, 909 To compile this driver as a module, choose M here: the module 933 will be called snd-ymfpci. 910 will be called snd-ymfpci. 934 911 935 endif # SND_PCI 912 endif # SND_PCI 936 913 937 source "sound/pci/hda/Kconfig" 914 source "sound/pci/hda/Kconfig"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.