mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] SOF: Add compress support implementation
@ 2022-01-18 21:27 Daniel Baluta
  2022-01-18 21:27 ` [PATCH v2 1/2] ASoC: SOF: compr: Add compress ops implementation Daniel Baluta
  2022-01-18 21:27 ` [PATCH v2 2/2] ASoC: SOF: compress: Implement get_caps and get_codec_caps Daniel Baluta
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Baluta @ 2022-01-18 21:27 UTC (permalink / raw)
  To: pierre-louis.bossart, lgirdwood, broonie
  Cc: daniel.baluta, kai.vehmanen, ranjani.sridharan,
	sound-open-firmware, alsa-devel, linux-kernel, cezary.rojewski,
	paul.olaru

From: Daniel Baluta <daniel.baluta@nxp.com>

This patch series adds compress operations support. This is tested with
SOF (codec_adapter component enabled) and i.MX8/8X/8M boards.

Changes since v1:
(https://lore.kernel.org/lkml/20220113161341.371345-1-daniel.baluta@oss.nxp.com/T/)

- Addressed review from Cezary and Pierre
- fixed layout of declaration blocks to be more consistent
- avoid using rtd and runtime simultaneously inside a function (always
  used rtd and crtd)
- check return code for create_page_table
- completely remove sof_compr_stream and use snd_compr_tstmap instead to
  keep compress stream related info.·
- add get_caps and get_codec_caps implementations (in patch 2) 

Daniel Baluta (1):
  ASoC: SOF: compr: Add compress ops implementation

Paul Olaru (1):
  ASoC: SOF: compress: Implement get_caps and get_codec_caps

 sound/soc/sof/compress.c | 347 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 345 insertions(+), 2 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-19 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 21:27 [PATCH v2 0/2] SOF: Add compress support implementation Daniel Baluta
2022-01-18 21:27 ` [PATCH v2 1/2] ASoC: SOF: compr: Add compress ops implementation Daniel Baluta
2022-01-18 21:27 ` [PATCH v2 2/2] ASoC: SOF: compress: Implement get_caps and get_codec_caps Daniel Baluta
2022-01-19  1:00   ` Pierre-Louis Bossart
2022-01-19 15:43     ` Daniel Baluta
2022-01-19 16:56       ` Pierre-Louis Bossart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome