ASoC: codecs: lpass: Log clk_get() failures
authorBjorn Andersson <quic_bjorande@quicinc.com>
Fri, 21 Jul 2023 16:50:27 +0000 (09:50 -0700)
committerMark Brown <broonie@kernel.org>
Sun, 23 Jul 2023 22:40:27 +0000 (23:40 +0100)
commitf54e3474507427bf272bcc79c7c248c7f55d45b4
tree78e9a93f0db320c315ef30615d5441bed83a8d05
parentde1b43a57aff8b1808bbfe0402932f9e373d1172
ASoC: codecs: lpass: Log clk_get() failures

The LPASS macro drivers all acquire a number of clocks, but give no
indication when clk_get() fails, making it hard to identify and debug
system configuration issues.  Make these drivers provide useful debug
information when this happens.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230721165027.2155528-1-quic_bjorande@quicinc.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/lpass-rx-macro.c
sound/soc/codecs/lpass-tx-macro.c
sound/soc/codecs/lpass-va-macro.c
sound/soc/codecs/lpass-wsa-macro.c