ALSA: pci: trivial: replace numeric with standard PM state macros
[firefly-linux-kernel-4.4.55.git] / sound / pci / ymfpci / ymfpci_main.c
index 22056c50fe39fde10184856c33e14d20bf1743a1..d591c154fc58fc4a9aeb3a5407e500b24d7e4996 100644 (file)
@@ -2258,7 +2258,7 @@ static int snd_ymfpci_free(struct snd_ymfpci *chip)
        /* FIXME: temporarily disabled, otherwise we cannot fire up
         * the chip again unless reboot.  ACPI bug?
         */
-       pci_set_power_state(chip->pci, 3);
+       pci_set_power_state(chip->pci, PCI_D3hot);
 #endif
 
 #ifdef CONFIG_PM_SLEEP