Lines Matching refs:mpu_port
55 static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
71 module_param_hw_array(mpu_port, long, ioport, NULL, 0444);
72 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for sc-6000 driver.");
434 sc6000_hw_cfg_encode(vport, &cfg[0], port[dev], mpu_port[dev], in sc6000_init_board()
533 if (mpu_port[dev] != SNDRV_AUTO_PORT && in snd_sc6000_match()
534 (mpu_port[dev] & ~0x30L) != 0x300) { in snd_sc6000_match()
536 mpu_port[dev]); in snd_sc6000_match()
539 if (mpu_port[dev] != SNDRV_AUTO_PORT && in snd_sc6000_match()
655 if (mpu_port[dev] != SNDRV_AUTO_PORT) { in snd_sc6000_probe()
660 mpu_port[dev], 0, in snd_sc6000_probe()
663 mpu_port[dev]); in snd_sc6000_probe()