Searched refs:decay (Results 1 – 4 of 4) sorted by relevance
/sound/pci/asihpi/ |
D | hpi.h | 1395 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay); 1397 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay); 1399 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay); 1401 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay); 1640 u32 decay);
|
D | hpifunc.c | 1900 u32 decay) in hpi_compander_set_decay_time_constant() argument 1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant() 1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument 1910 decay, NULL); in hpi_compander_get_decay_time_constant() 2063 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument 2066 attack, decay); in hpi_meter_set_rms_ballistics() 2072 u32 decay; in hpi_meter_get_rms_ballistics() local 2076 &attack, &decay); in hpi_meter_get_rms_ballistics() 2081 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics() 2086 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument [all …]
|
/sound/synth/emux/ |
D | soundfont.c | 1041 int attack, hold, decay, release; in load_guspatch() local 1047 decay = calc_gus_envelope_time in load_guspatch() 1063 snd_sf_calc_parm_decay(decay); in load_guspatch()
|
/sound/drivers/opl3/ |
D | opl3_synth.c | 502 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice()
|