taglinefilesource code
opl3_operations1148drivers/sound/opl3.cstatic struct synth_operations opl3_operations =
opl3_operations1216drivers/sound/opl3.copl3_operations.info = &devc->fm_info;
opl3_operations1218drivers/sound/opl3.csynth_devs[num_synths++] = &opl3_operations;
opl3_operations1219drivers/sound/opl3.cdevc->v_alloc = &opl3_operations.alloc;
opl3_operations1220drivers/sound/opl3.cdevc->chn_info = &opl3_operations.chn_info[0];