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(-)