Lines Matching refs:mpu_irq
44 static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5, 7, 9, 10, 0 */ variable
62 module_param_hw_array(mpu_irq, int, irq, NULL, 0444);
63 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for sc-6000 driver.");
163 static unsigned char sc6000_mpu_irq_to_softcfg(int mpu_irq) in sc6000_mpu_irq_to_softcfg() argument
167 switch (mpu_irq) { in sc6000_mpu_irq_to_softcfg()
384 sc6000_mpu_irq_to_softcfg(mpu_irq[dev]); in sc6000_init_board()
527 mpu_irq[dev] != SNDRV_AUTO_IRQ && mpu_irq[dev] != 0 && in snd_sc6000_match()
528 !sc6000_mpu_irq_to_softcfg(mpu_irq[dev])) { in snd_sc6000_match()
529 printk(KERN_ERR PFX "invalid MPU-401 IRQ %d\n", mpu_irq[dev]); in snd_sc6000_match()
604 mpu_irq[dev] == SNDRV_AUTO_IRQ ? 0 : mpu_irq[dev]); in snd_sc6000_probe()
643 if (mpu_irq[dev] == SNDRV_AUTO_IRQ) in snd_sc6000_probe()
644 mpu_irq[dev] = -1; in snd_sc6000_probe()
648 mpu_irq[dev], NULL) < 0) in snd_sc6000_probe()