Lines Matching refs:dma16
181 if (chip->dma16 >= 0 && chip->dma16 != chip->dma8) { in snd_sbdsp_free()
182 disable_dma(chip->dma16); in snd_sbdsp_free()
183 free_dma(chip->dma16); in snd_sbdsp_free()
201 int dma16, in snd_sbdsp_create() argument
223 chip->dma16 = -1; in snd_sbdsp_create()
254 if (dma16 >= 0) { in snd_sbdsp_create()
255 if (hardware != SB_HW_ALS100 && (dma16 < 5 || dma16 > 7)) { in snd_sbdsp_create()
257 dma16 = -1; in snd_sbdsp_create()
258 } else if (request_dma(dma16, "SoundBlaster - 16bit")) { in snd_sbdsp_create()
259 snd_printk(KERN_ERR "sb: can't grab DMA16 %d\n", dma16); in snd_sbdsp_create()
264 chip->dma16 = dma16; in snd_sbdsp_create()