Skip to content

Commit 4368c27

Browse files
committed
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
2 parents d6c098a + d1a6fe4 commit 4368c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/skylake/skl-topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ static int skl_tplg_set_module_init_data(struct snd_soc_dapm_widget *w)
512512
if (bc->set_params != SKL_PARAM_INIT)
513513
continue;
514514

515-
mconfig->formats_config.caps = (u32 *)&bc->params;
515+
mconfig->formats_config.caps = (u32 *)bc->params;
516516
mconfig->formats_config.caps_size = bc->size;
517517

518518
break;

0 commit comments

Comments
 (0)