diff options
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | 2007-02-02 11:15:33 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:03:39 -0500 |
commit | 4422b606bc04eab01dd5cb6f8e6dd0608d65bb11 (patch) | |
tree | 85920f9a1d11c685ec410f3c069546ff567b12ca /sound/soc/codecs/wm8750.h | |
parent | b36d61d45654104c04ff71055ef09c696fea5f89 (diff) |
[ALSA] soc - ASoC 0.13 WM8750 codec driver
This patch updates the WM8750 codec driver to the new API in ASoC 0.13.
Changes:-
o Removed DAI capabilities matching code in favour of manual matching in
the machine drivers.
o Added DAI operations for codec and CPU interfaces.
o Removed config_sysclk() function and struct snd_soc_clock_info. No
longer needed as clocking is now configured manually in the machine
drivers. Also removed other clocking data from structures.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/codecs/wm8750.h')
-rw-r--r-- | sound/soc/codecs/wm8750.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8750.h b/sound/soc/codecs/wm8750.h index ee5eea4a2d34..a97a54a6348e 100644 --- a/sound/soc/codecs/wm8750.h +++ b/sound/soc/codecs/wm8750.h | |||
@@ -55,9 +55,10 @@ | |||
55 | 55 | ||
56 | #define WM8750_CACHE_REGNUM 0x2a | 56 | #define WM8750_CACHE_REGNUM 0x2a |
57 | 57 | ||
58 | #define WM8750_SYSCLK 0 | ||
59 | |||
58 | struct wm8750_setup_data { | 60 | struct wm8750_setup_data { |
59 | unsigned short i2c_address; | 61 | unsigned short i2c_address; |
60 | unsigned int mclk; | ||
61 | }; | 62 | }; |
62 | 63 | ||
63 | extern struct snd_soc_codec_dai wm8750_dai; | 64 | extern struct snd_soc_codec_dai wm8750_dai; |