Searched refs:snd_emux (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/sound/ |
D | emux_synth.h | 37 struct snd_emux; 47 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, 55 void (*reset)(struct snd_emux *emu, int ch); 57 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, 60 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp, 62 void (*sample_reset)(struct snd_emux *emu); 63 int (*load_fx)(struct snd_emux *emu, int type, int arg, 65 void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed, 68 int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2); 90 struct snd_emux { struct [all …]
|
D | emu8000.h | 61 struct snd_emux *emu;
|