]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | # drivers/sound/Config.in |
2 | # | |
3 | # 18 Apr 1998, Michael Elizabeth Chastain, <mailto:[email protected]> | |
4 | # More hacking for modularisation. | |
5 | # | |
6 | # Prompt user for primary drivers. | |
cecd1ca0 | 7 | |
1e5f5e5c AB |
8 | config OSS_OBSOLETE_DRIVER |
9 | bool "Obsolete OSS drivers" | |
10 | depends on SOUND_PRIME | |
11 | help | |
12 | This option enables support for obsolete OSS drivers that | |
13 | are scheduled for removal in the near future since there | |
14 | are ALSA drivers for the same hardware. | |
15 | ||
16 | Please contact Adrian Bunk <[email protected]> if you had to | |
17 | say Y here because your soundcard is not properly supported | |
18 | by ALSA. | |
19 | ||
20 | If unsure, say N. | |
21 | ||
1da177e4 LT |
22 | config SOUND_BT878 |
23 | tristate "BT878 audio dma" | |
aafda4e0 | 24 | depends on SOUND_PRIME && PCI |
1da177e4 LT |
25 | ---help--- |
26 | Audio DMA support for bt878 based grabber boards. As you might have | |
27 | already noticed, bt878 is listed with two functions in /proc/pci. | |
28 | Function 0 does the video stuff (bt848 compatible), function 1 does | |
29 | the same for audio data. This is a driver for the audio part of | |
30 | the chip. If you say 'Y' here you get a oss-compatible dsp device | |
31 | where you can record from. If you want just watch TV you probably | |
32 | don't need this driver as most TV cards handle sound with a short | |
33 | cable from the TV card to your sound card's line-in. | |
34 | ||
35 | To compile this driver as a module, choose M here: the module will | |
36 | be called btaudio. | |
37 | ||
1da177e4 LT |
38 | config SOUND_EMU10K1 |
39 | tristate "Creative SBLive! (EMU10K1)" | |
1e5f5e5c | 40 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
41 | ---help--- |
42 | Say Y or M if you have a PCI sound card using the EMU10K1 chipset, | |
43 | such as the Creative SBLive!, SB PCI512 or Emu-APS. | |
44 | ||
45 | For more information on this driver and the degree of support for | |
46 | the different card models please check: | |
47 | ||
6054b68e | 48 | <http://sourceforge.net/projects/emu10k1/> |
1da177e4 LT |
49 | |
50 | It is now possible to load dsp microcode patches into the EMU10K1 | |
51 | chip. These patches are used to implement real time sound | |
52 | processing effects which include for example: signal routing, | |
53 | bass/treble control, AC3 passthrough, ... | |
54 | Userspace tools to create new patches and load/unload them can be | |
55 | found in the emu-tools package at the above URL. | |
56 | ||
57 | config MIDI_EMU10K1 | |
58 | bool "Creative SBLive! MIDI (EXPERIMENTAL)" | |
276bd31c | 59 | depends on SOUND_EMU10K1 && EXPERIMENTAL && ISA_DMA_API |
1da177e4 LT |
60 | help |
61 | Say Y if you want to be able to use the OSS /dev/sequencer | |
62 | interface. This code is still experimental. | |
63 | ||
64 | config SOUND_FUSION | |
65 | tristate "Crystal SoundFusion (CS4280/461x)" | |
1e5f5e5c | 66 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
67 | help |
68 | This module drives the Crystal SoundFusion devices (CS4280/46xx | |
69 | series) when wired as native sound drivers with AC97 codecs. If | |
70 | this driver does not work try the CS4232 driver. | |
71 | ||
1da177e4 LT |
72 | config SOUND_BCM_CS4297A |
73 | tristate "Crystal Sound CS4297a (for Swarm)" | |
b6260cd3 | 74 | depends on SOUND_PRIME && SIBYTE_SWARM |
1da177e4 LT |
75 | help |
76 | The BCM91250A has a Crystal CS4297a on synchronous serial | |
77 | port B (in addition to the DB-9 serial port). Say Y or M | |
78 | here to enable the sound chip instead of the UART. Also | |
79 | note that CONFIG_KGDB should not be enabled at the same | |
80 | time, since it also attempts to use this UART port. | |
81 | ||
1da177e4 LT |
82 | config SOUND_ES1371 |
83 | tristate "Creative Ensoniq AudioPCI 97 (ES1371)" | |
aafda4e0 | 84 | depends on SOUND_PRIME && PCI |
1da177e4 LT |
85 | help |
86 | Say Y or M if you have a PCI sound card utilizing the Ensoniq | |
87 | ES1371 chipset, such as Ensoniq's AudioPCI97. To find out if | |
88 | your sound card uses an ES1371 without removing your computer's | |
89 | cover, use lspci -n and look for the PCI ID 1274:1371. Since | |
90 | Ensoniq was bought by Creative Labs, Sound Blaster 64/PCI | |
91 | models are either ES1370 or ES1371 based. This driver differs | |
92 | slightly from OSS/Free, so PLEASE READ | |
93 | <file:Documentation/sound/oss/es1371>. | |
94 | ||
1da177e4 LT |
95 | config SOUND_ICH |
96 | tristate "Intel ICH (i8xx) audio support" | |
b6260cd3 | 97 | depends on SOUND_PRIME && PCI |
1da177e4 LT |
98 | help |
99 | Support for integral audio in Intel's I/O Controller Hub (ICH) | |
100 | chipset, as used on the 810/820/840 motherboards. | |
101 | ||
1da177e4 LT |
102 | config SOUND_VWSND |
103 | tristate "SGI Visual Workstation Sound" | |
b6260cd3 | 104 | depends on SOUND_PRIME && X86_VISWS |
1da177e4 LT |
105 | help |
106 | Say Y or M if you have an SGI Visual Workstation and you want to be | |
107 | able to use its on-board audio. Read | |
108 | <file:Documentation/sound/oss/vwsnd> for more info on this driver's | |
109 | capabilities. | |
110 | ||
111 | config SOUND_HAL2 | |
112 | tristate "SGI HAL2 sound (EXPERIMENTAL)" | |
b6260cd3 | 113 | depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL |
1da177e4 | 114 | help |
b97b36bf K |
115 | Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to |
116 | use its on-board A2 audio system. | |
1da177e4 | 117 | |
1da177e4 LT |
118 | config SOUND_VRC5477 |
119 | tristate "NEC Vrc5477 AC97 sound" | |
b6260cd3 | 120 | depends on SOUND_PRIME && DDB5477 |
1da177e4 LT |
121 | help |
122 | Say Y here to enable sound support for the NEC Vrc5477 chip, an | |
123 | integrated, multi-function controller chip for MIPS CPUs. Works | |
124 | with the AC97 codec. | |
125 | ||
1da177e4 | 126 | config SOUND_AU1550_AC97 |
bb12b76e DP |
127 | tristate "Au1550/Au1200 AC97 Sound" |
128 | select SND_AC97_CODEC | |
129 | depends on SOUND_PRIME && (SOC_AU1550 || SOC_AU1200) | |
1da177e4 LT |
130 | |
131 | config SOUND_TRIDENT | |
132 | tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core" | |
0e6d0d89 | 133 | depends on SOUND_PRIME && PCI |
1da177e4 LT |
134 | ---help--- |
135 | Say Y or M if you have a PCI sound card utilizing the Trident | |
136 | 4DWave-DX/NX chipset or your mother board chipset has SiS 7018 | |
137 | or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded | |
138 | in SiS960 Super South Bridge and SiS540/630 Single Chipset. | |
139 | The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D, | |
140 | M1535+ or M1535D+ South Bridge. | |
141 | ||
142 | Use lspci -n to find out if your sound card or chipset uses | |
143 | Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands | |
144 | for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID | |
145 | 10B9:5451 stands for ALi5451. | |
146 | ||
147 | This driver supports S/PDIF in/out (record/playback) for ALi 5451 | |
148 | embedded in ALi M1535+ and M1535D+. Note that they aren't all | |
149 | enabled by default; you can enable them by saying Y to "/proc file | |
150 | system support" and "Sysctl support", and after the /proc file | |
151 | system has been mounted, executing the command | |
152 | ||
6054b68e | 153 | command what is enabled |
1da177e4 LT |
154 | |
155 | echo 0>/proc/ALi5451 pcm out is also set to S/PDIF out. (Default). | |
156 | ||
157 | echo 1>/proc/ALi5451 use S/PDIF out to output pcm data. | |
158 | ||
159 | echo 2>/proc/ALi5451 use S/PDIF out to output non-pcm data. | |
160 | (AC3...). | |
161 | ||
162 | echo 3>/proc/ALi5451 record from Ac97 in(MIC, Line in...). | |
163 | (Default). | |
164 | ||
165 | echo 4>/proc/ALi5451 no matter Ac97 settings, record from S/PDIF | |
166 | in. | |
167 | ||
168 | ||
169 | This driver differs slightly from OSS/Free, so PLEASE READ the | |
170 | comments at the top of <file:drivers/sound/trident.c>. | |
171 | ||
172 | config SOUND_MSNDCLAS | |
173 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" | |
b6260cd3 | 174 | depends on SOUND_PRIME && (m || !STANDALONE) |
1da177e4 LT |
175 | help |
176 | Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or | |
177 | Monterey (not for the Pinnacle or Fiji). | |
178 | ||
179 | See <file:Documentation/sound/oss/MultiSound> for important information | |
180 | about this driver. Note that it has been discontinued, but the | |
181 | Voyetra Turtle Beach knowledge base entry for it is still available | |
182 | at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. | |
183 | ||
184 | comment "Compiled-in MSND Classic support requires firmware during compilation." | |
185 | depends on SOUND_PRIME && SOUND_MSNDCLAS=y | |
186 | ||
187 | config MSNDCLAS_HAVE_BOOT | |
188 | bool | |
189 | depends on SOUND_MSNDCLAS=y && !STANDALONE | |
190 | default y | |
191 | ||
192 | config MSNDCLAS_INIT_FILE | |
193 | string "Full pathname of MSNDINIT.BIN firmware file" | |
194 | depends on SOUND_MSNDCLAS | |
195 | default "/etc/sound/msndinit.bin" | |
196 | help | |
197 | The MultiSound cards have two firmware files which are required for | |
198 | operation, and are not currently included. These files can be | |
199 | obtained from Turtle Beach. See | |
200 | <file:Documentation/sound/oss/MultiSound> for information on how to | |
201 | obtain this. | |
202 | ||
203 | config MSNDCLAS_PERM_FILE | |
204 | string "Full pathname of MSNDPERM.BIN firmware file" | |
205 | depends on SOUND_MSNDCLAS | |
206 | default "/etc/sound/msndperm.bin" | |
207 | help | |
208 | The MultiSound cards have two firmware files which are required for | |
209 | operation, and are not currently included. These files can be | |
210 | obtained from Turtle Beach. See | |
211 | <file:Documentation/sound/oss/MultiSound> for information on how to | |
212 | obtain this. | |
213 | ||
214 | config MSNDCLAS_IRQ | |
215 | int "MSND Classic IRQ 5, 7, 9, 10, 11, 12" | |
216 | depends on SOUND_MSNDCLAS=y | |
217 | default "5" | |
218 | help | |
219 | Interrupt Request line for the MultiSound Classic and related cards. | |
220 | ||
221 | config MSNDCLAS_MEM | |
222 | hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000" | |
223 | depends on SOUND_MSNDCLAS=y | |
224 | default "D0000" | |
225 | help | |
226 | Memory-mapped I/O base address for the MultiSound Classic and | |
227 | related cards. | |
228 | ||
229 | config MSNDCLAS_IO | |
230 | hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0" | |
231 | depends on SOUND_MSNDCLAS=y | |
232 | default "290" | |
233 | help | |
234 | I/O port address for the MultiSound Classic and related cards. | |
235 | ||
236 | config SOUND_MSNDPIN | |
237 | tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji" | |
b6260cd3 | 238 | depends on SOUND_PRIME && (m || !STANDALONE) |
1da177e4 LT |
239 | help |
240 | Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji. | |
241 | See <file:Documentation/sound/oss/MultiSound> for important information | |
242 | about this driver. Note that it has been discontinued, but the | |
243 | Voyetra Turtle Beach knowledge base entry for it is still available | |
244 | at <http://www.turtlebeach.com/site/kb_ftp/600.asp>. | |
245 | ||
246 | comment "Compiled-in MSND Pinnacle support requires firmware during compilation." | |
247 | depends on SOUND_PRIME && SOUND_MSNDPIN=y | |
248 | ||
249 | config MSNDPIN_HAVE_BOOT | |
250 | bool | |
251 | depends on SOUND_MSNDPIN=y | |
252 | default y | |
253 | ||
254 | config MSNDPIN_INIT_FILE | |
255 | string "Full pathname of PNDSPINI.BIN firmware file" | |
256 | depends on SOUND_MSNDPIN | |
257 | default "/etc/sound/pndspini.bin" | |
258 | help | |
259 | The MultiSound cards have two firmware files which are required | |
260 | for operation, and are not currently included. These files can be | |
261 | obtained from Turtle Beach. See | |
262 | <file:Documentation/sound/oss/MultiSound> for information on how to | |
263 | obtain this. | |
264 | ||
265 | config MSNDPIN_PERM_FILE | |
266 | string "Full pathname of PNDSPERM.BIN firmware file" | |
267 | depends on SOUND_MSNDPIN | |
268 | default "/etc/sound/pndsperm.bin" | |
269 | help | |
270 | The MultiSound cards have two firmware files which are required for | |
271 | operation, and are not currently included. These files can be | |
272 | obtained from Turtle Beach. See | |
273 | <file:Documentation/sound/oss/MultiSound> for information on how to | |
274 | obtain this. | |
275 | ||
276 | config MSNDPIN_IRQ | |
277 | int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12" | |
278 | depends on SOUND_MSNDPIN=y | |
279 | default "5" | |
280 | help | |
281 | Interrupt request line for the primary synthesizer on MultiSound | |
282 | Pinnacle and Fiji sound cards. | |
283 | ||
284 | config MSNDPIN_MEM | |
285 | hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000" | |
286 | depends on SOUND_MSNDPIN=y | |
287 | default "D0000" | |
288 | help | |
289 | Memory-mapped I/O base address for the primary synthesizer on | |
290 | MultiSound Pinnacle and Fiji sound cards. | |
291 | ||
292 | config MSNDPIN_IO | |
293 | hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0" | |
294 | depends on SOUND_MSNDPIN=y | |
295 | default "290" | |
296 | help | |
297 | Memory-mapped I/O base address for the primary synthesizer on | |
298 | MultiSound Pinnacle and Fiji sound cards. | |
299 | ||
300 | config MSNDPIN_DIGITAL | |
301 | bool "MSND Pinnacle has S/PDIF I/O" | |
302 | depends on SOUND_MSNDPIN=y | |
303 | help | |
304 | If you have the S/PDIF daughter board for the Pinnacle or Fiji, | |
305 | answer Y here; otherwise, say N. If you have this, you will be able | |
306 | to play and record from the S/PDIF port (digital signal). See | |
307 | <file:Documentation/sound/oss/MultiSound> for information on how to make | |
308 | use of this capability. | |
309 | ||
310 | config MSNDPIN_NONPNP | |
311 | bool "MSND Pinnacle non-PnP Mode" | |
312 | depends on SOUND_MSNDPIN=y | |
313 | help | |
314 | The Pinnacle and Fiji card resources can be configured either with | |
315 | PnP, or through a configuration port. Say Y here if your card is NOT | |
316 | in PnP mode. For the Pinnacle, configuration in non-PnP mode allows | |
317 | use of the IDE and joystick peripherals on the card as well; these | |
318 | do not show up when the card is in PnP mode. Specifying zero for any | |
319 | resource of a device will disable the device. If you are running the | |
320 | card in PnP mode, you must say N here and use isapnptools to | |
321 | configure the card's resources. | |
322 | ||
323 | comment "MSND Pinnacle DSP section will be configured to above parameters." | |
324 | depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP | |
325 | ||
326 | config MSNDPIN_CFG | |
327 | hex "MSND Pinnacle config port 250,260,270" | |
328 | depends on MSNDPIN_NONPNP | |
329 | default "250" | |
330 | help | |
331 | This is the port which the Pinnacle and Fiji uses to configure the | |
332 | card's resources when not in PnP mode. If your card is in PnP mode, | |
333 | then be sure to say N to the previous option, "MSND Pinnacle Non-PnP | |
334 | Mode". | |
335 | ||
336 | comment "Pinnacle-specific Device Configuration (0 disables)" | |
337 | depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP | |
338 | ||
339 | config MSNDPIN_MPU_IO | |
340 | hex "MSND Pinnacle MPU I/O (e.g. 330)" | |
341 | depends on MSNDPIN_NONPNP | |
342 | default "0" | |
343 | help | |
344 | Memory-mapped I/O base address for the Kurzweil daughterboard | |
345 | synthesizer on MultiSound Pinnacle and Fiji sound cards. | |
346 | ||
347 | config MSNDPIN_MPU_IRQ | |
348 | int "MSND Pinnacle MPU IRQ (e.g. 9)" | |
349 | depends on MSNDPIN_NONPNP | |
350 | default "0" | |
351 | help | |
352 | Interrupt request number for the Kurzweil daughterboard | |
353 | synthesizer on MultiSound Pinnacle and Fiji sound cards. | |
354 | ||
355 | config MSNDPIN_IDE_IO0 | |
356 | hex "MSND Pinnacle IDE I/O 0 (e.g. 170)" | |
357 | depends on MSNDPIN_NONPNP | |
358 | default "0" | |
359 | help | |
360 | CD-ROM drive 0 memory-mapped I/O base address for the MultiSound | |
361 | Pinnacle and Fiji sound cards. | |
362 | ||
363 | config MSNDPIN_IDE_IO1 | |
364 | hex "MSND Pinnacle IDE I/O 1 (e.g. 376)" | |
365 | depends on MSNDPIN_NONPNP | |
366 | default "0" | |
367 | help | |
368 | CD-ROM drive 1 memory-mapped I/O base address for the MultiSound | |
369 | Pinnacle and Fiji sound cards. | |
370 | ||
371 | config MSNDPIN_IDE_IRQ | |
372 | int "MSND Pinnacle IDE IRQ (e.g. 15)" | |
373 | depends on MSNDPIN_NONPNP | |
374 | default "0" | |
375 | help | |
376 | Interrupt request number for the IDE CD-ROM interface on the | |
377 | MultiSound Pinnacle and Fiji sound cards. | |
378 | ||
379 | config MSNDPIN_JOYSTICK_IO | |
380 | hex "MSND Pinnacle joystick I/O (e.g. 200)" | |
381 | depends on MSNDPIN_NONPNP | |
382 | default "0" | |
383 | help | |
384 | Memory-mapped I/O base address for the joystick port on MultiSound | |
385 | Pinnacle and Fiji sound cards. | |
386 | ||
387 | config MSND_FIFOSIZE | |
388 | int "MSND buffer size (kB)" | |
389 | depends on SOUND_PRIME && (SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y) | |
390 | default "128" | |
391 | help | |
392 | Configures the size of each audio buffer, in kilobytes, for | |
393 | recording and playing in the MultiSound drivers (both the Classic | |
394 | and Pinnacle). Larger values reduce the chance of data overruns at | |
395 | the expense of overall latency. If unsure, use the default. | |
396 | ||
46539264 AB |
397 | config SOUND_VIA82CXXX |
398 | tristate "VIA 82C686 Audio Codec" | |
399 | depends on SOUND_PRIME && PCI | |
400 | help | |
401 | Say Y here to include support for the audio codec found on VIA | |
402 | 82Cxxx-based chips. Typically these are built into a motherboard. | |
403 | ||
404 | DO NOT select Sound Blaster or Adlib with this driver, unless | |
405 | you have a Sound Blaster or Adlib card in addition to your VIA | |
406 | audio chip. | |
407 | ||
408 | config MIDI_VIA82CXXX | |
409 | bool "VIA 82C686 MIDI" | |
410 | depends on SOUND_VIA82CXXX && ISA_DMA_API | |
411 | help | |
412 | Answer Y to use the MIDI interface of the Via686. You may need to | |
413 | enable this in the BIOS before it will work. This is for connection | |
414 | to external MIDI hardware, and is not required for software playback | |
415 | of MIDI files. | |
416 | ||
1da177e4 LT |
417 | config SOUND_OSS |
418 | tristate "OSS sound modules" | |
276bd31c | 419 | depends on SOUND_PRIME && ISA_DMA_API |
1da177e4 LT |
420 | help |
421 | OSS is the Open Sound System suite of sound card drivers. They make | |
422 | sound programming easier since they provide a common API. Say Y or | |
423 | M here (the module will be called sound) if you haven't found a | |
424 | driver for your sound card above, then pick your driver from the | |
425 | list below. | |
426 | ||
427 | config SOUND_TRACEINIT | |
428 | bool "Verbose initialisation" | |
429 | depends on SOUND_OSS | |
430 | help | |
431 | Verbose soundcard initialization -- affects the format of autoprobe | |
432 | and initialization messages at boot time. | |
433 | ||
434 | config SOUND_DMAP | |
435 | bool "Persistent DMA buffers" | |
436 | depends on SOUND_OSS | |
437 | ---help--- | |
438 | Linux can often have problems allocating DMA buffers for ISA sound | |
439 | cards on machines with more than 16MB of RAM. This is because ISA | |
440 | DMA buffers must exist below the 16MB boundary and it is quite | |
441 | possible that a large enough free block in this region cannot be | |
442 | found after the machine has been running for a while. If you say Y | |
443 | here the DMA buffers (64Kb) will be allocated at boot time and kept | |
444 | until the shutdown. This option is only useful if you said Y to | |
445 | "OSS sound modules", above. If you said M to "OSS sound modules" | |
446 | then you can get the persistent DMA buffer functionality by passing | |
447 | the command-line argument "dmabuf=1" to the sound module. | |
448 | ||
449 | Say Y unless you have 16MB or more RAM or a PCI sound card. | |
450 | ||
451 | config SOUND_AD1816 | |
452 | tristate "AD1816(A) based cards (EXPERIMENTAL)" | |
1e5f5e5c | 453 | depends on EXPERIMENTAL && SOUND_OSS && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
454 | help |
455 | Say M here if you have a sound card based on the Analog Devices | |
456 | AD1816(A) chip. | |
457 | ||
458 | If you compile the driver into the kernel, you have to add | |
459 | "ad1816=<io>,<irq>,<dma>,<dma2>" to the kernel command line. | |
460 | ||
461 | config SOUND_AD1889 | |
462 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" | |
1e5f5e5c | 463 | depends on EXPERIMENTAL && SOUND_OSS && PCI && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
464 | help |
465 | Say M here if you have a sound card based on the Analog Devices | |
466 | AD1889 chip. | |
467 | ||
1da177e4 LT |
468 | config SOUND_ADLIB |
469 | tristate "Adlib Cards" | |
1e5f5e5c | 470 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
471 | help |
472 | Includes ASB 64 4D. Information on programming AdLib cards is | |
473 | available at <http://www.itsnet.com/home/ldragon/Specs/adlib.html>. | |
474 | ||
475 | config SOUND_ACI_MIXER | |
476 | tristate "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)" | |
1e5f5e5c | 477 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
478 | ---help--- |
479 | ACI (Audio Command Interface) is a protocol used to communicate with | |
480 | the microcontroller on some sound cards produced by miro and | |
481 | Cardinal Technologies. The main function of the ACI is to control | |
482 | the mixer and to get a product identification. | |
483 | ||
484 | This VoxWare ACI driver currently supports the ACI functions on the | |
485 | miroSOUND PCM1-pro, PCM12 and PCM20 radio. On the PCM20 radio, ACI | |
486 | also controls the radio tuner. This is supported in the video4linux | |
487 | miropcm20 driver (say M or Y here and go back to "Multimedia | |
488 | devices" -> "Radio Adapters"). | |
489 | ||
490 | This driver is also available as a module and will be called aci. | |
491 | ||
1d3d1d3e AB |
492 | config SOUND_CS4232 |
493 | tristate "Crystal CS4232 based (PnP) cards" | |
494 | depends on SOUND_OSS | |
495 | help | |
496 | Say Y here if you have a card based on the Crystal CS4232 chip set, | |
497 | which uses its own Plug and Play protocol. | |
498 | ||
499 | If you compile the driver into the kernel, you have to add | |
500 | "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel | |
501 | command line. | |
502 | ||
503 | See <file:Documentation/sound/oss/CS4232> for more information on | |
504 | configuring this card. | |
505 | ||
1e075d58 AB |
506 | config SOUND_SSCAPE |
507 | tristate "Ensoniq SoundScape support" | |
508 | depends on SOUND_OSS | |
509 | help | |
510 | Answer Y if you have a sound card based on the Ensoniq SoundScape | |
511 | chipset. Such cards are being manufactured at least by Ensoniq, Spea | |
512 | and Reveal (Reveal makes also other cards). | |
513 | ||
514 | If you compile the driver into the kernel, you have to add | |
515 | "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command | |
516 | line. | |
517 | ||
518 | ||
1da177e4 LT |
519 | config SOUND_VMIDI |
520 | tristate "Loopback MIDI device support" | |
521 | depends on SOUND_OSS | |
522 | help | |
523 | Support for MIDI loopback on port 1 or 2. | |
524 | ||
525 | config SOUND_TRIX | |
526 | tristate "MediaTrix AudioTrix Pro support" | |
527 | depends on SOUND_OSS | |
528 | help | |
529 | Answer Y if you have the AudioTriX Pro sound card manufactured | |
530 | by MediaTrix. | |
531 | ||
532 | config TRIX_HAVE_BOOT | |
533 | bool "Have TRXPRO.HEX firmware file" | |
534 | depends on SOUND_TRIX=y && !STANDALONE | |
535 | help | |
536 | The MediaTrix AudioTrix Pro has an on-board microcontroller which | |
537 | needs to be initialized by downloading the code from the file | |
538 | TRXPRO.HEX in the DOS driver directory. If you don't have the | |
539 | TRXPRO.HEX file handy you may skip this step. However, the SB and | |
540 | MPU-401 modes of AudioTrix Pro will not work without this file! | |
541 | ||
542 | config TRIX_BOOT_FILE | |
543 | string "Full pathname of TRXPRO.HEX firmware file" | |
544 | depends on TRIX_HAVE_BOOT | |
545 | default "/etc/sound/trxpro.hex" | |
546 | help | |
547 | Enter the full pathname of your TRXPRO.HEX file, starting from /. | |
548 | ||
549 | config SOUND_MSS | |
550 | tristate "Microsoft Sound System support" | |
551 | depends on SOUND_OSS | |
552 | ---help--- | |
553 | Again think carefully before answering Y to this question. It's | |
554 | safe to answer Y if you have the original Windows Sound System card | |
555 | made by Microsoft or Aztech SG 16 Pro (or NX16 Pro). Also you may | |
556 | say Y in case your card is NOT among these: | |
557 | ||
558 | ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16, | |
559 | Ensoniq SoundScape (and compatibles made by Reveal and Spea), | |
560 | Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max, | |
561 | Gravis Ultrasound with 16 bit option, Logitech Sound Man 16, | |
562 | Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi | |
563 | 82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft | |
564 | Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid | |
565 | SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro | |
566 | Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface, | |
567 | Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound | |
568 | Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M | |
569 | notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM | |
570 | synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface. | |
571 | ||
572 | For cards having native support in VoxWare, consult the card | |
573 | specific instructions in <file:Documentation/sound/oss/README.OSS>. | |
574 | Some drivers have their own MSS support and saying Y to this option | |
575 | will cause a conflict. | |
576 | ||
577 | If you compile the driver into the kernel, you have to add | |
578 | "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command | |
579 | line. | |
580 | ||
581 | config SOUND_MPU401 | |
582 | tristate "MPU-401 support (NOT for SB16)" | |
583 | depends on SOUND_OSS | |
584 | ---help--- | |
585 | Be careful with this question. The MPU401 interface is supported by | |
586 | all sound cards. However, some natively supported cards have their | |
587 | own driver for MPU401. Enabling this MPU401 option with these cards | |
588 | will cause a conflict. Also, enabling MPU401 on a system that | |
589 | doesn't really have a MPU401 could cause some trouble. If your card | |
590 | was in the list of supported cards, look at the card specific | |
591 | instructions in the <file:Documentation/sound/oss/README.OSS> file. It | |
592 | is safe to answer Y if you have a true MPU401 MIDI interface card. | |
593 | ||
594 | If you compile the driver into the kernel, you have to add | |
595 | "mpu401=<io>,<irq>" to the kernel command line. | |
596 | ||
597 | config SOUND_NM256 | |
598 | tristate "NM256AV/NM256ZX audio support" | |
1e5f5e5c | 599 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
600 | help |
601 | Say M here to include audio support for the NeoMagic 256AV/256ZX | |
602 | chipsets. These are the audio chipsets found in the Sony | |
603 | Z505S/SX/DX, some Sony F-series, and the Dell Latitude CPi and CPt | |
604 | laptops. It includes support for an AC97-compatible mixer and an | |
605 | apparently proprietary sound engine. | |
606 | ||
607 | See <file:Documentation/sound/oss/NM256> for further information. | |
608 | ||
1da177e4 LT |
609 | config SOUND_PAS |
610 | tristate "ProAudioSpectrum 16 support" | |
611 | depends on SOUND_OSS | |
612 | ---help--- | |
613 | Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio | |
614 | 16 or Logitech SoundMan 16 sound card. Answer N if you have some | |
615 | other card made by Media Vision or Logitech since those are not | |
616 | PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>. | |
617 | It is not necessary to add Sound Blaster support separately; it | |
618 | is included in PAS support. | |
619 | ||
620 | If you compile the driver into the kernel, you have to add | |
621 | "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2> | |
622 | to the kernel command line. | |
623 | ||
624 | config PAS_JOYSTICK | |
625 | bool "Enable PAS16 joystick port" | |
626 | depends on SOUND_PAS=y | |
627 | help | |
628 | Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick | |
629 | port. | |
630 | ||
631 | config SOUND_PSS | |
632 | tristate "PSS (AD1848, ADSP-2115, ESC614) support" | |
633 | depends on SOUND_OSS | |
634 | help | |
635 | Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven | |
636 | ADSP-16 or some other card based on the PSS chipset (AD1848 codec + | |
637 | ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on | |
638 | how to compile it into the kernel or as a module see the file | |
639 | <file:Documentation/sound/oss/PSS>. | |
640 | ||
641 | If you compile the driver into the kernel, you have to add | |
642 | "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel | |
643 | command line. | |
644 | ||
645 | config PSS_MIXER | |
44c09201 | 646 | bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)" |
1da177e4 LT |
647 | depends on SOUND_PSS |
648 | help | |
649 | Answer Y for Beethoven ADSP-16. You may try to say Y also for other | |
650 | cards if they have master volume, bass, treble, and you can't | |
651 | control it under Linux. If you answer N for Beethoven ADSP-16, you | |
652 | can't control master volume, bass, treble and synth volume. | |
653 | ||
654 | If you said M to "PSS support" above, you may enable or disable this | |
655 | PSS mixer with the module parameter pss_mixer. For more information | |
656 | see the file <file:Documentation/sound/oss/PSS>. | |
657 | ||
658 | config PSS_HAVE_BOOT | |
659 | bool "Have DSPxxx.LD firmware file" | |
660 | depends on SOUND_PSS && !STANDALONE | |
661 | help | |
662 | If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y | |
663 | to include this file. Without this file the synth device (OPL) may | |
664 | not work. | |
665 | ||
666 | config PSS_BOOT_FILE | |
667 | string "Full pathname of DSPxxx.LD firmware file" | |
668 | depends on PSS_HAVE_BOOT | |
669 | default "/etc/sound/dsp001.ld" | |
670 | help | |
671 | Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file, | |
672 | starting from /. | |
673 | ||
674 | config SOUND_SB | |
675 | tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" | |
676 | depends on SOUND_OSS | |
677 | ---help--- | |
678 | Answer Y if you have an original Sound Blaster card made by Creative | |
679 | Labs or a 100% hardware compatible clone (like the Thunderboard or | |
680 | SM Games). For an unknown card you may answer Y if the card claims | |
681 | to be Sound Blaster-compatible. | |
682 | ||
683 | Please read the file <file:Documentation/sound/oss/Soundblaster>. | |
684 | ||
685 | You should also say Y here for cards based on the Avance Logic | |
686 | ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and | |
687 | for cards based on ESS chips (read | |
688 | <file:Documentation/sound/oss/ESS1868> and | |
689 | <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE | |
690 | 64, say Y here and also to "AWE32 synth" below and read | |
691 | <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave | |
692 | card, say Y here and read <file:Documentation/sound/oss/mwave>. | |
693 | ||
694 | If you compile the driver into the kernel and don't want to use | |
695 | isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel | |
696 | command line. | |
697 | ||
698 | You can say M here to compile this driver as a module; the module is | |
699 | called sb. | |
700 | ||
1da177e4 LT |
701 | config SOUND_YM3812 |
702 | tristate "Yamaha FM synthesizer (YM3812/OPL-3) support" | |
aafda4e0 | 703 | depends on SOUND_OSS |
1da177e4 LT |
704 | ---help--- |
705 | Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4). | |
706 | Answering Y is usually a safe and recommended choice, however some | |
707 | cards may have software (TSR) FM emulation. Enabling FM support with | |
708 | these cards may cause trouble (I don't currently know of any such | |
709 | cards, however). Please read the file | |
710 | <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip. | |
711 | ||
712 | If you compile the driver into the kernel, you have to add | |
713 | "opl3=<io>" to the kernel command line. | |
714 | ||
715 | If unsure, say Y. | |
716 | ||
1da177e4 LT |
717 | config SOUND_OPL3SA2 |
718 | tristate "Yamaha OPL3-SA2 and SA3 based PnP cards" | |
1e5f5e5c | 719 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
1da177e4 LT |
720 | help |
721 | Say Y or M if you have a card based on one of these Yamaha sound | |
722 | chipsets or the "SAx", which is actually a SA3. Read | |
723 | <file:Documentation/sound/oss/OPL3-SA2> for more information on | |
724 | configuring these cards. | |
725 | ||
726 | If you compile the driver into the kernel and do not also | |
727 | configure in the optional ISA PnP support, you will have to add | |
728 | "opl3sa2=<io>,<irq>,<dma>,<dma2>,<mssio>,<mpuio>" to the kernel | |
729 | command line. | |
730 | ||
1da177e4 LT |
731 | config SOUND_UART6850 |
732 | tristate "6850 UART support" | |
733 | depends on SOUND_OSS | |
734 | help | |
735 | This option enables support for MIDI interfaces based on the 6850 | |
736 | UART chip. This interface is rarely found on sound cards. It's safe | |
737 | to answer N to this question. | |
738 | ||
739 | If you compile the driver into the kernel, you have to add | |
740 | "uart6850=<io>,<irq>" to the kernel command line. | |
741 | ||
742 | config SOUND_AEDSP16 | |
743 | tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)" | |
744 | depends on SOUND_OSS | |
745 | ---help--- | |
746 | Answer Y if you have a Gallant's Audio Excel DSP 16 card. This | |
747 | driver supports Audio Excel DSP 16 but not the III nor PnP versions | |
748 | of this card. | |
749 | ||
750 | The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or | |
751 | a Microsoft Sound System card, so you should have said Y to either | |
752 | "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" | |
753 | or "Microsoft Sound System support", above, and you need to answer | |
754 | the "MSS emulation" and "SBPro emulation" questions below | |
755 | accordingly. You should say Y to one and only one of these two | |
756 | questions. | |
757 | ||
758 | Read the <file:Documentation/sound/oss/README.OSS> file and the head of | |
759 | <file:drivers/sound/aedsp16.c> as well as | |
760 | <file:Documentation/sound/oss/AudioExcelDSP16> to get more information | |
761 | about this driver and its configuration. | |
762 | ||
763 | config SC6600 | |
764 | bool "SC-6600 based audio cards (new Audio Excel DSP 16)" | |
765 | depends on SOUND_AEDSP16 | |
766 | help | |
767 | The SC6600 is the new version of DSP mounted on the Audio Excel DSP | |
768 | 16 cards. Find in the manual the FCC ID of your audio card and | |
769 | answer Y if you have an SC6600 DSP. | |
770 | ||
771 | config SC6600_JOY | |
772 | bool "Activate SC-6600 Joystick Interface" | |
773 | depends on SC6600 | |
774 | help | |
775 | Say Y here in order to use the joystick interface of the Audio Excel | |
776 | DSP 16 card. | |
777 | ||
778 | config SC6600_CDROM | |
779 | int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)" | |
780 | depends on SC6600 | |
781 | default "4" | |
782 | help | |
783 | This is used to activate the CD-ROM interface of the Audio Excel | |
784 | DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no | |
785 | CD-ROM present. | |
786 | ||
787 | config SC6600_CDROMBASE | |
788 | hex "SC-6600 CDROM Interface I/O Address" | |
789 | depends on SC6600 | |
790 | default "0" | |
791 | help | |
792 | Base I/O port address for the CD-ROM interface of the Audio Excel | |
793 | DSP 16 card. | |
794 | ||
795 | choice | |
796 | prompt "Audio Excel DSP 16" | |
797 | optional | |
798 | depends on SOUND_AEDSP16 | |
799 | ||
800 | config AEDSP16_MSS | |
801 | bool "MSS emulation" | |
802 | depends on SOUND_MSS | |
803 | help | |
804 | Answer Y if you want your audio card to emulate Microsoft Sound | |
805 | System. You should then say Y to "Microsoft Sound System support" | |
806 | and say N to "Audio Excel DSP 16 (SBPro emulation)". | |
807 | ||
808 | config AEDSP16_SBPRO | |
809 | bool "SBPro emulation" | |
810 | depends on SOUND_SB | |
811 | help | |
812 | Answer Y if you want your audio card to emulate Sound Blaster Pro. | |
813 | You should then say Y to "100% Sound Blaster compatibles | |
814 | (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS | |
815 | emulation)". | |
816 | ||
817 | If you compile the driver into the kernel, you have to add | |
818 | "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel | |
819 | command line. | |
820 | ||
821 | endchoice | |
822 | ||
823 | config AEDSP16_MPU401 | |
824 | bool "Audio Excel DSP 16 (MPU401 emulation)" | |
825 | depends on SOUND_AEDSP16 && SOUND_MPU401 | |
826 | help | |
827 | Answer Y if you want your audio card to emulate the MPU-401 midi | |
828 | interface. You should then also say Y to "MPU-401 support". | |
829 | ||
830 | Note that the I/O base for MPU-401 support of aedsp16 is the same | |
831 | you have selected for "MPU-401 support". If you are using this | |
832 | driver as a module you have to specify the MPU I/O base address with | |
833 | the parameter 'mpu_base=0xNNN'. | |
834 | ||
835 | config SOUND_VIDC | |
836 | tristate "VIDC 16-bit sound" | |
837 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS | |
838 | help | |
839 | 16-bit support for the VIDC onboard sound hardware found on Acorn | |
840 | machines. | |
841 | ||
842 | config SOUND_WAVEARTIST | |
843 | tristate "Netwinder WaveArtist" | |
844 | depends on ARM && SOUND_OSS && ARCH_NETWINDER | |
845 | help | |
846 | Say Y here to include support for the Rockwell WaveArtist sound | |
847 | system. This driver is mainly for the NetWinder. | |
848 | ||
849 | config SOUND_TVMIXER | |
850 | tristate "TV card (bt848) mixer support" | |
6054b68e | 851 | depends on SOUND_PRIME && I2C && VIDEO_V4L1 |
1da177e4 LT |
852 | help |
853 | Support for audio mixer facilities on the BT848 TV frame-grabber | |
854 | card. | |
855 | ||
856 | config SOUND_KAHLUA | |
857 | tristate "XpressAudio Sound Blaster emulation" | |
858 | depends on SOUND_SB | |
859 | ||
1da177e4 LT |
860 | config SOUND_SH_DAC_AUDIO |
861 | tristate "SuperH DAC audio support" | |
b6260cd3 | 862 | depends on SOUND_PRIME && CPU_SH3 |
1da177e4 LT |
863 | |
864 | config SOUND_SH_DAC_AUDIO_CHANNEL | |
e55a3e8a | 865 | int "DAC channel" |
1da177e4 LT |
866 | default "1" |
867 | depends on SOUND_SH_DAC_AUDIO |