diff options
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r-- | sound/soc/codecs/wm8994.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index 8622bc4db2fe..6ef3f11878c6 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h | |||
@@ -85,6 +85,7 @@ struct wm8994_priv { | |||
85 | bool fll_locked_irq; | 85 | bool fll_locked_irq; |
86 | 86 | ||
87 | int vmid_refcount; | 87 | int vmid_refcount; |
88 | int active_refcount; | ||
88 | 89 | ||
89 | int dac_rates[2]; | 90 | int dac_rates[2]; |
90 | int lrclk_shared[2]; | 91 | int lrclk_shared[2]; |
@@ -126,10 +127,12 @@ struct wm8994_priv { | |||
126 | const char **enh_eq_texts; | 127 | const char **enh_eq_texts; |
127 | struct soc_enum enh_eq_enum; | 128 | struct soc_enum enh_eq_enum; |
128 | 129 | ||
130 | struct mutex accdet_lock; | ||
129 | struct wm8994_micdet micdet[2]; | 131 | struct wm8994_micdet micdet[2]; |
130 | bool mic_detecting; | 132 | bool mic_detecting; |
131 | bool jack_mic; | 133 | bool jack_mic; |
132 | int btn_mask; | 134 | int btn_mask; |
135 | bool jackdet; | ||
133 | 136 | ||
134 | wm8958_micdet_cb jack_cb; | 137 | wm8958_micdet_cb jack_cb; |
135 | void *jack_cb_data; | 138 | void *jack_cb_data; |