]> Gentwo Git Trees - linux/.git/commit
ASoC: codecs: wcd938x-sdw: remove redundant runtime pm calls
authorSrinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Wed, 8 Oct 2025 14:58:01 +0000 (15:58 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 15 Oct 2025 09:47:24 +0000 (10:47 +0100)
commitd5cda96d0130effd4255f7c5e720a58760a032a4
tree4798253e2ef95fbf392a9261b06b6b270cd07fd5
parent57b00ab3d33d2b177bf45d568fa1e6203cd099b6
ASoC: codecs: wcd938x-sdw: remove redundant runtime pm calls

Component bind callbacks already does runtime pm calls, soundwire codec
also tries to do the exactly same thing resulting in Unbalanced
pm_runtime_enable and disable calls.

Remove the redundant calls from wcd938x-sdw driver.

Reported-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Fixes: ebaf88c0546d ("ASoC: codecs: wcd-common: move component ops to common")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20251008145801.3479-1-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd938x-sdw.c