ASoC: SOF: Add support for compress API for stream data/offset
authorDaniel Baluta <daniel.baluta@nxp.com>
Tue, 17 Jan 2023 12:25:32 +0000 (14:25 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 17 Jan 2023 13:37:53 +0000 (13:37 +0000)
commit090349a9feba3ceee3997d31d68ffe54e5b57acb
tree37d8bb27f69eeae656b800ed86345f6cafe75b0d
parent249f186d6b0211fc59d83db128030f2b298063a1
ASoC: SOF: Add support for compress API for stream data/offset

snd_sof_pcm_stream keeps information about both PCM (snd_pcm_substream)
and Compress (snd_compr_stream) streams.

When PCM substream pointer is NULL this means we are dealing with a
compress stream.

Reviewed-by: Paul Olaru <paul.olaru@nxp.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20230117122533.201708-4-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/sof-priv.h
sound/soc/sof/stream-ipc.c