summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8523.c
diff options
context:
space:
mode:
authorAxel Lin2011-10-04 05:45:41 +0200
committerMark Brown2011-10-04 17:06:23 +0200
commit672f4c4d754273b4187e44f725ea418a97fa2a62 (patch)
treecdb4d6bca977aa3a7bf9a0f7e5c85db3eda6cbc5 /sound/soc/codecs/wm8523.c
parentASoC: Remove unneeded hw_write initialisation in ak4671 (diff)
downloadkernel-qcow2-linux-672f4c4d754273b4187e44f725ea418a97fa2a62.tar.gz
kernel-qcow2-linux-672f4c4d754273b4187e44f725ea418a97fa2a62.tar.xz
kernel-qcow2-linux-672f4c4d754273b4187e44f725ea418a97fa2a62.zip
ASoC: Remove unneeded hw_write initialisation in wm8523
It is not required after commit 8d50e447 "ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECs" Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8523.c')
-rw-r--r--sound/soc/codecs/wm8523.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c
index 5355a7a944f7..db7a6819499f 100644
--- a/sound/soc/codecs/wm8523.c
+++ b/sound/soc/codecs/wm8523.c
@@ -406,7 +406,6 @@ static int wm8523_probe(struct snd_soc_codec *codec)
struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
int ret, i;
- codec->hw_write = (hw_write_t)i2c_master_send;
wm8523->rate_constraint.list = &wm8523->rate_constraint_list[0];
wm8523->rate_constraint.count =
ARRAY_SIZE(wm8523->rate_constraint_list);