]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: compress: Remove byte offset computation
authorDaniel Baluta <daniel.baluta@nxp.com>
Wed, 17 Aug 2022 08:05:26 +0000 (11:05 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 17 Aug 2022 12:00:21 +0000 (13:00 +0100)
commitbab10ec9fd9dc1537b705d0dd3862dd5982b921f
tree0777d37a1defcb11406bdec2cced2b97e4219042
parent6256547352fa21356de8d26b058e50d719ecc0d2
ASoC: SOF: compress: Remove byte offset computation

Byte offset is the offset in the ring buffer to the DSP
while posn_offset is an offset inside the stream_box where
we keep position information.

Reviewed-by: Paul Olaru <paul.olaru@oss.nxp.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20220817080529.10864-2-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/compress.c