diff --git a/src/include/host/topology.h b/src/include/host/topology.h index d6946d168..6b0b695ed 100644 --- a/src/include/host/topology.h +++ b/src/include/host/topology.h @@ -195,8 +195,8 @@ void sof_parse_word_tokens(void *object, struct snd_soc_tplg_vendor_array *array); int parse_topology(char *filename, struct sof *sof, int *fr_id, int *fw_id, - int *sched_id, char *bits_in, char *in_file, - char *out_file, struct shared_lib_table *library_table, - char *pipeline_msg); + int *sched_id, char *bits_in, char *in_file, + char *out_file, struct shared_lib_table *library_table, + char *pipeline_msg); #endif