ASoC: Update WM8974 to use standard I2C device probe methods

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown
2009-05-23 12:27:03 +01:00
parent 1a55b3f6ed
commit 4fcbbb67a3
2 changed files with 133 additions and 173 deletions

View File

@@ -93,11 +93,6 @@
#define WM8974_MCLKDIV_8 (6 << 5)
#define WM8974_MCLKDIV_12 (7 << 5)
struct wm8974_setup_data {
unsigned short i2c_address;
};
extern struct snd_soc_dai wm8974_dai;
extern struct snd_soc_codec_device soc_codec_dev_wm8974;