aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2021-02-15 17:37:22 +0000
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2021-02-19 16:29:56 +0000
commit0bfd94338003cf574348965a53d385b93bb790ce (patch)
tree354c704f7d64e479b6dc95885c9d14c5fcdf4988
parent825c59054f342561ec3419a1d4b28bf1d1f2f788 (diff)
DEBUG: ASoC: qcom: q6afe: add debug for clkswcd938x/v2
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-rw-r--r--sound/soc/qcom/qdsp6/q6afe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/qdsp6/q6afe.c b/sound/soc/qcom/qdsp6/q6afe.c
index daa58b5f941ec..ecb6443466cb2 100644
--- a/sound/soc/qcom/qdsp6/q6afe.c
+++ b/sound/soc/qcom/qdsp6/q6afe.c
@@ -1104,6 +1104,7 @@ int q6afe_set_lpass_clock(struct device *dev, int clk_id, int attri,
struct q6afe *afe = dev_get_drvdata(dev->parent);
struct afe_clk_set cset = {0,};
+ pr_err("DEBUG: %s: %x freq %d \n", __func__, clk_id, freq);
cset.clk_set_minor_version = AFE_API_VERSION_CLOCK_SET;
cset.clk_id = clk_id;
cset.clk_freq_in_hz = freq;