[alsa-devel] ASoC updates for 3.1
The following changes since commit f6b864a9071e21186476910613ec9913b56067a2:
ASoC: Fix compile warning in wm8750.c (2011-08-12 18:22:10 +0200)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
The biggest change here is cleaning up the ad193x mess - there appear to have been quite a few issues on top of the entertainment with the register I/O.
Axel Lin (2): ASoC: soc-jack: Fix checking return value of request_any_context_irq ASoC: sta32x: Fix a memory leak if snd_soc_register_codec fails
Jarkko Nikula (1): ASoC: omap: Fix build errors in ams-delta
Mark Brown (1): ASoC: Move WM8962 CLKREG_OVD earlier
Sascha Hauer (1): ASoC: Fix check for symmetric rate enforcement
Scott Jiang (5): ASoC: ad193x: fix registers definition ASoC: ad193x: fix dac word len setting ASoC: ad193x: fix system clock ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix ASoC: ad193x: remove cache support
Vasily Khoruzhick (2): ASoC: h1940: Fix compilation error due to missing header ASoC: rx1950: Fix compilation error due to missing header
sound/soc/blackfin/bf5xx-ad193x.c | 2 +- sound/soc/codecs/ad193x.c | 11 ++--------- sound/soc/codecs/ad193x.h | 5 +++-- sound/soc/codecs/sta32x.c | 1 + sound/soc/codecs/wm8962.c | 8 ++++---- sound/soc/omap/ams-delta.c | 6 ++++-- sound/soc/samsung/h1940_uda1380.c | 1 + sound/soc/samsung/rx1950_uda1380.c | 1 + sound/soc/soc-io.c | 23 +++++++++++++++++++++++ sound/soc/soc-jack.c | 2 +- sound/soc/soc-pcm.c | 3 +++ 11 files changed, 44 insertions(+), 19 deletions(-)
At Sun, 21 Aug 2011 13:08:43 +0100, Mark Brown wrote:
The following changes since commit f6b864a9071e21186476910613ec9913b56067a2:
ASoC: Fix compile warning in wm8750.c (2011-08-12 18:22:10 +0200)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-3.1
Thanks, pulled now.
The biggest change here is cleaning up the ad193x mess - there appear to have been quite a few issues on top of the entertainment with the register I/O.
Don't we need a similar fix for cs4271, too?
Takashi
Axel Lin (2): ASoC: soc-jack: Fix checking return value of request_any_context_irq ASoC: sta32x: Fix a memory leak if snd_soc_register_codec fails
Jarkko Nikula (1): ASoC: omap: Fix build errors in ams-delta
Mark Brown (1): ASoC: Move WM8962 CLKREG_OVD earlier
Sascha Hauer (1): ASoC: Fix check for symmetric rate enforcement
Scott Jiang (5): ASoC: ad193x: fix registers definition ASoC: ad193x: fix dac word len setting ASoC: ad193x: fix system clock ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix ASoC: ad193x: remove cache support
Vasily Khoruzhick (2): ASoC: h1940: Fix compilation error due to missing header ASoC: rx1950: Fix compilation error due to missing header
sound/soc/blackfin/bf5xx-ad193x.c | 2 +- sound/soc/codecs/ad193x.c | 11 ++--------- sound/soc/codecs/ad193x.h | 5 +++-- sound/soc/codecs/sta32x.c | 1 + sound/soc/codecs/wm8962.c | 8 ++++---- sound/soc/omap/ams-delta.c | 6 ++++-- sound/soc/samsung/h1940_uda1380.c | 1 + sound/soc/samsung/rx1950_uda1380.c | 1 + sound/soc/soc-io.c | 23 +++++++++++++++++++++++ sound/soc/soc-jack.c | 2 +- sound/soc/soc-pcm.c | 3 +++ 11 files changed, 44 insertions(+), 19 deletions(-)
On Sun, Aug 21, 2011 at 03:47:45PM +0200, Takashi Iwai wrote:
At Sun, 21 Aug 2011 13:08:43 +0100, Mark Brown wrote:
The biggest change here is cleaning up the ad193x mess - there appear to have been quite a few issues on top of the entertainment with the register I/O.
Don't we need a similar fix for cs4271, too?
Not to my knowledge, this is the first time I've heard anyone mention it and nobody's reported any problems.
At Sun, 21 Aug 2011 17:00:07 +0100, Mark Brown wrote:
On Sun, Aug 21, 2011 at 03:47:45PM +0200, Takashi Iwai wrote:
At Sun, 21 Aug 2011 13:08:43 +0100, Mark Brown wrote:
The biggest change here is cleaning up the ad193x mess - there appear to have been quite a few issues on top of the entertainment with the register I/O.
Don't we need a similar fix for cs4271, too?
Not to my knowledge, this is the first time I've heard anyone mention it and nobody's reported any problems.
Just no one has used 3.0 with the device, as usual :)
If you look at a code, you'll see that it obviously has the very same problem as ad193x.
Takashi
On Sun, Aug 21, 2011 at 06:25:53PM +0200, Takashi Iwai wrote:
Mark Brown wrote:
Not to my knowledge, this is the first time I've heard anyone mention it and nobody's reported any problems.
Just no one has used 3.0 with the device, as usual :)
If you look at a code, you'll see that it obviously has the very same problem as ad193x.
Oh, fail. Well, nobody's sent me any patches so I've nothing to forward on to you.
participants (2)
-
Mark Brown
-
Takashi Iwai