diff mbox

ASoC: cs35l33: Remove setting dapm->bias_level in cs35l33_set_bias_level

Message ID 1467110219.1638.1.camel@ingics.com (mailing list archive)
State Accepted
Commit 262329fccad4914dbf4b49634cbe140dfb353c25
Headers show

Commit Message

Axel Lin June 28, 2016, 10:36 a.m. UTC
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(-)

Comments

Paul Handrigan June 28, 2016, 2:30 p.m. UTC | #1
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>
diff mbox

Patch

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;
 }