ASoC: SOF: compress: Remove dai_posn variable
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 22 Aug 2022 17:49:37 +0000 (20:49 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 23 Aug 2022 12:04:52 +0000 (13:04 +0100)
commitd45f552a1e44e2885c4b7551564241959d8138be
treec9b9886ce67c82807e72ff649004344db5e6f408
parent62bd431bac942c90d908b1681d04f0c577f6c70f
ASoC: SOF: compress: Remove dai_posn variable

dai_posn is set but never used. Initial intention was
to use dai_posn to shorthen one code line but it looks fine
without it too.

Fixes: c1a731c71359 ("ASoC: SOF: compress: Add support for computing timestamps")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20220822174937.254873-1-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/compress.c