Searched refs:fm_info (Results 1 – 1 of 1) sorted by relevance
69 struct synth_info fm_info; member128 devc->fm_info.nr_voices = (devc->nr_voice == 12) ? 6 : devc->nr_voice; in opl3_ioctl()129 if (copy_to_user(arg, &devc->fm_info, sizeof(devc->fm_info))) in opl3_ioctl()177 strcpy(devc->fm_info.name, "OPL2"); in opl3_detect()179 if (!request_region(ioaddr, 4, devc->fm_info.name)) { in opl3_detect()811 devc->fm_info.nr_drums = 0; in opl3_close()812 devc->fm_info.perc_mode = 0; in opl3_close()1129 devc->fm_info.device = 0; in opl3_init()1130 devc->fm_info.synth_type = SYNTH_TYPE_FM; in opl3_init()1131 devc->fm_info.synth_subtype = FM_TYPE_ADLIB; in opl3_init()[all …]