load_patch         42 include/sound/seq_oss.h 	int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
load_patch        457 sound/core/seq/oss/seq_oss_synth.c 	if (rec->oper.load_patch == NULL)
load_patch        460 sound/core/seq/oss/seq_oss_synth.c 		rc = rec->oper.load_patch(&info->arg, fmt, buf, p, c);
load_patch        658 sound/core/seq/oss/seq_oss_synth.c 			    enabled_str((long)rec->oper.load_patch));
load_patch         24 sound/drivers/opl3/opl3_oss.c 	.load_patch =	snd_opl3_load_patch_seq_oss,
load_patch         42 sound/synth/emux/emux_oss.c 	.load_patch = snd_emux_load_patch_seq_oss,