Searched defs:emu_pcm_pchinfo (Results 1 – 1 of 1) sorted by relevance
54 struct emu_pcm_pchinfo { struct55 int spd;56 int fmt;57 unsigned int blksz;58 int run;59 struct emu_voice *master;60 struct emu_voice *slave;61 struct snd_dbuf *buffer;62 struct pcm_channel *channel;63 struct emu_pcm_info *pcm;[all …]