• Rosen Penev's avatar
    replace lrint with lround · 4fd0c84f
    Rosen Penev authored
    lrint is a configurable version of lround that behaves either as round,
    floor, ceil, or trunc based on setting the proper FE_ macro using
    fset/getround. Given that it's not set at all and that it defaults to
    round behavior, simply replace with round.
    
    Also removed the util/Math defines.
    Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
    4fd0c84f
AlsaMixerPlugin.cxx 6.73 KB