ASoC: codecs: pcm3168a: Drop redundant pm_runtime_idle()

Device-driver core runs pm_request_idle() right after the probing
sequence already, see __driver_probe_device().

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20260525201801.1336936-3-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Cezary Rojewski 2026-05-25 22:18:00 +02:00 committed by Mark Brown
parent bb3c847523
commit 2c734439be
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -799,7 +799,6 @@ int pcm3168a_probe(struct device *dev, struct regmap *regmap)
pm_runtime_set_active(dev);
pm_runtime_enable(dev);
pm_runtime_idle(dev);
memcpy(pcm3168a->dai_drv, pcm3168a_dais, sizeof(pcm3168a->dai_drv));
ret = devm_snd_soc_register_component(dev, &pcm3168a_driver,