Searched refs:load_patch (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/sound/
H A Dseq_oss.h42 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count); member in struct:snd_seq_oss_callback
/linux-master/sound/core/seq/oss/
H A Dseq_oss_synth.c438 * call load_patch callback function
458 if (rec->oper.load_patch == NULL)
461 rc = rec->oper.load_patch(&info->arg, fmt, buf, p, c);
660 snd_iprintf(buf, " capabilities : ioctl %s / load_patch %s\n",
662 enabled_str((long)rec->oper.load_patch));
/linux-master/sound/drivers/opl3/
H A Dopl3_oss.c24 .load_patch = snd_opl3_load_patch_seq_oss,
/linux-master/sound/synth/emux/
H A Demux_oss.c42 .load_patch = snd_emux_load_patch_seq_oss,

Completed in 128 milliseconds