Home
last modified time | relevance | path

Searched refs:synth_operations (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/sound/oss/
Dv_midi.c171 struct synth_operations s_ops[2];
230 sizeof (struct synth_operations)); in attach_v_midi()
251 sizeof (struct synth_operations)); in attach_v_midi()
Dsb_midi.c193 midi_devs[dev]->converter = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in sb_dsp_midi_init()
202 sizeof(struct synth_operations)); in sb_dsp_midi_init()
Ddev_table.h256 struct synth_operations struct
313 struct synth_operations *converter; argument
361 extern struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
Dmidi_synth.h23 static struct synth_operations std_midi_synth =
Duart401.c366 midi_devs[devc->my_dev]->converter = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in probe_uart401()
371 memcpy(midi_devs[devc->my_dev]->converter, &std_midi_synth, sizeof(struct synth_operations)); in probe_uart401()
Dmpu401.c882 static struct synth_operations mpu401_synth_proto =
907 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV];
1018 mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in attach_mpu401()
1030 sizeof(struct synth_operations)); in attach_mpu401()
1036 sizeof(struct synth_operations)); in attach_mpu401()
Ddev_table.c30 struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV];
Dopl3.c1087 static struct synth_operations opl3_operations =