Lines Matching refs:dma16
195 if (chip->dma16 >= 0 && chip->dma16 != chip->dma8) { in snd_sbdsp_free()
196 disable_dma(chip->dma16); in snd_sbdsp_free()
197 free_dma(chip->dma16); in snd_sbdsp_free()
215 int dma16, in snd_sbdsp_create() argument
237 chip->dma16 = -1; in snd_sbdsp_create()
267 if (dma16 >= 0) { in snd_sbdsp_create()
268 if (hardware != SB_HW_ALS100 && (dma16 < 5 || dma16 > 7)) { in snd_sbdsp_create()
270 dma16 = -1; in snd_sbdsp_create()
271 } else if (request_dma(dma16, "SoundBlaster - 16bit")) { in snd_sbdsp_create()
272 snd_printk(KERN_ERR "sb: can't grab DMA16 %d\n", dma16); in snd_sbdsp_create()
277 chip->dma16 = dma16; in snd_sbdsp_create()