Lines Matching defs:snd_trident_voice
275 struct snd_trident_voice { struct
276 unsigned int number;
277 unsigned int use: 1,
278 pcm: 1,
279 synth:1,
280 midi: 1;
281 unsigned int flags;
282 unsigned char client;
283 unsigned char port;
284 unsigned char index;
286 struct snd_trident_sample_ops *sample_ops;
289 unsigned int CSO; /* 24 bits (16 on DX) */
290 unsigned int ESO; /* 24 bits (16 on DX) */
314 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */ argument
332 void (*private_free)(struct snd_trident_voice *voice); argument