tag | line | file | source code |
synth_info | 186 | drivers/sound/dev_table.h | struct synth_info *info; |
synth_info | 177 | drivers/sound/gus_wave.c | static struct synth_info gus_info = |
synth_info | 294 | drivers/sound/midi_synth.c | memcpy_tofs ((&((char *) arg)[0]), synth_devs[dev]->info, sizeof (struct synth_info)); |
synth_info | 21 | drivers/sound/midi_synth.h | static struct synth_info std_synth_info = |
synth_info | 137 | drivers/sound/mpu401.c | static struct synth_info mpu_synth_info_proto = |
synth_info | 140 | drivers/sound/mpu401.c | static struct synth_info mpu_synth_info[MAX_MIDI_DEV]; |
synth_info | 864 | drivers/sound/mpu401.c | memcpy_tofs ((&((char *) arg)[0]), &mpu_synth_info[midi_dev], sizeof (struct synth_info)); |
synth_info | 1150 | drivers/sound/mpu401.c | sizeof (struct synth_info)); |
synth_info | 72 | drivers/sound/opl3.c | struct synth_info fm_info; |
synth_info | 1736 | drivers/sound/sequencer.c | struct synth_info inf; |
synth_info | 90 | include/linux/soundcard.h | #define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info) |