Re: [PATCH v3 1/8] ASoC: qcom: Add common array to initialize soc based core clocks

From: Srinivas Kandagatla
Date: Thu Jul 09 2020 - 05:26:54 EST




On 08/07/2020 06:08, Rohit kumar wrote:
From: Ajit Pandey <ajitp@xxxxxxxxxxxxxx>

LPASS variants have their own soc specific clocks that needs to be
enabled for MI2S audio support. Added a common variable in drvdata to
initialize such clocks using bulk clk api. Such clock names is
defined in variants specific data and needs to fetched during init.

Signed-off-by: Ajit Pandey <ajitp@xxxxxxxxxxxxxx>
Signed-off-by: Rohit kumar <rohitkr@xxxxxxxxxxxxxx>
---
sound/soc/qcom/lpass-apq8016.c | 39 +++++++++++++++++++--------------------
sound/soc/qcom/lpass.h | 10 +++++++---
2 files changed, 26 insertions(+), 23 deletions(-)

LGTM,

Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>