diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-24 07:20:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-01 09:21:41 -0500 |
commit | 2a8a856d427fea68a5d538adf52edae4cdbb246b (patch) | |
tree | 8890b384930513adb3f804d64503a89281b83ecd /sound/soc/codecs/wm8994.h | |
parent | a1691343a397157dd5f67bce50435f64024a462d (diff) |
ASoC: Don't use control_data to get struct wm8994
This will support refactoring to make use of the regmap API more directly
in the core.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r-- | sound/soc/codecs/wm8994.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index 1087425cbac0..c3e71d72eb6a 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h | |||
@@ -70,10 +70,11 @@ struct wm8994_fll_config { | |||
70 | #define WM8994_NUM_DRC 3 | 70 | #define WM8994_NUM_DRC 3 |
71 | #define WM8994_NUM_EQ 3 | 71 | #define WM8994_NUM_EQ 3 |
72 | 72 | ||
73 | struct wm8994; | ||
74 | |||
73 | struct wm8994_priv { | 75 | struct wm8994_priv { |
74 | struct wm_hubs_data hubs; | 76 | struct wm_hubs_data hubs; |
75 | enum snd_soc_control_type control_type; | 77 | struct wm8994 *wm8994; |
76 | void *control_data; | ||
77 | struct snd_soc_codec *codec; | 78 | struct snd_soc_codec *codec; |
78 | int sysclk[2]; | 79 | int sysclk[2]; |
79 | int sysclk_rate[2]; | 80 | int sysclk_rate[2]; |