Home
last modified time | relevance | path

Searched refs:audioreach_send_u32_param (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.c309 return audioreach_send_u32_param(graph, module, PARAM_ID_REMOVE_INITIAL_SILENCE, samples); in q6apm_remove_initial_silence()
321 return audioreach_send_u32_param(graph, module, PARAM_ID_REMOVE_TRAILING_SILENCE, samples); in q6apm_remove_trailing_silence()
333 return audioreach_send_u32_param(graph, module, PARAM_ID_MODULE_ENABLE, en); in q6apm_enable_compress_module()
361 return audioreach_send_u32_param(graph, module, PARAM_ID_REAL_MODULE_ID, in q6apm_set_real_module_id()
H A Daudioreach.c735 int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module, in audioreach_send_u32_param() function
768 EXPORT_SYMBOL_GPL(audioreach_send_u32_param);
773 return audioreach_send_u32_param(graph, module, PARAM_ID_SAL_LIMITER_ENABLE, enable); in audioreach_sal_limiter_enable()
780 return audioreach_send_u32_param(graph, module, PARAM_ID_SAL_OUTPUT_CFG, cfg->bit_width); in audioreach_sal_set_media_format()
787 return audioreach_send_u32_param(graph, module, PARAM_ID_MODULE_ENABLE, enable); in audioreach_module_enable()
794 return audioreach_send_u32_param(graph, module, PARAM_ID_EARLY_EOS_DELAY, in audioreach_gapless_set_media_format()
H A Daudioreach.h802 int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module,