Lines Matching defs:gus_voice
135 struct gus_voice { struct
141 unsigned char voccntl; /* State of voice control register */
142 unsigned char volcntl; /* State of volume control register */
143 unsigned char pan_pos; /* Position of volume panning (4 bits) */
144 int rate; /* Sample rate of voice being played back */
150 u_long start_addr; /* Starting address of voice data loop area */
151 u_long end_addr; /* Ending address of voice data loop */
152 u_long current_addr; /* Beginning address of voice data
161 int start_volume; /* Starting position of volume ramp */
162 int current_volume; /* Current position of volume on volume ramp */
163 int end_volume; /* Ending position of volume on volume ramp */