Lines Matching defs:snd_trident_voice
259 struct snd_trident_voice { struct
260 unsigned int number;
261 unsigned int use: 1,
262 pcm: 1,
263 synth:1,
264 midi: 1;
265 unsigned int flags;
266 unsigned char client;
267 unsigned char port;
268 unsigned char index;
270 struct snd_trident_sample_ops *sample_ops;
273 unsigned int CSO; /* 24 bits (16 on DX) */
274 unsigned int ESO; /* 24 bits (16 on DX) */
298 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */ argument
316 void (*private_free)(struct snd_trident_voice *voice); argument