ASoC: max98925: Remove control_data initialization
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 13 Jul 2015 17:40:52 +0000 (19:40 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jul 2015 09:13:19 +0000 (10:13 +0100)
The control_data field of the snd_soc_codec struct is no longer used by
ASoC drivers using standard regmap IO.

There is no need to initialize the field to point to the drivers regmap
struct, so drop that.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98925.c

index aad664225dc3a4d0142a89bf37a51f4743a0969e..eddf8bc0731468fdd102be989f8f2ce23294eb59 100644 (file)
@@ -523,7 +523,6 @@ static int max98925_probe(struct snd_soc_codec *codec)
        struct max98925_priv *max98925 = snd_soc_codec_get_drvdata(codec);
 
        max98925->codec = codec;
-       codec->control_data = max98925->regmap;
        regmap_write(max98925->regmap, MAX98925_GLOBAL_ENABLE, 0x00);
        /* It's not the default but we need to set DAI_DLY */
        regmap_write(max98925->regmap,
This page took 0.025183 seconds and 5 git commands to generate.