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

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


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

~ [ 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