/linux/sound/isa/gus/ |
A D | gusextreme.c | 86 static const int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_gusextreme_es1688_create() local 92 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusextreme_es1688_create() 124 static const int possible_irqs[] = {11, 12, 15, 9, 5, 7, 3, -1}; in snd_gusextreme_gus_card_create() local 128 gf1_irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusextreme_gus_card_create()
|
A D | gusclassic.c | 70 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, 4, -1}; in snd_gusclassic_create() local 76 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_gusclassic_create()
|
A D | gusmax.c | 189 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_gusmax_probe() local 207 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_gusmax_probe()
|
A D | interwave.c | 777 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_interwave_isa_probe() local 781 irq[dev] = snd_legacy_find_free_irq(possible_irqs); in snd_interwave_isa_probe()
|
/linux/sound/isa/es1688/ |
A D | es1688.c | 83 static const int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_es1688_legacy_create() local 89 irq[n] = snd_legacy_find_free_irq(possible_irqs); in snd_es1688_legacy_create()
|
/linux/sound/isa/sb/ |
A D | jazz16.c | 224 static const int possible_irqs[] = {2, 3, 5, 7, 9, 10, 15, -1}; in snd_jazz16_probe() local 238 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_jazz16_probe()
|
A D | sb16.c | 498 static const int possible_irqs[] = {5, 9, 10, 7, -1}; in snd_sb16_isa_probe() local 503 irq[dev] = snd_legacy_find_free_irq(possible_irqs); in snd_sb16_isa_probe()
|
/linux/sound/isa/ |
A D | sc6000.c | 542 static const int possible_irqs[] = { 5, 7, 9, 10, 11, -1 }; in snd_sc6000_probe() local 559 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_sc6000_probe()
|
A D | es18xx.c | 2134 static const int possible_irqs[] = {5, 9, 10, 7, 11, 12, -1}; in snd_es18xx_isa_probe() local 2138 irq[dev] = snd_legacy_find_free_irq(possible_irqs); in snd_es18xx_isa_probe()
|
/linux/sound/isa/opti9xx/ |
A D | opti92x-ad1848.c | 948 static const int possible_irqs[] = {5, 9, 10, 11, 7, -1}; local 950 static const int possible_irqs[] = {9, 10, 11, 7, -1}; local 966 irq = snd_legacy_find_free_irq(possible_irqs);
|
A D | miro.c | 1394 static const int possible_irqs[] = {11, 9, 10, 7, -1}; in snd_miro_isa_probe() local 1435 irq = snd_legacy_find_free_irq(possible_irqs); in snd_miro_isa_probe()
|