ASoC: Specify target bias state directly as a bias state
[firefly-linux-kernel-4.4.55.git] / include / sound / soc-dapm.h
index c46e7d89561dad6597898822208ac5af5180115f..7415878c8b374ee7da8041737b1f2732c044cb14 100644 (file)
@@ -510,7 +510,7 @@ struct snd_soc_dapm_context {
        struct snd_soc_card *card; /* parent card */
 
        /* used during DAPM updates */
-       int dev_power;
+       enum snd_soc_bias_level target_bias_level;
        struct list_head list;
 
 #ifdef CONFIG_DEBUG_FS