ASoC: q6dsp: audioreach: add helper function to set u32 param
[platform/kernel/linux-starfive.git] / sound / soc / qcom / qdsp6 / audioreach.h
index 3ebb81c..18d8d24 100644 (file)
@@ -752,4 +752,6 @@ int audioreach_set_media_format(struct q6apm_graph *graph,
 int audioreach_shared_memory_send_eos(struct q6apm_graph *graph);
 int audioreach_gain_set_vol_ctrl(struct q6apm *apm,
                                 struct audioreach_module *module, int vol);
+int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module,
+                             uint32_t param_id, uint32_t param_val);
 #endif /* __AUDIOREACH_H__ */