diff options
Diffstat (limited to 'sound/soc/codecs/wm_hubs.h')
-rw-r--r-- | sound/soc/codecs/wm_hubs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_hubs.h b/sound/soc/codecs/wm_hubs.h index e51c16683589..f8a5e976b5e6 100644 --- a/sound/soc/codecs/wm_hubs.h +++ b/sound/soc/codecs/wm_hubs.h | |||
@@ -23,6 +23,9 @@ struct wm_hubs_data { | |||
23 | int dcs_codes; | 23 | int dcs_codes; |
24 | int dcs_readback_mode; | 24 | int dcs_readback_mode; |
25 | int hp_startup_mode; | 25 | int hp_startup_mode; |
26 | |||
27 | bool class_w; | ||
28 | u16 class_w_dcs; | ||
26 | }; | 29 | }; |
27 | 30 | ||
28 | extern int wm_hubs_add_analogue_controls(struct snd_soc_codec *); | 31 | extern int wm_hubs_add_analogue_controls(struct snd_soc_codec *); |