Searched refs:ics2115_irq (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/sound/isa/wavefront/ |
| D | wavefront.c | 50 static int ics2115_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 2,9,11,12,15 */ variable 78 module_param_array(ics2115_irq, int, NULL, 0444); 79 MODULE_PARM_DESC(ics2115_irq, "IRQ # for ICS2115."); 178 ics2115_irq[dev] = pnp_irq(pdev, 0); in snd_wavefront_pnp() 210 ics2115_irq[dev]); in snd_wavefront_pnp() 418 if (request_irq(ics2115_irq[dev], snd_wavefront_ics2115_interrupt, in snd_wavefront_probe() 420 snd_printk(KERN_ERR "unable to use ICS2115 IRQ %d\n", ics2115_irq[dev]); in snd_wavefront_probe() 424 acard->wavefront.irq = ics2115_irq[dev]; in snd_wavefront_probe() 537 ics2115_irq[dev]); in snd_wavefront_probe()
|
| /linux-4.4.14/Documentation/sound/alsa/ |
| D | ALSA-Configuration.txt | 1788 ics2115_irq - IRQ # for ICS2115
|