diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 18:31:08 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-12 15:43:24 +0000 |
commit | 6f7cb44ba1a5195bf719f9ba1d57bd79e13262c1 (patch) | |
tree | e4fa9eac36aacabe6bf9b362d787342988264feb /sound/soc/codecs/wm8580.h | |
parent | 2a9f0ba7a976bc2b1bcf9156c1e57ffbc8f8fb64 (diff) |
ASoC: Move WM8580 to normal I2C device probe
Refactor the WM8580 device registration to probe via standard I2C device
registration, registering the DAIs once the device has probed via I2C.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8580.h')
-rw-r--r-- | sound/soc/codecs/wm8580.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/wm8580.h b/sound/soc/codecs/wm8580.h index 09e4422f6f2..0dfb5ddde6a 100644 --- a/sound/soc/codecs/wm8580.h +++ b/sound/soc/codecs/wm8580.h @@ -28,11 +28,6 @@ #define WM8580_CLKSRC_OSC 4 #define WM8580_CLKSRC_NONE 5 -struct wm8580_setup_data { - int i2c_bus; - unsigned short i2c_address; -}; - #define WM8580_DAI_PAIFRX 0 #define WM8580_DAI_PAIFTX 1 |