summaryrefslogtreecommitdiff
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-04-12 07:16:07 +0200
committerTakashi Iwai <tiwai@suse.de>2017-04-12 07:16:07 +0200
commitb7c5ac88e8251cc3931ce00437fdd74b0dbb2e99 (patch)
treee4afa61fcc97fc24cd75dca2a362ecba9fe91669 /sound/soc/intel
parentc6b0b9e65f094deabc0c1d499b96ed5085b0f7db (diff)
parent3d016d57fdc5e6caa4cd67896f4b081bccad6e2c (diff)
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/soc/intel')
-rw-r--r--sound/soc/intel/skylake/skl-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
index ed58b5b3555a..2dbfb1b24ef4 100644
--- a/sound/soc/intel/skylake/skl-topology.c
+++ b/sound/soc/intel/skylake/skl-topology.c
@@ -512,7 +512,7 @@ static int skl_tplg_set_module_init_data(struct snd_soc_dapm_widget *w)
if (bc->set_params != SKL_PARAM_INIT)
continue;
- mconfig->formats_config.caps = (u32 *)&bc->params;
+ mconfig->formats_config.caps = (u32 *)bc->params;
mconfig->formats_config.caps_size = bc->size;
break;