Lines Matching full:dma2
48 static int dma2 = SNDRV_DEFAULT_DMA1; /* 0,1,3 */ variable
71 module_param_hw(dma2, int, dma, 0444);
72 MODULE_PARM_DESC(dma2, "2nd dma # for miro driver.");
112 int dma2; member
779 chip->dma2 = -1; in snd_miro_init()
943 snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2); in snd_miro_proc_read()
1085 if (chip->dma1 == chip->dma2) { in snd_miro_configure()
1090 switch (chip->dma2) { in snd_miro_configure()
1095 snd_printk(KERN_ERR "WSS dma2 # %d not valid\n", chip->dma2); in snd_miro_configure()
1288 miro->dma2 = dma2; in snd_miro_probe()
1298 miro->irq, miro->dma1, miro->dma2, in snd_miro_probe()
1351 miro->wss_base + 4, miro->irq, miro->dma1, miro->dma2); in snd_miro_probe()
1464 if (dma2 == SNDRV_AUTO_DMA) { in snd_miro_isa_probe()
1465 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]); in snd_miro_isa_probe()
1466 if (dma2 < 0) { in snd_miro_isa_probe()
1468 snd_printk(KERN_ERR "unable to find a free DMA2\n"); in snd_miro_isa_probe()
1550 dma2 = pnp_dma(pdev, 1); in snd_card_miro_pnp()