Searched refs:possible_dmas8 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | jazz16.c | 228 static const int possible_dmas8[] = {1, 3, -1}; in snd_jazz16_probe() local 250 xdma8 = snd_legacy_find_free_dma(possible_dmas8); in snd_jazz16_probe()
|
H A D | sb16.c | 513 static const int possible_dmas8[] = {1, 3, 0, -1}; in snd_sb16_isa_probe() local 523 if ((dma8[dev] = snd_legacy_find_free_dma(possible_dmas8)) < 0) { in snd_sb16_isa_probe()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | jazz16.c | 225 static const int possible_dmas8[] = {1, 3, -1}; in snd_jazz16_probe() local 246 xdma8 = snd_legacy_find_free_dma(possible_dmas8); in snd_jazz16_probe()
|
H A D | sb16.c | 499 static const int possible_dmas8[] = {1, 3, 0, -1}; in snd_sb16_isa_probe() local 510 dma8[dev] = snd_legacy_find_free_dma(possible_dmas8); in snd_sb16_isa_probe()
|
Completed in 4 milliseconds