Skip to content

Commit

Permalink
ASoC: Revert "ASoC: ab8500: Inform SoC Core that we have our own I/O …
Browse files Browse the repository at this point in the history
…arrangements"

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 57d9a47 commit 4ac7903
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/soc/codecs/ab8500-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2404,9 +2404,6 @@ static int ab8500_codec_probe(struct snd_soc_codec *codec)

dev_dbg(dev, "%s: Enter.\n", __func__);

/* Inform SoC Core that we have our own I/O arrangements. */
codec->control_data = (void *)true;

/* Setup AB8500 according to board-settings */
pdata = dev_get_platdata(dev->parent);

Expand Down

0 comments on commit 4ac7903

Please sign in to comment.