Searched refs:synth_info (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | wf_midi.c | 565 static struct synth_info wf_mpu_synth_info_proto = 569 static struct synth_info wf_mpu_synth_info[2]; 596 sizeof (struct synth_info))) in wf_mpu_synth_ioctl() 716 sizeof (struct synth_info)); in config_wf_mpu()
|
D | midi_synth.h | 20 static struct synth_info std_synth_info =
|
D | mpu401.c | 124 static struct synth_info mpu_synth_info_proto = { 134 static struct synth_info mpu_synth_info[MAX_MIDI_DEV]; 794 …(copy_to_user((&((char *) arg)[0]), (char *) &mpu_synth_info[midi_dev], sizeof(struct synth_info))) in mpu_synth_ioctl() 1077 sizeof(struct synth_info)); in attach_mpu401()
|
D | sequencer.c | 1341 struct synth_info inf; in sequencer_ioctl() 1473 if (get_user(dev, (int *)(&(((struct synth_info *)arg)->device)))) in sequencer_ioctl() 1483 if (get_user(dev, (int *)(&(((struct synth_info *)arg)->device)))) in sequencer_ioctl()
|
D | dev_table.h | 257 struct synth_info *info;
|
D | midi_synth.c | 268 if (__copy_to_user(arg, synth_devs[dev]->info, sizeof(struct synth_info))) in midi_synth_ioctl()
|
D | opl3.c | 69 struct synth_info fm_info;
|
D | gus_wave.c | 179 static struct synth_info gus_info = {
|
D | wavfront.c | 1968 static struct synth_info wavefront_info =
|
D | awe_wave.c | 254 static struct synth_info awe_info = {
|
/linux-2.4.37.9/include/linux/ |
D | soundcard.h | 125 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 142 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 468 struct synth_info { /* Read only */ struct
|