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>