/linux-2.4.37.9/drivers/sound/ |
D | kahlua.c | 68 u8 irq, dma8, dma16; in probe_one() local 109 dma16 = 5; in probe_one() 111 dma16 = 6; in probe_one() 113 dma16 = 7; in probe_one() 147 irq, dma8, dma16); in probe_one() 162 hw_config->dma2 = dma16; in probe_one()
|
D | sb_audio.c | 55 if (devc->dma16 != -1 && devc->dma16 != devc->dma8 && !devc->duplex) in sb_audio_open() 57 if (sound_open_dma(devc->dma16, "Sound Blaster 16 bit")) in sb_audio_open() 113 devc->dma16 : devc->dma8; in sb_audio_close() 115 if (devc->dma16 != -1 && devc->dma16 != devc->dma8 && !devc->duplex) in sb_audio_close() 116 sound_close_dma(devc->dma16); in sb_audio_close() 474 if (devc->dma16 >= 0 && devc->dma16 != devc->dma8) in sbpro_audio_prepare_for_input() 476 devc->bits == 16 ? devc->dma16 : devc->dma8; in sbpro_audio_prepare_for_input() 503 if (devc->dma16 >= 0 && devc->dma16 != devc->dma8) in sbpro_audio_prepare_for_output() 504 …audio_devs[dev]->dmap_out->dma = audio_devs[dev]->dmap_in->dma = devc->bits == 16 ? devc->dma16 : … in sbpro_audio_prepare_for_output() 640 devc->dma16 : devc->dma8; in sb16_audio_prepare_for_input() [all …]
|
D | sb_common.c | 291 if (devc->dma16 >= 5 && devc->dma16 <= 7) in sb16_set_dma_hw() 292 bits |= (1 << devc->dma16); in sb16_set_dma_hw() 419 devc->dma16 = hw_config->dma2; in init_Jazz16() 536 devc->dma16 = -1; in sb_dsp_detect() 803 devc->dma16 = devc->dma8; in sb_dsp_init() 807 devc->dma16 = devc->dma8; in sb_dsp_init() 810 devc->dma16 = hw_config->dma2; in sb_dsp_init() 867 if (devc->dma16 >= 0 && devc->dma16 != devc->dma8) in sb_dsp_init() 869 if (sound_alloc_dma(devc->dma16, "SoundBlaster16")) in sb_dsp_init() 870 printk(KERN_WARNING "Sound Blaster: can't allocate 16 bit DMA channel %d.\n", devc->dma16); in sb_dsp_init() [all …]
|
D | gus_card.c | 220 static int __initdata dma16 = -1; /* Set this for modules that need it */ variable 226 MODULE_PARM(dma16, "i"); 244 cfg.dma2 = dma16; in init_gus() 292 dma16 = ints[4]; in setup_gus()
|
D | pas2_card.c | 385 static int __initdata dma16 = -1; /* Set this for modules that need it */ variable 395 MODULE_PARM(dma16,"i"); 415 cfg.dma2 = dma16; in init_pas2() 453 dma16 = ints[4]; in setup_pas2()
|
D | sb_card.c | 93 static int __initdata dma16 = -1; /* Set this for modules that need it */ variable 222 MODULE_PARM(dma16, "i"); 247 MODULE_PARM_DESC(dma16, "16-bit DMA channel (5,6,7)"); 940 cfg[card].dma2 = dma16; in init_sb() 1030 dma16 = ints[4]; in setup_sb()
|
D | mad16.c | 882 static int __initdata dma16 = -1; /* Set this for modules that need it */ variable 895 MODULE_PARM(dma16,"i"); 1024 cfg.dma2 = dma16; in init_mad16() 1082 dma16 = ints[4]; in setup_mad16()
|
D | sb_ess.c | 749 tmp_dma = devc->dma16; in ess_audio_init() 750 devc->dma16 = devc->dma8; in ess_audio_init() 1245 , devc->dma8, devc->dma16, devc->duplex); 1274 dma = devc->dma16; 1330 devc->dma16 = hw_config->dma2; 1336 if (devc->dma8 != devc->dma16 && devc->dma16 != -1) {
|
D | sb.h | 95 int dma8, dma16; member
|
/linux-2.4.37.9/Documentation/sound/ |
D | MAD16 | 27 options mad16 io=0x530 irq=7 dma=0 dma16=1 && /usr/local/bin/aumix -w 15 -p 20 -m 0 -1 0 -2 0 -3 0… 34 options mad16 io=0x530 irq=7 dma=0 dma16=1 mpu_io=816 mpu_irq=5 && /usr/local/bin/aumix -w 15 -p 20…
|
D | VIBRA16 | 61 modprobe sb io=0x220 irq=5 dma=1 dma16=3 68 insmod sb io=0x220 irq=5 dma=1 dma16=3
|
D | SoundPro | 31 not achievable through the WSS interface, b/c it needs a dma16 line which is 59 modprobe sb io=0x220 irq=5 dma=1 dma16=5 86 options sb io=0x220 irq=5 dma=1 dma16=5
|
D | ultrasound | 12 dma16 2nd DMA channel, only needed for full duplex operation
|
D | ESS | 33 channel by specifying module parameter dma16. It can be one of: 0, 1, 3 or 5.
|
D | Opti | 81 options mad16 irq=10 dma=0 dma16=1 io=0x530 joystick=1 cdtype=0 88 options mad16 irq=5 dma=0 dma16=3 io=0x530 mpu_io=0x330 mpu_irq=9 120 options mad16 irq=10 dma=0 dma16=1 io=0x530 joystick=1 cdtype=0
|
D | ESS1868 | 49 /sbin/insmod sb io=0x220 irq=5 dma=1 dma16=-1
|
D | README.modules | 33 options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330 70 modprobe -k sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
|
D | Soundblaster | 13 dma16 16-bit DMA channel for SB16 and equivalent cards (5,6,7)
|
D | Introduction | 71 for the same or a similar feature (dma1= versus dma16=). As a last 162 /sbin/insmod sb io=$SB_BASE irq=$SB_IRQ dma=$SB_DMA dma16=$SB_DMA2 mpu_io=$SB_MP 175 options sb io=0x240 irq=9 dma=3 dma16=5 mpu_io=0x300 421 options sb io=0x240 irq=5 dma=1 dma16=5 mpu_io=0x330
|
D | CMI8330 | 142 /sbin/insmod sb io=0x220 dma=1 dma16=5 irq=5 mpu_io=0x330
|
D | INSTALL.awe | 112 # insmod sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
|
D | ALS | 38 isapnp. "dma16" should be explicitly set to "-1" for an ALS-007 since this
|