aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8753.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-10-06 16:54:34 +0100
committerTakashi Iwai <tiwai@suse.de>2008-10-13 02:17:10 +0200
commitdd0c0c805d932f34e87ee3c2db9eaee0974bfef8 (patch)
treebd7e40a000ee332903567c0fc794c0d5614b376b /sound/soc/codecs/wm8753.h
parentdf91ddf178481e68b8517bed0813d032d493efa0 (diff)
ALSA: ASoC: Add WM8753 SPI support
Implement SPI support for WM8753, cut'n'pasting from the support for WM8731 contributed by Cliff Cai and Alan Horstmann since the wire format is the same for both codecs. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wm8753.h')
-rw-r--r--sound/soc/codecs/wm8753.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8753.h b/sound/soc/codecs/wm8753.h
index 7defde069f1..6678379c0a2 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 spi;
int i2c_bus;
unsigned short i2c_address;
};