summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/da732x.c
diff options
context:
space:
mode:
authorMark Brown2014-02-24 03:38:11 +0100
committerMark Brown2014-02-24 03:39:00 +0100
commiteeecf1a3f9f4791371bf35035ab9b95ab6aab5e7 (patch)
treea0c2994c0f4d90394cf931653b746ced09e297f5 /sound/soc/codecs/da732x.c
parentASoC: da732x: Use SOC_ENUM_SINGLE_DECL() (diff)
downloadkernel-qcow2-linux-eeecf1a3f9f4791371bf35035ab9b95ab6aab5e7.tar.gz
kernel-qcow2-linux-eeecf1a3f9f4791371bf35035ab9b95ab6aab5e7.tar.xz
kernel-qcow2-linux-eeecf1a3f9f4791371bf35035ab9b95ab6aab5e7.zip
ASoC: da732x: Remove leftover cache size setting
The da732x driver no longer uses the ASoC level register cache but the cache size setting had been left in the driver by mistake. Remove it. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/da732x.c')
-rw-r--r--sound/soc/codecs/da732x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c
index 3219fa1f3cf5..05f07fb49860 100644
--- a/sound/soc/codecs/da732x.c
+++ b/sound/soc/codecs/da732x.c
@@ -1538,7 +1538,6 @@ static struct snd_soc_codec_driver soc_codec_dev_da732x = {
.dapm_routes = da732x_dapm_routes,
.num_dapm_routes = ARRAY_SIZE(da732x_dapm_routes),
.set_pll = da732x_set_dai_pll,
- .reg_cache_size = ARRAY_SIZE(da732x_reg_cache),
};
static int da732x_i2c_probe(struct i2c_client *i2c,