[alsa-devel] ASoC updates for 2.6.30
The following changes since commit da88b48b84e1a504b6a19aff9d5b8236a59e228a: Mark Brown (1): Merge branch 'pxa-ssp' into for-2.6.30
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.30
Jarkko Nikula (2): ASoC: OMAP: N810: Mark not connected input pins ASoC: OMAP: N810: Add more jack functions
Lopez Cruz, Misael (1): ASoC: Declare Headset as Mic and Headphone widgets for SDP3430
Mark Brown (3): ASoC: Further optimise WM8400 bias configuration sequence ASoC: Add separate AVDD for WM8400 ASoC: Add FLL support for WM8400
sound/soc/codecs/wm8400.c | 159 ++++++++++++++++++++++++++++++++++++++------- sound/soc/omap/n810.c | 33 +++++++++- sound/soc/omap/sdp3430.c | 24 +++++-- 3 files changed, 181 insertions(+), 35 deletions(-)
At Thu, 19 Mar 2009 12:00:28 +0000, Mark Brown wrote:
The following changes since commit da88b48b84e1a504b6a19aff9d5b8236a59e228a: Mark Brown (1): Merge branch 'pxa-ssp' into for-2.6.30
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.30
Pulled now. Thanks.
Meanwhile, I fixed one compile warning due to the recent commit below.
Takashi
=== From 1f2186951e02f2a5bcda9459f63136918932385a Mon Sep 17 00:00:00 2001 From: Takashi Iwai tiwai@suse.de Date: Thu, 19 Mar 2009 14:08:58 +0100 Subject: [PATCH] ALSA: Fix wrong pointer to dev_err() in arm/pxa2xx-ac97-lib.c
Fix the wrong device pointer passed to dev_err().
Signed-off-by: Takashi Iwai tiwai@suse.de --- sound/arm/pxa2xx-ac97-lib.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/arm/pxa2xx-ac97-lib.c b/sound/arm/pxa2xx-ac97-lib.c index d721ea7..2e6355f 100644 --- a/sound/arm/pxa2xx-ac97-lib.c +++ b/sound/arm/pxa2xx-ac97-lib.c @@ -374,7 +374,7 @@ int __devinit pxa2xx_ac97_hw_probe(struct platform_device *dev) case -1: break; default: - dev_err(dev, "Invalid reset GPIO %d\n", + dev_err(&dev->dev, "Invalid reset GPIO %d\n", pdata->reset_gpio); } } else {
participants (2)
-
Mark Brown
-
Takashi Iwai