Home
last modified time | relevance | path

Searched refs:load_patch (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/sound/
Dseq_oss.h55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou… member
/linux-4.4.14/sound/oss/
Dmidi_synth.h39 .load_patch = midi_synth_load_patch,
Ddev_table.h273 int (*load_patch) (int dev, int format, const char __user *addr, member
Dopl3.c1100 .load_patch = opl3_load_patch,
Dsequencer.c242 err = synth_devs[dev]->load_patch(dev, fmt, buf + p, c, 0); in sequencer_write()
Dmpu401.c897 .load_patch = midi_synth_load_patch,
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_synth.c467 if (rec->oper.load_patch == NULL) in snd_seq_oss_synth_load_patch()
470 rc = rec->oper.load_patch(&dp->synths[dev].arg, fmt, buf, p, c); in snd_seq_oss_synth_load_patch()
657 enabled_str((long)rec->oper.load_patch)); in snd_seq_oss_synth_info_read()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c53 .load_patch = snd_opl3_load_patch_seq_oss,
/linux-4.4.14/sound/synth/emux/
Demux_oss.c57 .load_patch = snd_emux_load_patch_seq_oss,