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

/linux-master/sound/isa/opti9xx/
H A Dopti92x-ad1848.c955 static const int possible_dma2s[][2] = {{1,-1}, {0,-1}, {-1,-1}, {0,-1}}; local
988 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]);
H A Dmiro.c1397 static const int possible_dma2s[][2] = { {1, -1}, {0, -1}, {-1, -1}, local
1457 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]);

Completed in 291 milliseconds