* [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
[not found] <20111110122241.eed1e785e4c015a51b9ef585@canb.auug.org.au>
@ 2011-11-10 11:20 ` Manuel Lauss
[not found] ` <1320924059-4142-1-git-send-email-manuel.lauss@googlemail.com>
1 sibling, 0 replies; 5+ messages in thread
From: Manuel Lauss @ 2011-11-10 11:20 UTC (permalink / raw)
To: alsa-devel; +Cc: Stephen Rothwell, Manuel Lauss, linux-next, alsa-devel
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] 5+ messages in thread
* Re: [alsa-devel] [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
[not found] ` <1320924059-4142-1-git-send-email-manuel.lauss@googlemail.com>
@ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread
* Re: [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
[not found] ` <1320924059-4142-1-git-send-email-manuel.lauss@googlemail.com>
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; 5+ messages in thread
From: Manuel Lauss @ 2011-11-10 11:46 UTC (permalink / raw)
To: alsa-devel; +Cc: Stephen Rothwell, Manuel Lauss, linux-next, alsa-devel
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] 5+ messages in thread
* Re: [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
[not found] ` <1320924059-4142-1-git-send-email-manuel.lauss@googlemail.com>
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; 5+ messages in thread
From: Ralf Baechle @ 2011-11-10 12:17 UTC (permalink / raw)
To: alsa-devel; +Cc: 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.
>
> 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] 5+ messages in thread
end of thread, other threads:[~2011-11-10 12:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20111110122241.eed1e785e4c015a51b9ef585@canb.auug.org.au>
2011-11-10 11:20 ` [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch Manuel Lauss
[not found] ` <1320924059-4142-1-git-send-email-manuel.lauss@googlemail.com>
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