All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Handrigan, Paul" <Paul.Handrigan@cirrus.com>
To: Axel Lin <axel.lin@ingics.com>, Mark Brown <broonie@kernel.org>
Cc: "Austin, Brian" <Brian.Austin@cirrus.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: [PATCH] ASoC: cs35l33: Remove setting dapm->bias_level in cs35l33_set_bias_level
Date: Tue, 28 Jun 2016 14:30:34 +0000	[thread overview]
Message-ID: <D397F40C.150B4%Paul.Handrigan@cirrus.com> (raw)
In-Reply-To: <1467110219.1638.1.camel@ingics.com>



On 6/28/16, 5:36 AM, "Axel Lin" <axel.lin@ingics.com> wrote:

>This is done by ASoC core now.
>
>Signed-off-by: Axel Lin <axel.lin@ingics.com>
>---
> sound/soc/codecs/cs35l33.c | 3 ---
> 1 file changed, 3 deletions(-)
>
>diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c
>index 90dc743..622a111 100644
>--- a/sound/soc/codecs/cs35l33.c
>+++ b/sound/soc/codecs/cs35l33.c
>@@ -365,7 +365,6 @@ static int cs35l33_set_bias_level(struct
>snd_soc_codec *codec,
> 				  enum snd_soc_bias_level level)
> {
> 	unsigned int val;
>-	struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec);
> 	struct cs35l33_private *priv = snd_soc_codec_get_drvdata(codec);
> 
> 	switch (level) {
>@@ -392,8 +391,6 @@ static int cs35l33_set_bias_level(struct
>snd_soc_codec *codec,
> 		return -EINVAL;
> 	}
> 
>-	dapm->bias_level = level;
>-
> 	return 0;
> }
> 
>-- 
>2.5.0
Thanks!

Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>

  reply	other threads:[~2016-06-28 14:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 10:36 [PATCH] ASoC: cs35l33: Remove setting dapm->bias_level in cs35l33_set_bias_level Axel Lin
2016-06-28 14:30 ` Handrigan, Paul [this message]
2016-06-28 19:56 ` Applied "ASoC: cs35l33: Remove setting dapm->bias_level in cs35l33_set_bias_level" to the asoc tree 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=D397F40C.150B4%Paul.Handrigan@cirrus.com \
    --to=paul.handrigan@cirrus.com \
    --cc=Brian.Austin@cirrus.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=axel.lin@ingics.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    /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.