[PATCH 0/9] ASoC: add audio digital codecs for Qualcomm SM8550

Krzysztof Kozlowski posted 9 patches 3 years, 1 month ago
There is a newer version of this series
.../bindings/sound/qcom,lpass-rx-macro.yaml   | 76 +++++++++++++----
.../bindings/sound/qcom,lpass-tx-macro.yaml   | 81 +++++++++++++++----
.../bindings/sound/qcom,lpass-va-macro.yaml   | 18 +++++
.../bindings/sound/qcom,lpass-wsa-macro.yaml  | 23 +++++-
sound/soc/codecs/lpass-rx-macro.c             | 39 +++++++--
sound/soc/codecs/lpass-tx-macro.c             | 38 +++++++--
sound/soc/codecs/lpass-wsa-macro.c            | 38 +++++++--
7 files changed, 256 insertions(+), 57 deletions(-)
[PATCH 0/9] ASoC: add audio digital codecs for Qualcomm SM8550
Posted by Krzysztof Kozlowski 3 years, 1 month ago
Hi,

Dependencies
============
For va-macro bindings:
https://lore.kernel.org/r/20221118071849.25506-2-srinivas.kandagatla@linaro.org

NOT a dependency
================
The patchset can be applied independently of my previous fix:
https://lore.kernel.org/linux-arm-msm/20230310100937.32485-1-krzysztof.kozlowski@linaro.org/T/#u

Logically, better if they were together, but code will work fine other way.

Best regards,
Krzysztof

Krzysztof Kozlowski (9):
  ASoC: dt-bindings: qcom,lpass-rx-macro: narrow clocks per variants
  ASoC: dt-bindings: qcom,lpass-rx-macro: Add SM8550 RX macro
  ASoC: codecs: lpass-rx-macro: add support for SM8550
  ASoC: dt-bindings: qcom,lpass-tx-macro: narrow clocks per variants
  ASoC: dt-bindings: qcom,lpass-tx-macro: Add SM8550 TX macro
  ASoC: codecs: lpass-tx-macro: add support for SM8550
  ASoC: dt-bindings: qcom,lpass-va-macro: Add SM8550 VA macro
  ASoC: dt-bindings: qcom,lpass-wsa-macro: Add SM8550 WSA macro
  ASoC: codecs: lpass-wsa-macro: add support for SM8550

 .../bindings/sound/qcom,lpass-rx-macro.yaml   | 76 +++++++++++++----
 .../bindings/sound/qcom,lpass-tx-macro.yaml   | 81 +++++++++++++++----
 .../bindings/sound/qcom,lpass-va-macro.yaml   | 18 +++++
 .../bindings/sound/qcom,lpass-wsa-macro.yaml  | 23 +++++-
 sound/soc/codecs/lpass-rx-macro.c             | 39 +++++++--
 sound/soc/codecs/lpass-tx-macro.c             | 38 +++++++--
 sound/soc/codecs/lpass-wsa-macro.c            | 38 +++++++--
 7 files changed, 256 insertions(+), 57 deletions(-)

-- 
2.34.1
Re: [PATCH 0/9] ASoC: add audio digital codecs for Qualcomm SM8550
Posted by Krzysztof Kozlowski 3 years, 1 month ago
On 10/03/2023 14:21, Krzysztof Kozlowski wrote:
> Hi,
> 
> Dependencies
> ============
> For va-macro bindings:
> https://lore.kernel.org/r/20221118071849.25506-2-srinivas.kandagatla@linaro.org
> 
> NOT a dependency
> ================
> The patchset can be applied independently of my previous fix:
> https://lore.kernel.org/linux-arm-msm/20230310100937.32485-1-krzysztof.kozlowski@linaro.org/T/#u

DTS implementing the bindings is here:

https://lore.kernel.org/linux-arm-msm/20230310134925.514125-1-krzysztof.kozlowski@linaro.org/T/#u

Best regards,
Krzysztof