commit | 715cdce04487fb23d5c10693b3bc01309fea955a | [log] [tgz] |
---|---|---|
author | Daniel Kurtz <djkurtz@chromium.org> | Mon Jul 02 15:19:52 2018 -0600 |
committer | Mark Brown <broonie@kernel.org> | Tue Jul 03 16:14:29 2018 +0100 |
tree | 401405611a90b799e8d203135ff7f68cc48c9814 | |
parent | 30896d3619bd80486a3f8a75d62ea3b58fc61ad5 [diff] |
ASoC: AMD: Always subtract bytescount It is always correct to subtract out the starting bytescount value. Even in the case of 2^64 byte rollover (292 Million Years in the future @ 48000 Hz) the math still works out. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>