mbox series

[0/4] ASoC: qdsp6: Add Quinary MI2S ports support

Message ID 20210605022206.13226-1-ultracoolguy@disroot.org (mailing list archive)
Headers show
Series ASoC: qdsp6: Add Quinary MI2S ports support | expand

Message

Gabriel David June 5, 2021, 2:22 a.m. UTC
Various devices(such as the Motorola Moto G7 Power, codename ocean) use
the Quinary MI2S ports for reproducing audio. Add support to them in
kernel.

Signed-off-by: Gabriel David <ultracoolguy@disroot.org>

Gabriel David (4):
  ASoC: q6afe: dt-bindings: Add QUIN_MI2S_RX/TX
  ASoC: qdsp6: q6afe: Add Quinary MI2S ports
  ASoC: qdsp6: q6afe-dai: Add Quinary MI2S ports
  ASoC: qdsp6: q6routing: Add Quinary MI2S ports

 include/dt-bindings/sound/qcom,q6afe.h |  2 ++
 sound/soc/qcom/qdsp6/q6afe-dai.c       | 41 ++++++++++++++++++++++++++
 sound/soc/qcom/qdsp6/q6afe.c           |  8 +++++
 sound/soc/qcom/qdsp6/q6afe.h           |  2 +-
 sound/soc/qcom/qdsp6/q6routing.c       | 11 +++++++
 5 files changed, 63 insertions(+), 1 deletion(-)
---
As a warning, I'm currently the only tester of these patches. If that's
gonna be a problem then I understand.

--
2.31.1

Comments

Mark Brown June 15, 2021, 5:29 p.m. UTC | #1
On Fri, 4 Jun 2021 22:22:02 -0400, Gabriel David wrote:
> Various devices(such as the Motorola Moto G7 Power, codename ocean) use
> the Quinary MI2S ports for reproducing audio. Add support to them in
> kernel.
> 
> Signed-off-by: Gabriel David <ultracoolguy@disroot.org>
> 
> Gabriel David (4):
>   ASoC: q6afe: dt-bindings: Add QUIN_MI2S_RX/TX
>   ASoC: qdsp6: q6afe: Add Quinary MI2S ports
>   ASoC: qdsp6: q6afe-dai: Add Quinary MI2S ports
>   ASoC: qdsp6: q6routing: Add Quinary MI2S ports
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: q6afe: dt-bindings: Add QUIN_MI2S_RX/TX
      commit: 099ab4fcf3752a1bc721138632d28aa6685b1cee
[2/4] ASoC: qdsp6: q6afe: Add Quinary MI2S ports
      commit: d0293e2aa6c1cfc29c7e571721036650b4f656eb
[3/4] ASoC: qdsp6: q6afe-dai: Add Quinary MI2S ports
      commit: 98e80779ff9a03b913e59850d55ac00f3eec9cdd
[4/4] ASoC: qdsp6: q6routing: Add Quinary MI2S ports
      commit: 35f78d0277fc522028e9504454c555d9b0f53bec

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