Searched refs:synth_info (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/sound/core/seq/oss/ |
D | seq_oss_synth.h | 49 int snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf);
|
D | seq_oss_ioctl.c | 33 struct synth_info info; in snd_seq_oss_synth_info_user()
|
D | seq_oss_synth.c | 606 snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf) in snd_seq_oss_synth_make_info()
|
/linux-2.6.39/sound/oss/ |
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]; 784 sizeof(struct synth_info))) in mpu_synth_ioctl() 1049 sizeof(struct synth_info)); in attach_mpu401()
|
D | dev_table.h | 260 struct synth_info *info;
|
D | sequencer.c | 1327 struct synth_info inf; in sequencer_ioctl() 1460 if (get_user(dev, &((struct synth_info __user *)arg)->device)) in sequencer_ioctl() 1470 if (get_user(dev, &((struct synth_info __user *)arg)->device)) in sequencer_ioctl()
|
D | midi_synth.c | 269 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;
|
/linux-2.6.39/include/linux/ |
D | soundcard.h | 132 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 149 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 488 struct synth_info { /* Read only */ struct
|