Searched refs:attack (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/sound/
H A Dasound_fm.h39 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
/linux-master/sound/pci/asihpi/
H A Dhpi.h1382 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay);
1384 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay);
1386 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay);
1388 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay);
1618 u32 attack);
H A Dhpifunc.c1886 u32 attack)
1888 return hpi_control_param_set(h_control, HPI_COMPANDER_ATTACK, attack,
1893 u32 *attack)
1896 index, attack, NULL);
2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) argument
2065 attack, decay);
2070 u32 attack; local
2075 &attack, &decay);
2078 *pn_attack = (unsigned short)attack;
2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u1 argument
1885 hpi_compander_set_attack_time_constant(u32 h_control, unsigned int index, u32 attack) argument
1892 hpi_compander_get_attack_time_constant(u32 h_control, unsigned int index, u32 *attack) argument
2094 u32 attack; local
[all...]
/linux-master/sound/synth/emux/
H A Dsoundfont.c623 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
898 /* attack & decay/release time table (msec) */
946 /* attack time: search from time table */
1088 int attack, hold, decay, release; local
1089 attack = calc_gus_envelope_time
1108 snd_sf_calc_parm_attack(attack);
/linux-master/sound/drivers/opl3/
H A Dopl3_synth.c499 /* Set attack phase level */
500 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK;

Completed in 186 milliseconds