sound: ASoC: Add WM8750 SPI support

Implement SPI support for WM8750, 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.

Also fix a cut'n'pasted comment in the I2C side of the driver (which was
clearly written in the same way) while we're at it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Mark Brown
2008-09-16 12:51:26 +01:00
کامیت شده توسط Jaroslav Kysela
والد ccbc301e53
کامیت 2f3dfaf5da
2فایلهای تغییر یافته به همراه70 افزوده شده و 1 حذف شده

مشاهده پرونده

@@ -58,6 +58,7 @@
#define WM8750_SYSCLK 0
struct wm8750_setup_data {
int spi;
int i2c_bus;
unsigned short i2c_address;
};