Searched refs:load_patch (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/sound/ |
D | seq_oss.h | 55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou… member
|
/linux-4.1.27/sound/oss/ |
D | midi_synth.h | 39 .load_patch = midi_synth_load_patch,
|
D | dev_table.h | 273 int (*load_patch) (int dev, int format, const char __user *addr, member
|
D | opl3.c | 1100 .load_patch = opl3_load_patch,
|
D | sequencer.c | 242 err = synth_devs[dev]->load_patch(dev, fmt, buf + p, c, 0); in sequencer_write()
|
D | mpu401.c | 897 .load_patch = midi_synth_load_patch,
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_synth.c | 467 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.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 53 .load_patch = snd_opl3_load_patch_seq_oss,
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_oss.c | 57 .load_patch = snd_emux_load_patch_seq_oss,
|