Home
last modified time | relevance | path

Searched refs:snd_sf_calc_parm_delay (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Dsoundfont.h113 #define snd_sf_calc_parm_delay(msec) (0x8000 - (msec) * 1000 / 725) macro
/linux/sound/synth/emux/
H A Demux_nrpn.c130 return (unsigned short)snd_sf_calc_parm_delay(val); in fx_delay()