Searched refs:decay (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/sound/
H A Dasound_fm.h40 unsigned char decay; /* 4 bits: decay rate */ member in struct:snd_dm_fm_voice
/linux-master/drivers/ras/
H A Dcec.c39 * If, after decay, an element gets inserted again, its generation is set to 11b
67 * We use DECAY_BITS bits of PAGE_SHIFT bits for counting decay, i.e., how long
139 * Decrement decay value. We're using DECAY_BITS bits to denote decay of an
147 u8 decay = DECAY(ca->array[i]); local
149 if (!decay)
152 decay--;
155 ca->array[i] |= (decay << COUNT_BITS);
483 struct dentry *d, *pfn, *decay, *count, *array, *dfs; local
497 decay
[all...]
/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);
1624 u32 decay);
H A Dhpifunc.c1900 u32 decay)
1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay,
1907 u32 *decay)
1910 decay, NULL);
2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) argument
2065 attack, decay);
2071 u32 decay; local
2075 &attack, &decay);
2080 *pn_decay = (unsigned short)decay;
2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) argument
1899 hpi_compander_set_decay_time_constant(u32 h_control, unsigned int index, u32 decay) argument
1906 hpi_compander_get_decay_time_constant(u32 h_control, unsigned int index, u32 *decay) argument
2095 u32 decay; 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.
865 /* attack & decay/release time table (msec) */
920 /* decay/release time: search from time table */
1049 int attack, hold, decay, release; local
1055 decay = calc_gus_envelope_time
1071 snd_sf_calc_parm_decay(decay);
/linux-master/sound/drivers/opl3/
H A Dopl3_synth.c501 /* Set decay phase level */
502 reg_val |= voice->decay & OPL3_DECAY_MASK;

Completed in 189 milliseconds