mbox series

[v2,00/12] ASoC: codecs: qcom add support for SM8450 and SC8280XP

Message ID 20220906170112.1984-1-srinivas.kandagatla@linaro.org
Headers show
Series ASoC: codecs: qcom add support for SM8450 and SC8280XP | expand

Message

Srinivas Kandagatla Sept. 6, 2022, 5:01 p.m. UTC
This patchset adds support for SM8450 and SC8280XP SoC and also some of
the fixes requried to get stable audio on X13s.

Tested SmartSpeakers and Headset on SM8450 MTP and
Lenovo Thinkpad X13s.

Changes since v1:
- moved va-macro from using of_device_is_compatible to compatible data
- added some fixes for qcom codecs.

Srinivas Kandagatla (12):
  ASoC: codecs: wsa-macro: handle swr_reset correctly
  ASoC: codecs: rx-macro: handle swr_reset correctly
  ASoC: codecs: tx-macro: handle swr_reset correctly
  ASoC: codecs: tx-macro: fix active_decimator array
  ASoC: codecs: tx-macro: fix kcontrol put
  ASoC: codecs: wsa883x: add clock stop support
  ASoC: qcom: dt-bindings: add sm8450 and sc8280xp compatibles
  ASoC: codecs: wsa-macro: add support for sm8450 and sc8280xp
  ASoC: codecs: tx-macro: add support for sm8450 and sc8280xp
  ASoC: codecs: rx-macro: add support for sm8450 and sc8280xp
  ASoC: codecs: va-macro: clear the frame sync counter before enabling
  ASoC: codecs: va-macro: add support for sm8450 and sc8280xp

 .../bindings/sound/qcom,lpass-rx-macro.yaml   |  2 +
 .../bindings/sound/qcom,lpass-tx-macro.yaml   |  2 +
 .../bindings/sound/qcom,lpass-va-macro.yaml   |  2 +
 .../bindings/sound/qcom,lpass-wsa-macro.yaml  |  2 +
 sound/soc/codecs/lpass-rx-macro.c             | 18 ++--
 sound/soc/codecs/lpass-tx-macro.c             | 36 ++++----
 sound/soc/codecs/lpass-va-macro.c             | 82 +++++++++++++++++--
 sound/soc/codecs/lpass-wsa-macro.c            | 19 ++---
 sound/soc/codecs/wsa883x.c                    | 28 +------
 9 files changed, 120 insertions(+), 71 deletions(-)

Comments

Mark Brown Sept. 27, 2022, 10:34 a.m. UTC | #1
On Tue, 6 Sep 2022 18:01:00 +0100, Srinivas Kandagatla wrote:
> This patchset adds support for SM8450 and SC8280XP SoC and also some of
> the fixes requried to get stable audio on X13s.
> 
> Tested SmartSpeakers and Headset on SM8450 MTP and
> Lenovo Thinkpad X13s.
> 
> Changes since v1:
> - moved va-macro from using of_device_is_compatible to compatible data
> - added some fixes for qcom codecs.
> 
> [...]

Applied to

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

Thanks!

[01/12] ASoC: codecs: wsa-macro: handle swr_reset correctly
        commit: fdc972d4a754b32cdf05294669ae0d6036242826
[02/12] ASoC: codecs: rx-macro: handle swr_reset correctly
        commit: 1a4e73915a7553d7ffb4f365b8a671bb2fa1f7ef
[03/12] ASoC: codecs: tx-macro: handle swr_reset correctly
        commit: d83a7201412d32e2ac76f20439470976b2edf699
[04/12] ASoC: codecs: tx-macro: fix active_decimator array
        commit: 1c6a7f5250ce81f11a248f9bf88fdbca8b6b0b5d
[05/12] ASoC: codecs: tx-macro: fix kcontrol put
        commit: c1057a08af438e0cf5450c1d977a3011198ed2f8
[06/12] ASoC: codecs: wsa883x: add clock stop support
        commit: 3e29fb7479760d6d03380125d500b60081ccb5e9
[07/12] ASoC: qcom: dt-bindings: add sm8450 and sc8280xp compatibles
        commit: 473d218b56559934ef4720a6fc086c8ad0da9d38
[08/12] ASoC: codecs: wsa-macro: add support for sm8450 and sc8280xp
        commit: 8d2be441ebc1078eaa9f2b7aa7c6d3880973851e
[09/12] ASoC: codecs: tx-macro: add support for sm8450 and sc8280xp
        commit: 7ca36514752fa5bdf0d237436dc0042aefbf42ad
[10/12] ASoC: codecs: rx-macro: add support for sm8450 and sc8280xp
        commit: c0bcaa72fabab1f2900aecc8643f33212c0072cc
[11/12] ASoC: codecs: va-macro: clear the frame sync counter before enabling
        commit: c55b7381d7932eb303dbd97691f89c1a9c452956
[12/12] ASoC: codecs: va-macro: add support for sm8450 and sc8280xp
        commit: 0f47dd211938d5646f4041407089390bf89b96e8

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