Home
last modified time | relevance | path

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

/linux/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
/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c425 * call load_patch callback function
445 if (rec->oper.load_patch == NULL) in snd_seq_oss_synth_load_patch()
448 rc = rec->oper.load_patch(&info->arg, fmt, buf, p, c); in snd_seq_oss_synth_load_patch()
610 snd_iprintf(buf, " capabilities : ioctl %s / load_patch %s\n", in snd_seq_oss_synth_info_read()
612 str_enabled_disabled((long)rec->oper.load_patch)); in snd_seq_oss_synth_info_read()
/linux/sound/drivers/opl3/
H A Dopl3_oss.c24 .load_patch = snd_opl3_load_patch_seq_oss,
/linux/Documentation/sound/designs/
H A Dseq-oss.rst99 capabilities : ioctl enabled / load_patch enabled
212 int (*load_patch)(snd_seq_oss_arg_t *p, int format, const char *buf, int offs, int count);
290 The ``load_patch`` callback is used for sample-downloading. This callback
/linux/sound/synth/emux/
H A Demux_oss.c42 .load_patch = snd_emux_load_patch_seq_oss,