Home
last modified time | relevance | path

Searched refs:xdma (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/isa/
H A Dsc6000.c541 int xdma = dma[dev]; in snd_sc6000_probe() local
564 if (xdma == SNDRV_AUTO_DMA) { in snd_sc6000_probe()
565 xdma = snd_legacy_find_free_dma(possible_dmas); in snd_sc6000_probe()
566 if (xdma < 0) { in snd_sc6000_probe()
603 port[dev], xirq, xdma, in snd_sc6000_probe()
610 err = snd_wss_create(card, mss_port[dev] + 4, -1, xirq, xdma, -1, in snd_sc6000_probe()
656 mss_port[dev], xirq, xdma); in snd_sc6000_probe()
/kernel/linux/linux-6.6/sound/isa/
H A Dsc6000.c546 int xdma = dma[dev]; in __snd_sc6000_probe() local
566 if (xdma == SNDRV_AUTO_DMA) { in __snd_sc6000_probe()
567 xdma = snd_legacy_find_free_dma(possible_dmas); in __snd_sc6000_probe()
568 if (xdma < 0) { in __snd_sc6000_probe()
601 port[dev], xirq, xdma, in __snd_sc6000_probe()
609 err = snd_wss_create(card, mss_port[dev] + 4, -1, xirq, xdma, -1, in __snd_sc6000_probe()
655 mss_port[dev], xirq, xdma); in __snd_sc6000_probe()

Completed in 2 milliseconds