Searched refs:amplitude (Results 1 – 5 of 5) sorted by relevance
342 Option: amplitude: {value[,value...]}343 Definition: Set IO Cell signal amplitude on a per-controller basis.346 Example: amplitude:{0x1}347 On Controller 0 set amplitude to 1.348 Example: amplitude :{1,,7}349 On Controller 0 set amplitude to 1.350 On Controller 2 set amplitude to 7.
273 uint8_t amplitude; member2384 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE)2385 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude);
2558 /* Rev A does not have any amplitude setting. */
181 unsigned char amplitude; /* sample volume (127 max) */ member
853 vp->amplitude = 127; in awe_init_voice_info()1792 int main_vol = cp->main_vol * ap->amplitude / 127; in awe_calc_volume()1811 vol = vol * ap->amplitude / 127; in awe_calc_volume()