Searched refs:mpu_synth_info (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmpu401.c134 static struct synth_info mpu_synth_info[MAX_MIDI_DEV]; variable in typeref:struct:synth_info
783 if (copy_to_user(arg, &mpu_synth_info[midi_dev],
1047 memcpy((char *) &mpu_synth_info[m],
1061 sprintf(mpu_synth_info[m].name, "MQX-%d%c MIDI Interface #%d",
1075 sprintf(mpu_synth_info[m].name, "%s (MPU401)", hw_config->name);
1077 sprintf(mpu_synth_info[m].name,
1086 mpu_synth_info[m].name);
1088 conf_printf(mpu_synth_info[m].name, hw_config);
1091 mpu401_synth_operations[devc->devno]->info = &mpu_synth_info[devc->devno];

Completed in 34 milliseconds