
At Tue, 5 Oct 2010 12:14:00 -0700, Mark Brown wrote:
The following changes since commit 45605a87b3f34fb71bbc6446e2d49a469e9e10dd:
Merge branch 'for-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc (2010-10-05 07:50:11 +0200)
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
Pulled now. Thanks.
BTW, looking through the changes, I wonder why only snd_soc_4_12_spi_write has the byte swap at copying msg[]. Is it intended or a typo? If this is a typo, we can merge all snd_soc_*_spi_write() into a single function.
And, all snd_soc_x_y_read() and snd_soc_x_y_write() are fairly resemble, just data[] setup is different. They can be merged well, I suppose.
Takashi
Dimitris Papastamos (2): ASoC: soc-cache: Add spi_write support for all I/O types ASoC: WM8804: Retrieve the device revision and print it
Guennadi Liakhovetski (1): ASoC: sh: fix build error: terminate the platform device ID list
Mark Brown (1): Merge branch 'topic/asoc' of git://git.kernel.org/.../tiwai/sound-2.6 into for-2.6.37
Nicolas Kaiser (1): ASoC: remove duplicated include for nuc900
Troy Kisky (1): ALSA: ASoc: DaVinci Delay start of ASP to trigger
sound/soc/codecs/wm8804.c | 8 +++ sound/soc/davinci/davinci-i2s.c | 6 --- sound/soc/nuc900/nuc900-ac97.c | 1 - sound/soc/sh/fsi.c | 1 + sound/soc/soc-cache.c | 96 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 105 insertions(+), 7 deletions(-)