summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8958-dsp2.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-27 12:46:25 +0100
committerTakashi Iwai <tiwai@suse.de>2014-02-27 12:46:25 +0100
commit997e7547ab53c84044964fc332c4e1ebc8b96470 (patch)
tree0db6846ca39f36c14924cc4a32b01c4da7910f9e /sound/soc/codecs/wm8958-dsp2.c
parentMerge tag 'asoc-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/b... (diff)
parentMerge remote-tracking branch 'asoc/fix/wm8958' into asoc-linus (diff)
downloadlinux-997e7547ab53c84044964fc332c4e1ebc8b96470.tar.xz
linux-997e7547ab53c84044964fc332c4e1ebc8b96470.zip
Merge tag 'asoc-v3.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v3.14 A few more driver specific bug fixes, all driver specific things that only affect users of those devices.
Diffstat (limited to 'sound/soc/codecs/wm8958-dsp2.c')
-rw-r--r--sound/soc/codecs/wm8958-dsp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8958-dsp2.c b/sound/soc/codecs/wm8958-dsp2.c
index b7488f190d2b..d4248e00160e 100644
--- a/sound/soc/codecs/wm8958-dsp2.c
+++ b/sound/soc/codecs/wm8958-dsp2.c
@@ -153,7 +153,7 @@ static int wm8958_dsp2_fw(struct snd_soc_codec *codec, const char *name,
data32 &= 0xffffff;
- wm8994_bulk_write(codec->control_data,
+ wm8994_bulk_write(wm8994->wm8994,
data32 & 0xffffff,
block_len / 2,
(void *)(data + 8));