浏览代码

Merge remote-tracking branch 'asoc/fix/wm8958' into asoc-linus

Mark Brown 11 年之前
父节点
当前提交
23308e8820
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/codecs/wm8958-dsp2.c

+ 1 - 1
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));