diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-10-06 17:54:34 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-13 02:17:10 +0200 |
commit | dd0c0c805d932f34e87ee3c2db9eaee0974bfef8 (patch) | |
tree | bd7e40a000ee332903567c0fc794c0d5614b376b /sound/soc/codecs/wm8753.h | |
parent | ALSA: ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codec (diff) | |
download | linux-dd0c0c805d932f34e87ee3c2db9eaee0974bfef8.tar.xz linux-dd0c0c805d932f34e87ee3c2db9eaee0974bfef8.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8753.h b/sound/soc/codecs/wm8753.h index 7defde069f1d..6678379c0a29 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; }; |