Lines Matching refs:snd_emux
18 int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index);
19 void snd_emux_detach_seq(struct snd_emux *emu);
20 struct snd_emux_port *snd_emux_create_port(struct snd_emux *emu, char *name,
26 int snd_emux_inc_count(struct snd_emux *emu);
27 void snd_emux_dec_count(struct snd_emux *emu);
28 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card);
29 int snd_emux_delete_virmidi(struct snd_emux *emu);
32 void snd_emux_init_voices(struct snd_emux *emu);
68 void snd_emux_init_seq_oss(struct snd_emux *emu);
69 void snd_emux_detach_seq_oss(struct snd_emux *emu);
73 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device);
74 void snd_emux_proc_free(struct snd_emux *emu);
76 static inline void snd_emux_proc_init(struct snd_emux *emu, in snd_emux_proc_init()
78 static inline void snd_emux_proc_free(struct snd_emux *emu) {} in snd_emux_proc_free()
84 int snd_emux_init_hwdep(struct snd_emux *emu);
85 void snd_emux_delete_hwdep(struct snd_emux *emu);