diff options
author | Mark Brown | 2011-12-02 21:59:18 +0000 |
---|---|---|
committer | Mark Brown | 2011-12-03 21:35:21 +0000 |
commit | 4911ccdb9d052d0389353cec5cc591a3669f39cb (patch) | |
tree | feec62138450e9f6e5cedd88386ef07730500a70 /sound/soc/codecs/wm2000.h | |
parent | 8aa1fe81c56d98e484f6d8dfc7ac434dad9acd1c (diff) |
ASoC: Convert WM2000 into a standard CODEC driver
We've been able to handle external amps for a while now.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm2000.h')
-rw-r--r-- | sound/soc/codecs/wm2000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm2000.h b/sound/soc/codecs/wm2000.h index 28a51ed5dc41..abcd82a93995 100644 --- a/sound/soc/codecs/wm2000.h +++ b/sound/soc/codecs/wm2000.h @@ -9,8 +9,6 @@ #ifndef _WM2000_H #define _WM2000_H -extern int wm2000_add_controls(struct snd_soc_codec *codec); - #define WM2000_REG_SYS_START 0x8000 #define WM2000_REG_SPEECH_CLARITY 0x8fef #define WM2000_REG_SYS_WATCHDOG 0x8ff6 |