Lines Matching refs:dma1
58 static int dma1 = SNDRV_DEFAULT_DMA1; /* 0,1,3 */ variable
83 module_param_hw(dma1, int, dma, 0444);
84 MODULE_PARM_DESC(dma1, "1st dma # for opti9xx driver.");
325 int irq, int dma1, int dma2, in snd_opti9xx_configure() argument
456 switch (dma1) { in snd_opti9xx_configure()
467 dev_warn(chip->card->dev, "WSS dma1 # %d not valid\n", dma1); in snd_opti9xx_configure()
472 if (dma1 == dma2) { in snd_opti9xx_configure()
775 dma1 = pnp_dma(pdev, 0);
819 error = snd_opti9xx_configure(chip, port, irq, dma1, xdma2,
824 error = snd_wss_create(card, chip->wss_base + 4, -1, irq, dma1, xdma2,
866 chip->wss_base + 4, irq, dma1, xdma2);
871 dma1);
980 if (dma1 == SNDRV_AUTO_DMA) {
981 dma1 = snd_legacy_find_free_dma(possible_dma1s);
982 if (dma1 < 0) {
989 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]);
1031 error = snd_opti9xx_configure(chip, port, irq, dma1, xdma2,