Searched refs:load_patch (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/sound/ | 
| D | seq_oss.h | 42 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…  member
 | 
| /Linux-v5.15/sound/core/seq/oss/ | 
| D | seq_oss_synth.c | 458 	if (rec->oper.load_patch == NULL)  in snd_seq_oss_synth_load_patch()461 		rc = rec->oper.load_patch(&info->arg, fmt, buf, p, c);  in snd_seq_oss_synth_load_patch()
 662 			    enabled_str((long)rec->oper.load_patch));  in snd_seq_oss_synth_info_read()
 
 | 
| /Linux-v5.15/sound/drivers/opl3/ | 
| D | opl3_oss.c | 24 	.load_patch =	snd_opl3_load_patch_seq_oss,
 | 
| /Linux-v5.15/Documentation/sound/designs/ | 
| D | seq-oss.rst | 99       capabilties : ioctl enabled / load_patch enabled212    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-v5.15/sound/synth/emux/ | 
| D | emux_oss.c | 42 	.load_patch = snd_emux_load_patch_seq_oss,
 |