From: Takashi Iwai <tiwai@suse.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: Randy Dunlap <randy.dunlap@oracle.com>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Jaroslav Kysela <perex@perex.cz>
Subject: Re: linux-next: Tree for November 20 (snd_jack)
Date: Fri, 20 Nov 2009 20:21:03 +0100 [thread overview]
Message-ID: <s5hlji180kg.wl%tiwai@suse.de> (raw)
In-Reply-To: <s5hpr7d80to.wl%tiwai@suse.de>
At Fri, 20 Nov 2009 20:15:31 +0100,
I wrote:
>
> At Fri, 20 Nov 2009 10:40:30 -0800,
> Randy Dunlap wrote:
> >
> > On Fri, 20 Nov 2009 23:05:13 +1100 Stephen Rothwell wrote:
> >
> > > Hi all,
> > >
> > > Changes since 20091119:
> >
> >
> > This commit in linux-next-20091120:
> >
> > author Mark Brown <broonie@opensource.wolfsonmicro.com>
> > Mon, 28 Jul 2008 18:05:36 +0000 (19:05 +0100)
> > committer Jaroslav Kysela <perex@perex.cz>
> > Tue, 29 Jul 2008 19:32:06 +0000 (21:32 +0200)
> > commit 0d94e41abe271c86df06bcf72d24f9ca7ce771f0
> >
> > causes build errors when:
> >
> > CONFIG_INPUT=m
> > CONFIG_SND=y
> > CONFIG_SND_JACK=y
> > CONFIG_SND_SOC=m
> > CONFIG_SND_HDA_INTEL=m
> > CONFIG_SND_HDA_INPUT_JACK=y
>
> The problem isn't the commit above (it's over a year ago!), but the
> recent change of hda input layer.
>
> Will take a look at later. Thanks.
Does the patch below work?
thanks,
Takashi
---
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig
index 25ae10e..556cff9 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -51,7 +51,7 @@ config SND_HDA_INPUT_BEEP_MODE
config SND_HDA_INPUT_JACK
bool "Support jack plugging notification via input layer"
- depends on INPUT=y || INPUT=SND_HDA_INTEL
+ depends on INPUT=y || INPUT=SND
select SND_JACK
help
Say Y here to enable the jack plugging notification via
next prev parent reply other threads:[~2009-11-20 19:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-20 12:05 linux-next: Tree for November 20 Stephen Rothwell
2009-11-20 18:40 ` linux-next: Tree for November 20 (snd_jack) Randy Dunlap
2009-11-20 19:15 ` Takashi Iwai
2009-11-20 19:21 ` Takashi Iwai [this message]
2009-11-20 19:34 ` Randy Dunlap
2009-11-21 19:02 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hlji180kg.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=perex@perex.cz \
--cc=randy.dunlap@oracle.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox