Home
last modified time | relevance | path

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

/linux-4.4.14/sound/synth/emux/
Demux_oss.c77 emu->oss_synth = dev; in snd_emux_init_seq_oss()
97 if (emu->oss_synth) { in snd_emux_detach_seq_oss()
98 snd_device_free(emu->card, emu->oss_synth); in snd_emux_detach_seq_oss()
99 emu->oss_synth = NULL; in snd_emux_detach_seq_oss()
Demux.c51 emu->oss_synth = NULL; in snd_emux_new()
/linux-4.4.14/include/sound/
Demux_synth.h133 struct snd_seq_device *oss_synth; member