hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/hda/hdac_device.c
....@@ -611,7 +611,7 @@
611611 int snd_hdac_keep_power_up(struct hdac_device *codec)
612612 {
613613 if (!atomic_inc_not_zero(&codec->in_pm)) {
614
- int ret = pm_runtime_get_if_in_use(&codec->dev);
614
+ int ret = pm_runtime_get_if_active(&codec->dev, true);
615615 if (!ret)
616616 return -1;
617617 if (ret < 0)