tag | line | file | source code |
---|---|---|---|
synth | 232 | drivers/sound/maui.c | struct synth_operations *synth; |
synth | 239 | drivers/sound/maui.c | synth = midi_devs[this_dev]->converter; |
synth | 241 | drivers/sound/maui.c | if (synth != NULL) |
synth | 243 | drivers/sound/maui.c | orig_load_patch = synth->load_patch; |
synth | 244 | drivers/sound/maui.c | synth->load_patch = &maui_load_patch; |