/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound_fm.h | 54 unsigned char attack; /* 4 bits: attack rate */ member
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound_fm.h | 39 unsigned char attack; /* 4 bits: attack rate */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 24 unsigned char attack; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 37 unsigned char attack; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 37 unsigned char attack; member
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A 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); 1634 u32 attack);
|
H A D | hpifunc.c | 1886 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 D | hpi.h | 1382 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 D | hpifunc.c | 1886 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 D | soundfont.c | 619 * 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 D | soundfont.c | 623 * 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 D | opl3_synth.c | 499 /* 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 D | opl3_synth.c | 499 /* Set attack phase level */ in snd_opl3_set_voice() 500 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK; in snd_opl3_set_voice()
|