diff options
-rw-r--r-- | sound/pci/hda/hda_controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 3e005e509131..8197afc6cba5 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c | |||
@@ -1759,7 +1759,7 @@ irqreturn_t azx_interrupt(int irq, void *dev_id) | |||
1759 | 1759 | ||
1760 | #ifdef CONFIG_PM_RUNTIME | 1760 | #ifdef CONFIG_PM_RUNTIME |
1761 | if (chip->driver_caps & AZX_DCAPS_PM_RUNTIME) | 1761 | if (chip->driver_caps & AZX_DCAPS_PM_RUNTIME) |
1762 | if (chip->card->dev->power.runtime_status != RPM_ACTIVE) | 1762 | if (!pm_runtime_active(chip->card->dev)) |
1763 | return IRQ_NONE; | 1763 | return IRQ_NONE; |
1764 | #endif | 1764 | #endif |
1765 | 1765 | ||