kernel/sound/hda/hdac_device.c
.. .. @@ -611,7 +611,7 @@ 611 611 int snd_hdac_keep_power_up(struct hdac_device *codec) 612 612 { 613 613 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);615 615 if (!ret) 616 616 return -1; 617 617 if (ret < 0)