Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c224 int boost_length = 0; in tfa2_haptic_update_duration() local
229 boost_length = (obj->boostLength / 48); in tfa2_haptic_update_duration()
231 if (boost_length >= duration) in tfa2_haptic_update_duration()
233 …pr_err("%s: boost break length (%d) is longer then duration (%d)", __func__, boost_length, duratio… in tfa2_haptic_update_duration()
238 data->duration -= boost_length; in tfa2_haptic_update_duration()