diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-09-01 17:45:34 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-09 09:11:10 +0200 |
commit | ad4503d8a0636ddae8175bd05b652264c4260e96 (patch) | |
tree | 6be9d28d549feef6e75a538b26977c1b36732014 /sound/soc/codecs/wm8753.h | |
parent | d280289e799dcdf5913e8935bffe136d7594e26d (diff) | |
download | talos-op-linux-ad4503d8a0636ddae8175bd05b652264c4260e96.tar.gz talos-op-linux-ad4503d8a0636ddae8175bd05b652264c4260e96.zip |
sound: ASoC: Convert wm8753 to a new-style i2c driver
Convert the wm8753 codec driver to the new (standard) i2c device
driver binding model.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Ville Syrjala <syrjala@sci.fi>
Cc: Frank Mandarino <fmandarino@endrelia.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/wm8753.h')
-rw-r--r-- | sound/soc/codecs/wm8753.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8753.h b/sound/soc/codecs/wm8753.h index 44f5f1ff0cc7..7defde069f1d 100644 --- a/sound/soc/codecs/wm8753.h +++ b/sound/soc/codecs/wm8753.h @@ -79,6 +79,7 @@ #define WM8753_ADCTL2 0x3f struct wm8753_setup_data { + int i2c_bus; unsigned short i2c_address; }; |