]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/hda/hda_codec.h
ALSA: hda - Yet another fix for D3 stop-clock refcounting
[karo-tx-linux.git] / sound / pci / hda / hda_codec.h
index 9ac477334d2d54cd3691db25973470932dd0bd38..8fd9f636cfe1b4767cd97fc1fd3778e12bb17ce0 100644 (file)
@@ -868,7 +868,7 @@ struct hda_codec {
 #ifdef CONFIG_PM
        unsigned int power_on :1;       /* current (global) power-state */
        unsigned int d3_stop_clk:1;     /* support D3 operation without BCLK */
-       unsigned int d3_stop_clk_ok:1; /* BCLK can stop */
+       unsigned int pm_down_notified:1; /* PM notified to controller */
        int power_transition;   /* power-state in transition */
        int power_count;        /* current (global) power refcount */
        struct delayed_work power_work; /* delayed task for powerdown */