diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-02 16:29:50 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-03 16:35:19 -0500 |
commit | 012d12db0c42119356f3ff876289b191c2e730a7 (patch) | |
tree | 25ba1ee5ca85d126311f56272634c04a8f2f9ec0 /sound/soc/codecs/wm2000.h | |
parent | e41d5a3b7a04e9b82279293055d09cb8164ec29e (diff) |
ASoC: Remove unused struct wm2000_setup_data
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/wm2000.h b/sound/soc/codecs/wm2000.h index 0b6f056f73cc..28a51ed5dc41 100644 --- a/sound/soc/codecs/wm2000.h +++ b/sound/soc/codecs/wm2000.h | |||
@@ -9,11 +9,6 @@ | |||
9 | #ifndef _WM2000_H | 9 | #ifndef _WM2000_H |
10 | #define _WM2000_H | 10 | #define _WM2000_H |
11 | 11 | ||
12 | struct wm2000_setup_data { | ||
13 | unsigned short i2c_address; | ||
14 | int mclk_div; /* Set to a non-zero value if MCLK_DIV_2 required */ | ||
15 | }; | ||
16 | |||
17 | extern int wm2000_add_controls(struct snd_soc_codec *codec); | 12 | extern int wm2000_add_controls(struct snd_soc_codec *codec); |
18 | 13 | ||
19 | #define WM2000_REG_SYS_START 0x8000 | 14 | #define WM2000_REG_SYS_START 0x8000 |