aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ymfpci/ymfpci_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ymfpci/ymfpci_main.c')
-rw-r--r--sound/pci/ymfpci/ymfpci_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c
index 22056c50fe39..d591c154fc58 100644
--- a/sound/pci/ymfpci/ymfpci_main.c
+++ b/sound/pci/ymfpci/ymfpci_main.c
@@ -2258,7 +2258,7 @@ static int snd_ymfpci_free(struct snd_ymfpci *chip)
2258 /* FIXME: temporarily disabled, otherwise we cannot fire up 2258 /* FIXME: temporarily disabled, otherwise we cannot fire up
2259 * the chip again unless reboot. ACPI bug? 2259 * the chip again unless reboot. ACPI bug?
2260 */ 2260 */
2261 pci_set_power_state(chip->pci, 3); 2261 pci_set_power_state(chip->pci, PCI_D3hot);
2262#endif 2262#endif
2263 2263
2264#ifdef CONFIG_PM_SLEEP 2264#ifdef CONFIG_PM_SLEEP