Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound_fm.h54 unsigned char attack; /* 4 bits: attack rate */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound_fm.h39 unsigned char attack; /* 4 bits: attack rate */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound_fm.h24 unsigned char attack; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound_fm.h37 unsigned char attack; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound_fm.h37 unsigned char attack; member
/kernel/linux/linux-5.10/sound/pci/asihpi/
H A 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);
1634 u32 attack);
H A Dhpifunc.c1886 u32 attack) in hpi_compander_set_attack_time_constant()
1888 return hpi_control_param_set(h_control, HPI_COMPANDER_ATTACK, attack, in hpi_compander_set_attack_time_constant()
1893 u32 *attack) in hpi_compander_get_attack_time_constant()
1896 index, attack, NULL); in hpi_compander_get_attack_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()
2071 u32 attack; in hpi_meter_get_rms_ballistics() local
2076 &attack, &decay); in hpi_meter_get_rms_ballistics()
2079 *pn_attack = (unsigned short)attack; in hpi_meter_get_rms_ballistics()
2086 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) hpi_compander_set_attack_time_constant() argument
1892 hpi_compander_get_attack_time_constant(u32 h_control, unsigned int index, u32 *attack) hpi_compander_get_attack_time_constant() argument
2095 u32 attack; hpi_meter_get_peak_ballistics() local
[all...]
/kernel/linux/linux-6.6/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) in hpi_compander_set_attack_time_constant()
1888 return hpi_control_param_set(h_control, HPI_COMPANDER_ATTACK, attack, in hpi_compander_set_attack_time_constant()
1893 u32 *attack) in hpi_compander_get_attack_time_constant()
1896 index, attack, NULL); in hpi_compander_get_attack_time_constant()
2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument
2065 attack, decay); in hpi_meter_set_rms_ballistics()
2070 u32 attack; in hpi_meter_get_rms_ballistics() local
2075 &attack, &decay); in hpi_meter_get_rms_ballistics()
2078 *pn_attack = (unsigned short)attack; in hpi_meter_get_rms_ballistics()
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) hpi_compander_set_attack_time_constant() argument
1892 hpi_compander_get_attack_time_constant(u32 h_control, unsigned int index, u32 *attack) hpi_compander_get_attack_time_constant() argument
2094 u32 attack; hpi_meter_get_peak_ballistics() local
[all...]
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c619 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
859 /* attack & decay/release time table (msec) */
907 /* attack time: search from time table */
1041 int attack, hold, decay, release; in load_guspatch() local
1042 attack = calc_gus_envelope_time in load_guspatch()
1061 snd_sf_calc_parm_attack(attack); in load_guspatch()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c623 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
865 /* attack & decay/release time table (msec) */
913 /* attack time: search from time table */
1049 int attack, hold, decay, release; in load_guspatch() local
1050 attack = calc_gus_envelope_time in load_guspatch()
1069 snd_sf_calc_parm_attack(attack); in load_guspatch()
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_synth.c499 /* Set attack phase level */ in snd_opl3_set_voice()
500 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK; in snd_opl3_set_voice()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c499 /* Set attack phase level */ in snd_opl3_set_voice()
500 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK; in snd_opl3_set_voice()

Completed in 20 milliseconds