public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Patrick Lai <plai@codeaurora.org>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Banajit Goswami <bgoswami@codeaurora.org>,
	Kenneth Westfield <kwestfie@codeaurora.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v4 3/3] ASoC: qcom: fix STORM board Kconfig
Date: Fri, 22 May 2015 18:33:10 +0200	[thread overview]
Message-ID: <11006188.h6ZK0CVLeu@wuerfel> (raw)
In-Reply-To: <1432310057-5358-1-git-send-email-srinivas.kandagatla@linaro.org>

On Friday 22 May 2015 16:54:17 Srinivas Kandagatla wrote:
> diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
> index 6ecac6c..f50197e 100644
> --- a/sound/soc/qcom/Kconfig
> +++ b/sound/soc/qcom/Kconfig
> @@ -26,7 +26,7 @@ config SND_SOC_LPASS_APQ8016
>  
>  config SND_SOC_STORM
>         tristate "ASoC I2S support for Storm boards"
> -       depends on (ARCH_QCOM && SND_SOC_QCOM) || COMPILE_TEST
> +       depends on SND_SOC_QCOM && (ARCH_QCOM || COMPILE_TEST)
>         select SND_SOC_LPASS_IPQ806X
>         select SND_SOC_MAX98357A
>         help
> -- 

Do you still have the problem that you are selecting another symbol
that 'depends on OF', but this one does not have that dependency,
or did you drop that patch now before it could get picked up?

	Arnd

  reply	other threads:[~2015-05-22 16:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 15:52 [PATCH v4 0/3] ASoC: qcom: add support to apq8016 audio Srinivas Kandagatla
2015-05-22 15:53 ` [PATCH v4 1/3] ASoC: qcom: Add apq8016 lpass driver support Srinivas Kandagatla
2015-05-25 14:04   ` Mark Brown
2015-05-22 15:54 ` [PATCH v4 2/3] ASoC: qcom: add apq8016 sound card support Srinivas Kandagatla
2015-06-02 19:55   ` Mark Brown
2015-06-03  8:11     ` Srinivas Kandagatla
2015-05-22 15:54 ` [PATCH v4 3/3] ASoC: qcom: fix STORM board Kconfig Srinivas Kandagatla
2015-05-22 16:33   ` Arnd Bergmann [this message]
2015-05-26  6:58     ` Srinivas Kandagatla
2015-06-02 19:56   ` Mark Brown

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=11006188.h6ZK0CVLeu@wuerfel \
    --to=arnd@arndb.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=bgoswami@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kwestfie@codeaurora.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pawel.moll@arm.com \
    --cc=perex@perex.cz \
    --cc=plai@codeaurora.org \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.de \
    /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