Home
last modified time | relevance | path

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

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