mbox series

[0/8] ASoC: q6dsp: Add support to Codec Ports.

Message ID 20200910101732.23484-1-srinivas.kandagatla@linaro.org
Headers show
Series ASoC: q6dsp: Add support to Codec Ports. | expand

Message

Srinivas Kandagatla Sept. 10, 2020, 10:17 a.m. UTC
LPASS IP on SoCs like SM8250 has Digital Codec part integrated into it.
This ports are exposed in Q6DSP as Codec ports. This patchset adds
support to those q6afe ports along with q6routing and q6afe-dai.

This patchset has been tested along with other patches on
Qualcomm Robotics RB5 Platform with Soundwire and WSA8815 Codec.

Thanks,
srini

Srinivas Kandagatla (8):
  ASoC: q6dsp: q6afe: add support to Codec DMA ports
  ASoC: q6dsp: q6routing: add support to Codec DMA ports
  ASoC: q6dsp: q6afe: prepare afe_apr_send_pkt to take response opcode
  ASoC: q6dsp: q6afe: add global q6afe waitqueue
  ASoC: q6dsp: q6afe: add lpass hw voting support
  ASoC: q6dsp: q6afe: update q6afe_set_param to support global clocks
  ASoC: q6dsp: q6afe: add codec lpass clocks
  ASoC: q6dsp: q6afe-dai: add support to Codec DMA ports

 include/dt-bindings/sound/qcom,q6afe.h |  22 ++
 sound/soc/qcom/qdsp6/q6afe-dai.c       | 229 ++++++++++++++++++
 sound/soc/qcom/qdsp6/q6afe.c           | 308 +++++++++++++++++++++++--
 sound/soc/qcom/qdsp6/q6afe.h           |  33 ++-
 sound/soc/qcom/qdsp6/q6routing.c       | 121 +++++++++-
 5 files changed, 689 insertions(+), 24 deletions(-)

-- 
2.21.0

Comments

Mark Brown Sept. 10, 2020, 12:51 p.m. UTC | #1
On Thu, 10 Sep 2020 11:17:24 +0100, Srinivas Kandagatla wrote:
> LPASS IP on SoCs like SM8250 has Digital Codec part integrated into it.

> This ports are exposed in Q6DSP as Codec ports. This patchset adds

> support to those q6afe ports along with q6routing and q6afe-dai.

> 

> This patchset has been tested along with other patches on

> Qualcomm Robotics RB5 Platform with Soundwire and WSA8815 Codec.

> 

> [...]


Applied to

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

Thanks!

[1/8] ASoC: q6dsp: q6afe: add support to Codec DMA ports
      commit: 150b2e86c54ad09c26e60f32925aeaf1fca1a5d3
[2/8] ASoC: q6dsp: q6routing: add support to Codec DMA ports
      commit: 825492cb518bcf654e9205b3c723585191314d1a
[3/8] ASoC: q6dsp: q6afe: prepare afe_apr_send_pkt to take response opcode
      commit: 342a4f8ca12b1cac812151b05f8a837eebc6885c
[4/8] ASoC: q6dsp: q6afe: add global q6afe waitqueue
      commit: 181202d021f51d4c0442e71adc34e9629a35a6d8
[5/8] ASoC: q6dsp: q6afe: add lpass hw voting support
      commit: 55e07531d922540c656c7fc2e21d76e1b751f279
[6/8] ASoC: q6dsp: q6afe: update q6afe_set_param to support global clocks
      commit: 84ab3b9f19f6ff0bb5df6c6deea75ab4c1d2aff8
[7/8] ASoC: q6dsp: q6afe: add codec lpass clocks
      commit: 0c3e35fc1ebe22a5254ba3bff2599a2c49b00abe
[8/8] ASoC: q6dsp: q6afe-dai: add support to Codec DMA ports
      commit: 1fdbcfa9fdee6f9cc00129f0f5ed0ff29cfef646

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