At Mon, 24 Aug 2009 09:37:16 +0200,私 wrote:> > At Sun, 23 Aug 2009 18:38:28 +0100,> Mark Brown wrote:> > > > On Sun, Aug 23, 2009 at 07:06:17PM +0200, Takashi Iwai wrote:> > > > > Hm, this causes merge errors regarding wm97xx battery driver.> > > > Causes merge errors with which tree? It's a straight fast forward> > aginst topic/asoc.> > Merging your changes into topic/asoc, then merging into master or> for-next. So, it seems conflicting with the latest upstream.> > > > Also, when I merge with 2.6.31-rc7, it gives more merge errors in> > > arch code.> > > > > Do they depend on other tree changes like linux-arm?> > > > I suspect they're at most only textual. In any case, this is all> > causing far too much trouble so I've just dropped all of the patches> > that are causing issues.> >> > Marek, I suggest that you submit the patch to use IRQs against the power> > tree. I also suggest that you submit a version of the battery platform> > data changes against the power tree which avoids making the platforms> > instabuggy then when that's applied submit changes to Eric to use the> > new platform data, making it clear that the machine changes will need to> > wait for both power and ALSA trees to be merged during the merge window.> > This is the approach that's been suggested previously - it makes life> > much easier if changes go through the relevant trees.> > > > The following changes since commit a0a499c5792b8656cd51e11d5e0db9fb21640f58:> > Eduardo Valentin (1):> > ASoC: OMAP: Use DMA operating mode of McBSP> > > > are available in the git repository at:> > > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.32> > Thanks, pulled now. BTW, I applied another two patches on topic/asoc branch: one to fix abuild error as below, and another just to remove unneededlinux/regulator/consumer.h inclusion. thanks, Takashi --->From 20496ff3783fc9d4cea2317ed2d4442561af64d9 Mon Sep 17 00:00:00 2001From: Takashi Iwai <tiwai@xxxxxxx>Date: Mon, 24 Aug 2009 09:40:34 +0200Subject: [PATCH] ASoC: add missing inclusion of debugfs.h To fix compile errors. Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>--- sound/soc/soc-dapm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.cindex 2f5295d..7b74547 100644--- a/sound/soc/soc-dapm.c+++ b/sound/soc/soc-dapm.c@@ -37,6 +37,7 @@ #include <linux/bitops.h> #include <linux/platform_device.h> #include <linux/jiffies.h>+#include <linux/debugfs.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h>-- 1.6.3.3 _______________________________________________Alsa-devel mailing listAlsa-devel@xxxxxxxxxxxxxxxxxxxx://mailman.alsa-project.org/mailman/listinfo/alsa-devel