ultrasound
来自「底层驱动开发」· 代码 · 共 31 行
TXT
31 行
modprobe soundinsmod ad1848insmod gus io=* irq=* dma=* ...This loads the driver for the Gravis Ultrasound family of sound cards.The gus module takes the following argumentsio I/O address of the Ultrasound card (eg. io=0x220)irq IRQ of the Sound Blaster card dma DMA channel for the Sound Blasterdma16 2nd DMA channel, only needed for full duplex operationtype 1 for PnP cardgus16 1 for using 16 bit sampling daughter boardno_wave_dma Set to disable DMA usage for wavetable (see note)db16 ???no_wave_dma optionThis option defaults to a value of 0, which allows the Ultrasound wavetableDSP to use DMA for for playback and downloading samples. This is the sameas the old behaviour. If set to 1, no DMA is needed for downloading samples,and allows owners of a GUS MAX to make use of simultaneous digital audio(/dev/dsp), MIDI, and wavetable playback.If you have problems in recording with GUS MAX, you could try to usejust one 8 bit DMA channel. Recording will not work with one DMAchannel if it's a 16 bit one.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?