Skip to content

Commit

Permalink
ASoC: fsl: imx-wm8962: Don't update bias_level in machine driver
Browse files Browse the repository at this point in the history
If we update it here, the set_bias_level() of Codec driver won't be normally
called and we will then miss some essential procedures in set_bias_level() of
the Codec driver. Thus drop it.

Signed-off-by: Nicolin Chen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Nicolin Chen authored and broonie committed Dec 9, 2013
1 parent 6c7ef41 commit 5dfc03f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/fsl/imx-wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ static int imx_wm8962_set_bias_level(struct snd_soc_card *card,
break;
}

dapm->bias_level = level;

return 0;
}

Expand Down

0 comments on commit 5dfc03f

Please sign in to comment.