ASoC: SOF: Add IPC3 topology control ops
[linux-2.6-microblaze.git] / sound / soc / sof / ipc3-topology.c
index bf0cf38..55be97e 100644 (file)
@@ -2155,6 +2155,7 @@ static const struct sof_ipc_tplg_widget_ops tplg_ipc3_widget_ops[SND_SOC_DAPM_TY
 
 const struct sof_ipc_tplg_ops ipc3_tplg_ops = {
        .widget = tplg_ipc3_widget_ops,
+       .control = &tplg_ipc3_control_ops,
        .route_setup = sof_ipc3_route_setup,
        .control_setup = sof_ipc3_control_setup,
        .control_free = sof_ipc3_control_free,