Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc4-topology.c1877 struct snd_pcm_hw_params *ref_params __free(kfree) = NULL; in sof_ipc4_prepare_copier_module()
1954 ref_params = kmemdup(fe_params, sizeof(*ref_params), GFP_KERNEL); in sof_ipc4_prepare_copier_module()
1956 ref_params = kmemdup(pipeline_params, sizeof(*ref_params), GFP_KERNEL); in sof_ipc4_prepare_copier_module()
1957 if (!ref_params) in sof_ipc4_prepare_copier_module()
1989 * The ref_params might get updated to reflect what format is in sof_ipc4_prepare_copier_module()
1992 * In case of capture the ref_params returned will be used to in sof_ipc4_prepare_copier_module()
1995 ref_params = kmemdup(fe_params, sizeof(*ref_params), GFP_KERNE in sof_ipc4_prepare_copier_module()
[all...]