At Thu, 30 Dec 2010 12:54:24 +0000, Mark Brown wrote:
The following changes since commit 862af8adbe6b9ccb7c00c13717b1f92465f79aa2:
ASoC: Fix bias power down of non-DAPM codec (2010-12-13 16:47:48 +0000)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
This is very late for such a big set of changes, but unfortunately Lars-Peter only reported them just before Christmas. Most of the changes are small and easy to verify by hand, the big one is the WM8753 which has had the benefit of testing from Lars-Peter and which consists mostly of replacing the custom wm8753 write function with the generic snd_soc_write() and so can be relatively easily verified by eye.
In case you don't want to send these on to Linus I've also marked them as CC to stable so they'll go into the stable release when that goes out.
Thanks, pulled now. Fortunately (or unfortunately) 2.6.37-final is still pending, so at least I'll try to send a pull request including these (as there are another couple of other fixes).
Takashi
Lars-Peter Clausen (9): ASoC: codecs: Add missing control_type initialization ASoC: codecs: max98088: Fix register cache incoherency ASoC: codecs: wm8523: Fix register cache incoherency ASoC: codecs: wm8741: Fix register cache incoherency ASoC: codecs: wm8904: Fix register cache incoherency ASoC: codecs: wm8955: Fix register cache incoherency ASoC: codecs: wm8962: Fix register cache incoherency ASoC: codecs: wm9090: Fix register cache incoherency ASoC: codecs: wm8753: Fix register cache incoherency
sound/soc/codecs/max98088.c | 10 +- sound/soc/codecs/wm8523.c | 9 +- sound/soc/codecs/wm8741.c | 10 +- sound/soc/codecs/wm8753.c | 226 ++++++++++++++++--------------------------- sound/soc/codecs/wm8904.c | 37 ++++---- sound/soc/codecs/wm8940.c | 1 + sound/soc/codecs/wm8955.c | 31 +++--- sound/soc/codecs/wm8960.c | 1 + sound/soc/codecs/wm8962.c | 45 ++++----- sound/soc/codecs/wm8971.c | 1 + sound/soc/codecs/wm9081.c | 1 + sound/soc/codecs/wm9090.c | 18 ++-- 12 files changed, 164 insertions(+), 226 deletions(-)