Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 3 of 3) sorted by relevance

/sound/core/seq/oss/
Dseq_oss_synth.c46 struct snd_seq_oss_callback oper; member
104 rec->oper = reg->oper; in snd_seq_oss_synth_probe()
213 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup()
226 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup()
230 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup()
231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
239 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup()
240 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
315 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup()
316 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup()
[all …]
/sound/drivers/opl3/
Dopl3_oss.c110 arg->oper = oss_callback; in snd_opl3_init_seq_oss()
/sound/synth/emux/
Demux_oss.c68 arg->oper = oss_callback; in snd_emux_init_seq_oss()