]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d380a47ea681db06c916bcb2d548d442f768eea
treec9b9886ce67c82807e72ff649004344db5e6f408
parent9eb1f5ace30ae56102bdcc98154108005f8a7971
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: c319eb6e785e ("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