Home
last modified time | relevance | path

Searched refs:possible_irqs (Results 1 – 5 of 5) sorted by relevance

/linux/sound/isa/gus/
H A Dgusclassic.c70 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()
H A Dgusmax.c187 static const int possible_irqs[] = {5, 11, 12, 9, 7, 15, 3, -1}; in snd_gusmax_probe() local
205 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_gusmax_probe()
/linux/sound/isa/es1688/
H A Des1688.c83 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/
H A Djazz16.c221 static const int possible_irqs[] = {2, 3, 5, 7, 9, 10, 15, -1}; in snd_jazz16_probe() local
235 xirq = snd_legacy_find_free_irq(possible_irqs); in snd_jazz16_probe()
/linux/sound/isa/
H A Dsc6000.c577 static const int possible_irqs[] = { 5, 7, 9, 10, 11, -1 }; in __snd_sc6000_probe()
596 xirq = snd_legacy_find_free_irq(possible_irqs); in __snd_sc6000_probe()
549 static const int possible_irqs[] = { 5, 7, 9, 10, 11, -1 }; __snd_sc6000_probe() local