Lines Matching refs:mpu_irq
41 static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5, 7, 9, 10, 0 */ variable
59 module_param_hw_array(mpu_irq, int, irq, NULL, 0444);
60 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for sc-6000 driver.");
160 static unsigned char sc6000_mpu_irq_to_softcfg(int mpu_irq) in sc6000_mpu_irq_to_softcfg() argument
164 switch (mpu_irq) { in sc6000_mpu_irq_to_softcfg()
388 sc6000_mpu_irq_to_softcfg(mpu_irq[dev]); in sc6000_init_board()
531 mpu_irq[dev] != SNDRV_AUTO_IRQ && mpu_irq[dev] != 0 && in snd_sc6000_match()
532 !sc6000_mpu_irq_to_softcfg(mpu_irq[dev])) { in snd_sc6000_match()
533 dev_err(devptr, "invalid MPU-401 IRQ %d\n", mpu_irq[dev]); in snd_sc6000_match()
606 mpu_irq[dev] == SNDRV_AUTO_IRQ ? 0 : mpu_irq[dev]); in __snd_sc6000_probe()
645 if (mpu_irq[dev] == SNDRV_AUTO_IRQ) in __snd_sc6000_probe()
646 mpu_irq[dev] = -1; in __snd_sc6000_probe()
650 mpu_irq[dev], NULL) < 0) in __snd_sc6000_probe()