* linux-next: build failure after merge of the mips tree
@ 2011-11-10 1:22 Stephen Rothwell
2011-11-10 11:20 ` [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch Manuel Lauss
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2011-11-10 1:22 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-next, linux-kernel, Manuel Lauss
[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]
Hi Ralf,
After merging the mips tree, today's linux-next build (x86_64
allmodconfig) failed like this:
warning: (SND_SOC_DB1200) selects SND_SOC_AU1XPSC which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && MIPS_ALCHEMY)
warning: (SND_SOC_DB1200) selects SND_SOC_AU1XPSC which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && MIPS_ALCHEMY)
sound/soc/au1x/psc-ac97.c:26:36: fatal error: asm/mach-au1x00/au1000.h: No such file or directory
compilation terminated.
sound/soc/au1x/db1200.c:16:36: fatal error: asm/mach-au1x00/au1000.h: No such file or directory
compilation terminated.
sound/soc/au1x/psc-i2s.c:24:36: fatal error: asm/mach-au1x00/au1000.h: No such file or directory
compilation terminated.
sound/soc/au1x/dbdma2.c:27:36: fatal error: asm/mach-au1x00/au1000.h: No such file or directory
[I left the Kconfig lines there just in case they are relevant]
Probably caused by some Kconfig dependency/select change.
I have used the mips tree form next-20111109 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
2011-11-10 1:22 linux-next: build failure after merge of the mips tree Stephen Rothwell
@ 2011-11-10 11:20 ` Manuel Lauss
2011-11-10 11:34 ` [alsa-devel] " Mark Brown
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Manuel Lauss @ 2011-11-10 11:20 UTC (permalink / raw)
To: Ralf Baechle; +Cc: alsa-devel, Stephen Rothwell, linux-next, Manuel Lauss
DB1200 audio support should only be visible if MIPS/Alchemy arch is
selected. Fixes an x86-allmodconfig build failure in linux-next.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
---
sound/soc/au1x/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig
index c620cbf9..a561040 100644
--- a/sound/soc/au1x/Kconfig
+++ b/sound/soc/au1x/Kconfig
@@ -52,7 +52,7 @@ config SND_SOC_DB1000
config SND_SOC_DB1200
tristate "DB1200/DB1300/DB1550 Audio support"
- select SND_SOC_AU1XPSC
+ depends on SND_SOC_AU1XPSC
select SND_SOC_AU1XPSC_AC97
select SND_SOC_AC97_CODEC
select SND_SOC_WM9712
--
1.7.7.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [alsa-devel] [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
2011-11-10 11:20 ` [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch Manuel Lauss
@ 2011-11-10 11:34 ` Mark Brown
2011-11-10 11:36 ` Mark Brown
2011-11-10 11:46 ` Manuel Lauss
2011-11-10 12:17 ` Ralf Baechle
2 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2011-11-10 11:34 UTC (permalink / raw)
To: Manuel Lauss; +Cc: alsa-devel, Stephen Rothwell, linux-next, alsa-devel
On Thu, Nov 10, 2011 at 12:20:59PM +0100, Manuel Lauss wrote:
> DB1200 audio support should only be visible if MIPS/Alchemy arch is
> selected. Fixes an x86-allmodconfig build failure in linux-next.
Applied but *always* CC maintainers on patches.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [alsa-devel] [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
2011-11-10 11:34 ` [alsa-devel] " Mark Brown
@ 2011-11-10 11:36 ` Mark Brown
0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-11-10 11:36 UTC (permalink / raw)
To: Manuel Lauss; +Cc: Stephen Rothwell, alsa-devel, linux-next, alsa-devel
On Thu, Nov 10, 2011 at 11:34:48AM +0000, Mark Brown wrote:
> On Thu, Nov 10, 2011 at 12:20:59PM +0100, Manuel Lauss wrote:
> > DB1200 audio support should only be visible if MIPS/Alchemy arch is
> > selected. Fixes an x86-allmodconfig build failure in linux-next.
>
> Applied but *always* CC maintainers on patches.
Sorry, actually not applied as it's not against mainline - please
resubmit against mainline.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
2011-11-10 11:20 ` [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch Manuel Lauss
2011-11-10 11:34 ` [alsa-devel] " Mark Brown
@ 2011-11-10 11:46 ` Manuel Lauss
2011-11-10 12:17 ` Ralf Baechle
2 siblings, 0 replies; 6+ messages in thread
From: Manuel Lauss @ 2011-11-10 11:46 UTC (permalink / raw)
To: Ralf Baechle; +Cc: alsa-devel, Stephen Rothwell, linux-next, Manuel Lauss
On Thu, Nov 10, 2011 at 12:20 PM, Manuel Lauss
<manuel.lauss@googlemail.com> wrote:
> DB1200 audio support should only be visible if MIPS/Alchemy arch is
> selected. Fixes an x86-allmodconfig build failure in linux-next.
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Please ignore this one. This is caused by a stray change in on the
Alchemy patches
for 3.3. I'll send a fix to Ralf asap.
Manuel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
2011-11-10 11:20 ` [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch Manuel Lauss
2011-11-10 11:34 ` [alsa-devel] " Mark Brown
2011-11-10 11:46 ` Manuel Lauss
@ 2011-11-10 12:17 ` Ralf Baechle
2 siblings, 0 replies; 6+ messages in thread
From: Ralf Baechle @ 2011-11-10 12:17 UTC (permalink / raw)
To: Manuel Lauss; +Cc: alsa-devel, Stephen Rothwell, linux-next
On Thu, Nov 10, 2011 at 12:20:59PM +0100, Manuel Lauss wrote:
> DB1200 audio support should only be visible if MIPS/Alchemy arch is
> selected. Fixes an x86-allmodconfig build failure in linux-next.
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Thanks, folded into the offending patch.
Ralf
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-11-10 12:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 1:22 linux-next: build failure after merge of the mips tree Stephen Rothwell
2011-11-10 11:20 ` [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch Manuel Lauss
2011-11-10 11:34 ` [alsa-devel] " Mark Brown
2011-11-10 11:36 ` Mark Brown
2011-11-10 11:46 ` Manuel Lauss
2011-11-10 12:17 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).