tag | line | file | source code |
synth_operations | 152 | drivers/sound/dev_table.h | struct synth_operations * synth_devs[MAX_SYNTH_DEV] = {NULL}; int num_synths = 0; |
synth_operations | 210 | drivers/sound/dev_table.h | extern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths; |
synth_operations | 242 | drivers/sound/dev_table.h | extern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths; |
synth_operations | 2297 | drivers/sound/gus_wave.c | static struct synth_operations guswave_operations = |
synth_operations | 873 | drivers/sound/opl3.c | static struct synth_operations opl3_operations = |