summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8962.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-07 20:41:04 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-11 03:52:04 -0700
commitc969f19f8fd17e600a16fe91aab66d86936cce0a (patch)
tree658dc2dbe0238c0c8ddcecc143c19f44963dd601 /sound/soc/codecs/wm8962.h
parentf57f6c046ff54b7115c6cafd3e29a60342352cce (diff)
ASoC: Compress WM8962 register access map
Reduce the source code size still futher by only specifying non-zero rows in the WM8962 access map. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/wm8962.h')
-rw-r--r--sound/soc/codecs/wm8962.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/codecs/wm8962.h b/sound/soc/codecs/wm8962.h
index 588726dfd1c8..a1a5d5294c19 100644
--- a/sound/soc/codecs/wm8962.h
+++ b/sound/soc/codecs/wm8962.h
@@ -3775,15 +3775,6 @@
#define WM8962_VSS_ENA_SHIFT 0 /* VSS_ENA */
#define WM8962_VSS_ENA_WIDTH 1 /* VSS_ENA */
-struct wm8962_reg_access {
- u16 read;
- u16 write;
- u16 vol;
-};
-
-extern
-const struct wm8962_reg_access wm8962_reg_access[WM8962_MAX_REGISTER + 1];
-
int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
#endif