Searched refs:possible_dmas16 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | jazz16.c | 229 static const int possible_dmas16[] = {5, 7, -1}; in snd_jazz16_probe() local 259 xdma16 = snd_legacy_find_free_dma(possible_dmas16); in snd_jazz16_probe()
|
H A D | sb16.c | 514 static const int possible_dmas16[] = {5, 6, 7, -1}; in snd_sb16_isa_probe() local 529 if ((dma16[dev] = snd_legacy_find_free_dma(possible_dmas16)) < 0) { in snd_sb16_isa_probe()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | jazz16.c | 226 static const int possible_dmas16[] = {5, 7, -1}; in snd_jazz16_probe() local 254 xdma16 = snd_legacy_find_free_dma(possible_dmas16); in snd_jazz16_probe()
|
H A D | sb16.c | 500 static const int possible_dmas16[] = {5, 6, 7, -1}; in snd_sb16_isa_probe() local 517 dma16[dev] = snd_legacy_find_free_dma(possible_dmas16); in snd_sb16_isa_probe()
|
Completed in 3 milliseconds