[v2,0/2] ASoC: codec: lpass-va: add npl clock support

Message ID 20221118071849.25506-1-srinivas.kandagatla@linaro.org
Headers
Series ASoC: codec: lpass-va: add npl clock support |

Message

Srinivas Kandagatla Nov. 18, 2022, 7:18 a.m. UTC
  New versions of VA Macro has soundwire integrated, so handle the soundwire npl
clock correctly in the codec driver and add related bindings.

Changes since v1:
	- updated bindings as per Kryz comments.
	- added error handling during npl and mclk enable.

Srinivas Kandagatla (2):
  ASoC: dt-bindings: lpass-va: add npl clock for new VA macro
  ASoC: codecs: va-macro: add npl clk

 .../bindings/sound/qcom,lpass-va-macro.yaml   | 63 ++++++++++++++++---
 sound/soc/codecs/lpass-va-macro.c             | 46 ++++++++++++++
 2 files changed, 101 insertions(+), 8 deletions(-)