Commit 92566868 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Vinod Koul
parent a8209dd4
...@@ -88,10 +88,10 @@ enum sdw_slave_status { ...@@ -88,10 +88,10 @@ enum sdw_slave_status {
* @SDW_CLK_POST_DEPREPARE: post clock stop de-prepare * @SDW_CLK_POST_DEPREPARE: post clock stop de-prepare
*/ */
enum sdw_clk_stop_type { enum sdw_clk_stop_type {
SDW_CLK_PRE_PREPARE = 0, SDW_CLK_PRE_PREPARE = 0,
SDW_CLK_POST_PREPARE, SDW_CLK_POST_PREPARE,
SDW_CLK_PRE_DEPREPARE, SDW_CLK_PRE_DEPREPARE,
SDW_CLK_POST_DEPREPARE, SDW_CLK_POST_DEPREPARE,
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment