Home
last modified time | relevance | path

Searched refs:decay (Results 1 – 4 of 4) sorted by relevance

/sound/pci/asihpi/
Dhpi.h1395 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);
Dhpifunc.c1900 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/
Dsoundfont.c1041 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/
Dopl3_synth.c502 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice()