Searched refs:mpu_synth_info (Results 1 – 1 of 1) sorted by relevance
134 static struct synth_info mpu_synth_info[MAX_MIDI_DEV]; variable782 if (copy_to_user(arg, &mpu_synth_info[midi_dev], in mpu_synth_ioctl()1045 memcpy((char *) &mpu_synth_info[m], in attach_mpu401()1059 sprintf(mpu_synth_info[m].name, "MQX-%d%c MIDI Interface #%d", in attach_mpu401()1073 sprintf(mpu_synth_info[m].name, "%s (MPU401)", hw_config->name); in attach_mpu401()1075 sprintf(mpu_synth_info[m].name, in attach_mpu401()1084 mpu_synth_info[m].name); in attach_mpu401()1086 conf_printf(mpu_synth_info[m].name, hw_config); in attach_mpu401()1089 mpu401_synth_operations[devc->devno]->info = &mpu_synth_info[devc->devno]; in attach_mpu401()