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