All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Mark Brown <broonie@kernel.org>
Cc: robh@kernel.org, lee.jones@linaro.org, linus.walleij@linaro.org,
	vinod.koul@linaro.org, alsa-devel@alsa-project.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	spapothi@codeaurora.org, bgoswami@codeaurora.org,
	linux-gpio@vger.kernel.org
Subject: Re: [PATCH v5 03/11] ASoC: wcd934x: add support to wcd9340/wcd9341 codec
Date: Wed, 18 Dec 2019 16:56:52 +0000	[thread overview]
Message-ID: <80a291dd-9063-ca34-08ac-5ed194e05e79@linaro.org> (raw)
In-Reply-To: <20191218114624.GB3219@sirena.org.uk>



On 18/12/2019 11:46, Mark Brown wrote:
> On Tue, Dec 17, 2019 at 12:16:34PM +0000, Srinivas Kandagatla wrote:
> 
>> +config SND_SOC_WCD934X
>> +	tristate "WCD9340/WCD9341 Codec"
>> +	depends on SLIMBUS
>> +	select REGMAP_SLIMBUS
>> +	select REGMAP_IRQ
>> +	help
> 
> Why does this not depend on the MFD change?
My bad, I missed this, Will fix this in next spin.

thanks,
srini
> 

WARNING: multiple messages have this Message-ID (diff)
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Mark Brown <broonie@kernel.org>
Cc: robh@kernel.org, alsa-devel@alsa-project.org,
	bgoswami@codeaurora.org, vinod.koul@linaro.org,
	devicetree@vger.kernel.org, linus.walleij@linaro.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	lee.jones@linaro.org, spapothi@codeaurora.org
Subject: Re: [alsa-devel] [PATCH v5 03/11] ASoC: wcd934x: add support to wcd9340/wcd9341 codec
Date: Wed, 18 Dec 2019 16:56:52 +0000	[thread overview]
Message-ID: <80a291dd-9063-ca34-08ac-5ed194e05e79@linaro.org> (raw)
In-Reply-To: <20191218114624.GB3219@sirena.org.uk>



On 18/12/2019 11:46, Mark Brown wrote:
> On Tue, Dec 17, 2019 at 12:16:34PM +0000, Srinivas Kandagatla wrote:
> 
>> +config SND_SOC_WCD934X
>> +	tristate "WCD9340/WCD9341 Codec"
>> +	depends on SLIMBUS
>> +	select REGMAP_SLIMBUS
>> +	select REGMAP_IRQ
>> +	help
> 
> Why does this not depend on the MFD change?
My bad, I missed this, Will fix this in next spin.

thanks,
srini
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2019-12-18 16:57 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 12:16 [PATCH v5 00/11] ASoC: Add support to WCD9340/WCD9341 codec Srinivas Kandagatla
2019-12-17 12:16 ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 01/11] ASoC: dt-bindings: add dt bindings for WCD9340/WCD9341 audio codec Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-18 20:41   ` Rob Herring
2019-12-18 20:41     ` [alsa-devel] " Rob Herring
2019-12-17 12:16 ` [PATCH v5 02/11] mfd: wcd934x: add support to wcd9340/wcd9341 codec Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 03/11] ASoC: " Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-18 11:46   ` Mark Brown
2019-12-18 11:46     ` [alsa-devel] " Mark Brown
2019-12-18 16:56     ` Srinivas Kandagatla [this message]
2019-12-18 16:56       ` Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 04/11] ASoC: wcd934x: add basic controls Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 05/11] ASoC: wcd934x: add playback dapm widgets Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 06/11] ASoC: wcd934x: add capture " Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 07/11] ASoC: wcd934x: add audio routings Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 08/11] dt-bindings: gpio: wcd934x: Add bindings for gpio Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2020-01-06 23:15   ` Linus Walleij
2020-01-06 23:15     ` [alsa-devel] " Linus Walleij
2019-12-17 12:16 ` [PATCH v5 09/11] gpio: wcd934x: Add support to wcd934x gpio controller Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2020-01-06 23:19   ` Linus Walleij
2020-01-06 23:19     ` [alsa-devel] " Linus Walleij
2019-12-17 12:16 ` [PATCH v5 10/11] ASoC: qcom: dt-bindings: Add compatible for DB845c and Lenovo Yoga Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla
2019-12-17 12:16 ` [PATCH v5 11/11] ASoC: qcom: sdm845: add support to " Srinivas Kandagatla
2019-12-17 12:16   ` [alsa-devel] " Srinivas Kandagatla

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=80a291dd-9063-ca34-08ac-5ed194e05e79@linaro.org \
    --to=srinivas.kandagatla@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bgoswami@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=spapothi@codeaurora.org \
    --cc=vinod.koul@linaro.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.