File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -867,16 +867,15 @@ struct hda_codec {
867
867
unsigned int epss :1 ; /* supporting EPSS? */
868
868
#ifdef CONFIG_PM
869
869
unsigned int power_on :1 ; /* current (global) power-state */
870
+ unsigned int d3_stop_clk :1 ; /* support D3 operation without BCLK */
871
+ unsigned int d3_stop_clk_ok :1 ; /* BCLK can stop */
870
872
int power_transition ; /* power-state in transition */
871
873
int power_count ; /* current (global) power refcount */
872
874
struct delayed_work power_work ; /* delayed task for powerdown */
873
875
unsigned long power_on_acct ;
874
876
unsigned long power_off_acct ;
875
877
unsigned long power_jiffies ;
876
878
spinlock_t power_lock ;
877
-
878
- unsigned int d3_stop_clk :1 ; /* support D3 operation without BCLK */
879
- unsigned int d3_stop_clk_ok :1 ; /* BCLK can stop */
880
879
#endif
881
880
882
881
/* codec-specific additional proc output */
You can’t perform that action at this time.
0 commit comments