[v3,00/11] ASoC: qcom: audioreach: add compress offload support

Message ID 20230619101653.9750-1-srinivas.kandagatla@linaro.org
Headers
Series ASoC: qcom: audioreach: add compress offload support |

Message

Srinivas Kandagatla June 19, 2023, 10:16 a.m. UTC
  This patchset adds compressed offload support to Qualcomm audioreach drivers.
Currently it supports AAC, MP3 and FALC along with gapless.

Tested this on SM8450 and sc7280.

thanks,
srini

Changes since v2:
	- fixed order of sign-off
	- added placeholder decoder and encoder to audioreach_set_media_format

Mohammad Rafi Shaik (4):
  ASoC: qcom: SC7280: audioreach: Add sc7280 hardware param fixup
    callback
  ASoC: q6dsp: q6apm: add end of stream events
  ASoC: q6dsp: audioreach: Add support to set compress format params
  ASoC: q6dsp: audioreach: Add gapless feature support

Srinivas Kandagatla (7):
  ASoC: q6dsp: audioreach: add helper function to set u32 param
  ASoC: q6dsp: audioreach: Add placeholder decoder for compress playback
  ASoC: q6dsp: q6apm-dai: Add open/free compress DAI callbacks
  ASoC: q6dsp: q6apm-dai: Add compress DAI and codec caps get callbacks
  ASoC: q6dsp: q6apm-dai: Add trigger/pointer compress DAI callbacks
  ASoC: q6dsp: q6apm-dai: Add compress set params and metadata DAI
    callbacks
  ASoC: q6dsp: q6apm-dai: Add mmap and copy compress DAI callbacks

 sound/soc/qcom/qdsp6/audioreach.c | 250 ++++++++++-------
 sound/soc/qcom/qdsp6/audioreach.h |  51 ++++
 sound/soc/qcom/qdsp6/q6apm-dai.c  | 445 ++++++++++++++++++++++++++++++
 sound/soc/qcom/qdsp6/q6apm.c      |  68 +++++
 sound/soc/qcom/qdsp6/q6apm.h      |   6 +
 sound/soc/qcom/sc7280.c           |  23 +-
 6 files changed, 747 insertions(+), 96 deletions(-)
  

Comments

Mark Brown June 20, 2023, 2:24 p.m. UTC | #1
On Mon, 19 Jun 2023 11:16:42 +0100, Srinivas Kandagatla wrote:
> This patchset adds compressed offload support to Qualcomm audioreach drivers.
> Currently it supports AAC, MP3 and FALC along with gapless.
> 
> Tested this on SM8450 and sc7280.
> 
> thanks,
> srini
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/11] ASoC: qcom: SC7280: audioreach: Add sc7280 hardware param fixup callback
        commit: 5b7e984e22c43d217b3224b3118e5c8c88a5b708
[02/11] ASoC: q6dsp: q6apm: add end of stream events
        commit: 9d11a5431c929c5057e06ff86002f337980caa9e
[03/11] ASoC: q6dsp: audioreach: add helper function to set u32 param
        commit: 69bff594592b0582c36b3aae819deaad0e09eafd
[04/11] ASoC: q6dsp: audioreach: Add placeholder decoder for compress playback
        commit: c7548f5990fb35ccf2bd731570d3cff7df9e1d2e
[05/11] ASoC: q6dsp: audioreach: Add support to set compress format params
        commit: e41521b6e2b3c965c64ff3dcd69042db003c3ef4
[06/11] ASoC: q6dsp: audioreach: Add gapless feature support
        commit: 2c954a3714b3b0d98354cb6801f88b0ef7c1249d
[07/11] ASoC: q6dsp: q6apm-dai: Add open/free compress DAI callbacks
        commit: 88b60bf047fd15b75a0d7b78322ad53f917976ce
[08/11] ASoC: q6dsp: q6apm-dai: Add compress DAI and codec caps get callbacks
        commit: c0c87738a19d3e6d15dac4174d4b90c38a615112
[09/11] ASoC: q6dsp: q6apm-dai: Add trigger/pointer compress DAI callbacks
        commit: c337bf33c41de423fa4d7353bd66d3c14df92445
[10/11] ASoC: q6dsp: q6apm-dai: Add compress set params and metadata DAI callbacks
        commit: b3f736d126d69ef3f3cc4f6b68795478954b2cf4
[11/11] ASoC: q6dsp: q6apm-dai: Add mmap and copy compress DAI callbacks
        commit: c317d148a2b02c4756832fb4bd00a6480d874606

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark