Searched refs:load_patch (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_oss.h | 42 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count); member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_oss.h | 42 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count); member
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 438 * call load_patch callback function 457 if (rec->oper.load_patch == NULL) in snd_seq_oss_synth_load_patch() 460 rc = rec->oper.load_patch(&info->arg, fmt, buf, p, c); in snd_seq_oss_synth_load_patch() 657 snd_iprintf(buf, " capabilities : ioctl %s / load_patch %s\n", in snd_seq_oss_synth_info_read() 659 enabled_str((long)rec->oper.load_patch)); in snd_seq_oss_synth_info_read()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 438 * call load_patch callback function 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() 660 snd_iprintf(buf, " capabilities : ioctl %s / load_patch %s\n", in snd_seq_oss_synth_info_read() 662 enabled_str((long)rec->oper.load_patch)); in snd_seq_oss_synth_info_read()
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_oss.c | 24 .load_patch = snd_opl3_load_patch_seq_oss,
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_oss.c | 24 .load_patch = snd_opl3_load_patch_seq_oss,
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_oss.c | 42 .load_patch = snd_emux_load_patch_seq_oss,
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_oss.c | 42 .load_patch = snd_emux_load_patch_seq_oss,
|
Completed in 5 milliseconds