diff options
author | Daniel Mack <zonque@gmail.com> | 2013-06-27 16:00:05 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-30 07:42:02 -0400 |
commit | cef929ec4e80fcfe249c800408a5f9d72ebd5933 (patch) | |
tree | 4775dd004b380a37080a342ee2cddd3bd146bea5 /sound/soc | |
parent | ee441140e7676766b0ce8b9e9a259066bb54c149 (diff) |
ASoC: adau1701: remove control_data assignment
codec->control_data has to be left unset to make the ASoC core access
the regmap properly.
That bug slipped in during a rebase session of the driver refactoring.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/adau1701.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index 4cd4dd10fa24..d1124a5b3471 100644 --- a/sound/soc/codecs/adau1701.c +++ b/sound/soc/codecs/adau1701.c | |||
@@ -600,8 +600,6 @@ static int adau1701_probe(struct snd_soc_codec *codec) | |||
600 | unsigned int val; | 600 | unsigned int val; |
601 | struct adau1701 *adau1701 = snd_soc_codec_get_drvdata(codec); | 601 | struct adau1701 *adau1701 = snd_soc_codec_get_drvdata(codec); |
602 | 602 | ||
603 | codec->control_data = to_i2c_client(codec->dev); | ||
604 | |||
605 | /* | 603 | /* |
606 | * Let the pll_clkdiv variable default to something that won't happen | 604 | * Let the pll_clkdiv variable default to something that won't happen |
607 | * at runtime. That way, we can postpone the firmware download from | 605 | * at runtime. That way, we can postpone the firmware download from |