[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220118212732.281657-1-daniel.baluta@oss.nxp.com>
Date: Tue, 18 Jan 2022 23:27:30 +0200
From: Daniel Baluta <daniel.baluta@....nxp.com>
To: pierre-louis.bossart@...ux.intel.com, lgirdwood@...il.com,
broonie@...nel.org
Cc: daniel.baluta@....com, kai.vehmanen@...ux.intel.com,
ranjani.sridharan@...ux.intel.com,
sound-open-firmware@...a-project.org, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org, cezary.rojewski@...el.com,
paul.olaru@....com
Subject: [PATCH v2 0/2] SOF: Add compress support implementation
From: Daniel Baluta <daniel.baluta@....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
Powered by blists - more mailing lists