Skip to content

Commit

Permalink
ASoC: Revert "ASoC: mc13783: Provide codec->control_data"
Browse files Browse the repository at this point in the history
Since commit 98d3088 (SoC: core: Fix check before defaulting to regmap)
, it is not necessary to provide codec->control_data anymore.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Sep 11, 2012
1 parent 1867b2c commit 57d9a47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/mc13783.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,6 @@ static int mc13783_probe(struct snd_soc_codec *codec)
{
struct mc13783_priv *priv = snd_soc_codec_get_drvdata(codec);

codec->control_data = priv->mc13xxx;

mc13xxx_lock(priv->mc13xxx);

/* these are the reset values */
Expand Down

0 comments on commit 57d9a47

Please sign in to comment.