Home
last modified time | relevance | path

Searched refs:possible_dma2s (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/isa/opti9xx/
Dopti92x-ad1848.c974 static int possible_dma2s[][2] = {{1,-1}, {0,-1}, {-1,-1}, {0,-1}}; local
1003 if ((dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4])) < 0) {
Dmiro.c1405 static int possible_dma2s[][2] = { {1, -1}, {0, -1}, {-1, -1}, in snd_miro_isa_probe() local
1472 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]); in snd_miro_isa_probe()