/linux-4.1.27/sound/isa/gus/ |
D | gusextreme.c | 102 static int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_gusextreme_es1688_create() local 108 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusextreme_es1688_create() 140 static int possible_irqs[] = {11, 12, 15, 9, 5, 7, 3, -1}; in snd_gusextreme_gus_card_create() local 144 gf1_irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusextreme_gus_card_create()
|
D | gusclassic.c | 86 static int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, 4, -1}; in snd_gusclassic_create() local 92 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusclassic_create()
|
D | gusmax.c | 209 static int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_gusmax_probe() local 228 if ((xirq = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_gusmax_probe()
|
D | interwave.c | 805 static int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_interwave_isa_probe() local 809 if ((irq[dev] = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_interwave_isa_probe()
|
/linux-4.1.27/sound/isa/sb/ |
D | jazz16.c | 227 static int possible_irqs[] = {2, 3, 5, 7, 9, 10, 15, -1}; in snd_jazz16_probe() local 241 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_jazz16_probe()
|
D | sb16.c | 528 static int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_sb16_isa_probe() local 533 if ((irq[dev] = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_sb16_isa_probe()
|
/linux-4.1.27/sound/isa/es1688/ |
D | es1688.c | 103 static int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_es1688_legacy_create() local 109 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_es1688_legacy_create()
|
/linux-4.1.27/sound/isa/ |
D | sc6000.c | 550 static int possible_irqs[] = { 5, 7, 9, 10, 11, -1 }; in snd_sc6000_probe() local 569 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_sc6000_probe()
|
D | es18xx.c | 2207 static int possible_irqs[] = {5, 9, 10, 7, 11, 12, -1}; in snd_es18xx_isa_probe() local 2211 if ((irq[dev] = snd_legacy_find_free_irq(possible_irqs)) < 0) { in snd_es18xx_isa_probe()
|
/linux-4.1.27/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 967 static int possible_irqs[] = {5, 9, 10, 11, 7, -1}; local 969 static int possible_irqs[] = {9, 10, 11, 7, -1}; local 984 if ((irq = snd_legacy_find_free_irq(possible_irqs)) < 0) {
|
D | miro.c | 1402 static int possible_irqs[] = {11, 9, 10, 7, -1}; in snd_miro_isa_probe() local 1447 irq = snd_legacy_find_free_irq(possible_irqs); in snd_miro_isa_probe()
|