summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8580.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-11 18:31:08 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-12 15:43:24 +0000
commit6f7cb44ba1a5195bf719f9ba1d57bd79e13262c1 (patch)
treee4fa9eac36aacabe6bf9b362d787342988264feb /sound/soc/codecs/wm8580.h
parent2a9f0ba7a976bc2b1bcf9156c1e57ffbc8f8fb64 (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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/wm8580.h b/sound/soc/codecs/wm8580.h
index 09e4422f6f2f..0dfb5ddde6a2 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