Lines Matching defs:mpu_port
42 static long mpu_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
58 module_param_hw_array(mpu_port, long, ioport, NULL, 0444);
59 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for sc-6000 driver.");
421 sc6000_hw_cfg_encode(vport, &cfg[0], port[dev], mpu_port[dev],
520 if (mpu_port[dev] != SNDRV_AUTO_PORT &&
521 (mpu_port[dev] & ~0x30L) != 0x300) {
523 mpu_port[dev]);
526 if (mpu_port[dev] != SNDRV_AUTO_PORT &&
642 if (mpu_port[dev] != SNDRV_AUTO_PORT) {
647 mpu_port[dev], 0,
650 mpu_port[dev]);