Lines Matching defs:snd_emux_voice
166 struct snd_emux_voice { struct
167 int ch; /* Hardware channel number */
169 int state; /* status */
178 unsigned int time; /* An allocation time */
179 unsigned char note; /* Note currently assigned to this voice */
180 unsigned char key;
181 unsigned char velocity; /* Velocity of current note */
183 struct snd_sf_zone *zone; /* Zone assigned to this note */
184 void *block; /* sample block pointer (optional) */
185 struct snd_midi_channel *chan; /* Midi channel for this note */
186 struct snd_emux_port *port; /* associated port */
187 struct snd_emux *emu; /* assigned root info */
188 void *hw; /* hardware pointer (emu8000 or emu10k1) */
189 unsigned long ontime; /* jiffies at note triggered */
192 struct soundfont_voice_info reg;
195 int avol; /* volume attenuation */
196 int acutoff; /* cutoff target */
197 int apitch; /* pitch offset */
198 int apan; /* pan/aux pair */
199 int aaux;
200 int ptarget; /* pitch target */
201 int vtarget; /* volume target */
202 int ftarget; /* filter target */