commit | f114e2ee3516ebe6dbbb94ac7d49b56f941ac792 | [log] [tgz] |
---|---|---|
author | Paul Keith <javelinanddart@aidenswann.com> | Tue Feb 14 20:41:33 2017 -0600 |
committer | Paul Keith <javelinanddart@aidenswann.com> | Tue Feb 14 21:31:26 2017 -0600 |
tree | e3f078c9ccbbe7823bdbdaf2f93c3aab25eadfaf | |
parent | e3800acf0ece1cad22ad340f69b9a98fbf5d8eb0 [diff] |
audio: Use labs() instead of abs() * abs() accepts ints as parameters, but this breaks compile since the times are longs, not ints * Use labs() instead, which accepts longs as parameters, to fix compile Change-Id: I8f980a78380cdae18abd5b9602e281beae3ee4d3 Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>