Searched refs:audioreach_send_u32_param (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm.c | 309 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 D | audioreach.c | 751 int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module, in audioreach_send_u32_param() function 784 EXPORT_SYMBOL_GPL(audioreach_send_u32_param); 789 return audioreach_send_u32_param(graph, module, PARAM_ID_SAL_LIMITER_ENABLE, enable); in audioreach_sal_limiter_enable() 796 return audioreach_send_u32_param(graph, module, PARAM_ID_SAL_OUTPUT_CFG, cfg->bit_width); in audioreach_sal_set_media_format() 803 return audioreach_send_u32_param(graph, module, PARAM_ID_MODULE_ENABLE, enable); in audioreach_module_enable() 810 return audioreach_send_u32_param(graph, module, PARAM_ID_EARLY_EOS_DELAY, in audioreach_gapless_set_media_format()
|
H A D | audioreach.h | 800 int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module,
|