Kconfig (621887aee9c7b4b613c12b82b83df7e56877f303) | Kconfig (dda369cf2022fb767b158c4ba2fe2f1ca1fba29c) |
---|---|
1# ALSA PCI drivers 2 3menu "PCI devices" 4 depends on SND!=n && PCI 5 6config SND_AD1889 7 tristate "Analog Devices AD1889" 8 depends on SND --- 19 unchanged lines hidden (view full) --- 28 will be called snd-als300 29 30config SND_ALS4000 31 tristate "Avance Logic ALS4000" 32 depends on SND && ISA_DMA_API 33 select SND_OPL3_LIB 34 select SND_MPU401_UART 35 select SND_PCM | 1# ALSA PCI drivers 2 3menu "PCI devices" 4 depends on SND!=n && PCI 5 6config SND_AD1889 7 tristate "Analog Devices AD1889" 8 depends on SND --- 19 unchanged lines hidden (view full) --- 28 will be called snd-als300 29 30config SND_ALS4000 31 tristate "Avance Logic ALS4000" 32 depends on SND && ISA_DMA_API 33 select SND_OPL3_LIB 34 select SND_MPU401_UART 35 select SND_PCM |
36 select SND_SB_COMMON |
|
36 help 37 Say Y here to include support for soundcards based on Avance Logic 38 ALS4000 chips. 39 40 To compile this driver as a module, choose M here: the module 41 will be called snd-als4000. 42 43config SND_ALI5451 --- 169 unchanged lines hidden (view full) --- 213 help 214 Say Y here to use a new DSP image for SPDIF and dual codecs. 215 216 This works better than the old code, so say Y. 217 218config SND_CS5530 219 tristate "CS5530 Audio" 220 depends on SND && ISA_DMA_API | 37 help 38 Say Y here to include support for soundcards based on Avance Logic 39 ALS4000 chips. 40 41 To compile this driver as a module, choose M here: the module 42 will be called snd-als4000. 43 44config SND_ALI5451 --- 169 unchanged lines hidden (view full) --- 214 help 215 Say Y here to use a new DSP image for SPDIF and dual codecs. 216 217 This works better than the old code, so say Y. 218 219config SND_CS5530 220 tristate "CS5530 Audio" 221 depends on SND && ISA_DMA_API |
221 select SND_SB16 | 222 select SND_SB16_DSP |
222 help 223 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 224 225 To compile this driver as a module, choose M here: the module 226 will be called snd-cs5530. 227 228config SND_CS5535AUDIO 229 tristate "CS5535/CS5536 Audio" --- 572 unchanged lines hidden --- | 223 help 224 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 225 226 To compile this driver as a module, choose M here: the module 227 will be called snd-cs5530. 228 229config SND_CS5535AUDIO 230 tristate "CS5535/CS5536 Audio" --- 572 unchanged lines hidden --- |