ALSA: pci: trivial: replace numeric with standard PM state macros
[deliverable/linux.git] / sound / pci / cs4281.c
index 64659facd1554cc66e50cced02bfd20c4da649cc..1dc793e742d79845b3e92d6da1ac204f971a6ef8 100644 (file)
@@ -1312,7 +1312,7 @@ static int snd_cs4281_free(struct cs4281 *chip)
        /* Sound System Power Management - Turn Everything OFF */
        snd_cs4281_pokeBA0(chip, BA0_SSPM, 0);
        /* PCI interface - D3 state */
-       pci_set_power_state(chip->pci, 3);
+       pci_set_power_state(chip->pci, PCI_D3hot);
 
        if (chip->irq >= 0)
                free_irq(chip->irq, chip);
This page took 0.05 seconds and 5 git commands to generate.