diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-25 13:10:03 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-03 18:03:56 -0400 |
commit | 8cb8e83bfa7cb63ad4b3c3b79410766da397124b (patch) | |
tree | 021519f23d274eee3adb4b8661b271a443f42991 /sound/soc/codecs/wm_hubs.h | |
parent | acaf24f015b2bdd34032188d26c3092d6ca749b3 (diff) |
ASoC: wm_hubs: Move CODEC stored in private data into wm_hubs
Further wm_hubs code will use this.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm_hubs.h')
-rw-r--r-- | sound/soc/codecs/wm_hubs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_hubs.h b/sound/soc/codecs/wm_hubs.h index da2dc899ce6d..a5a09e6f87d5 100644 --- a/sound/soc/codecs/wm_hubs.h +++ b/sound/soc/codecs/wm_hubs.h | |||
@@ -46,6 +46,8 @@ struct wm_hubs_data { | |||
46 | 46 | ||
47 | bool dcs_done_irq; | 47 | bool dcs_done_irq; |
48 | struct completion dcs_done; | 48 | struct completion dcs_done; |
49 | |||
50 | struct snd_soc_codec *codec; | ||
49 | }; | 51 | }; |
50 | 52 | ||
51 | extern int wm_hubs_add_analogue_controls(struct snd_soc_codec *); | 53 | extern int wm_hubs_add_analogue_controls(struct snd_soc_codec *); |