Searched refs:possible_dma2s (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/isa/opti9xx/ |
H A D | opti92x-ad1848.c | 955 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 D | miro.c | 1397 static const int possible_dma2s[][2] = { {1, -1}, {0, -1}, {-1, -1}, in snd_miro_isa_probe() local 1457 dma2 = snd_legacy_find_free_dma(possible_dma2s[dma1 % 4]); in snd_miro_isa_probe()
|