Searched refs:possible_dma2s (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 992 static int possible_dma2s[][2] = {{1,-1}, {0,-1}, {-1,-1}, {0,-1}}; local 1021 if ((dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4])) < 0) {
|
D | miro.c | 1421 static int possible_dma2s[][2] = { {1, -1}, {0, -1}, {-1, -1}, in snd_miro_isa_probe() local 1488 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]); in snd_miro_isa_probe()
|