aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r--sound/soc/codecs/wm8994.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h
index 6ef3f11878c6..c3a42474ab19 100644
--- a/sound/soc/codecs/wm8994.h
+++ b/sound/soc/codecs/wm8994.h
@@ -39,16 +39,6 @@ int wm8994_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
39int wm8958_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, 39int wm8958_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
40 wm8958_micdet_cb cb, void *cb_data); 40 wm8958_micdet_cb cb, void *cb_data);
41 41
42#define WM8994_CACHE_SIZE 1570
43
44struct wm8994_access_mask {
45 unsigned short readable; /* Mask of readable bits */
46 unsigned short writable; /* Mask of writable bits */
47};
48
49extern const struct wm8994_access_mask wm8994_access_masks[WM8994_CACHE_SIZE];
50extern const u16 wm8994_reg_defaults[WM8994_CACHE_SIZE];
51
52int wm8958_aif_ev(struct snd_soc_dapm_widget *w, 42int wm8958_aif_ev(struct snd_soc_dapm_widget *w,
53 struct snd_kcontrol *kcontrol, int event); 43 struct snd_kcontrol *kcontrol, int event);
54 44