Searched refs:sp_cfg (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/sound/soc/intel/skylake/ |
D | skl-ssp-clk.c | 110 struct nhlt_specific_cfg *sp_cfg; in skl_send_clk_dma_control() local 123 sp_cfg = &fmt_cfg->config; in skl_send_clk_dma_control() 144 i2s_config_size = sp_cfg->size + size; in skl_send_clk_dma_control() 150 memcpy(i2s_config, sp_cfg->caps, sp_cfg->size); in skl_send_clk_dma_control() 153 memcpy(i2s_config + sp_cfg->size, data, size); in skl_send_clk_dma_control()
|
D | skl-topology.c | 387 struct skl_specific_cfg *sp_cfg; in skl_tplg_set_module_params() local 391 sp_cfg = &mconfig->formats_config; in skl_tplg_set_module_params() 392 ret = skl_set_module_params(skl, sp_cfg->caps, in skl_tplg_set_module_params() 393 sp_cfg->caps_size, in skl_tplg_set_module_params() 394 sp_cfg->param_id, mconfig); in skl_tplg_set_module_params() 787 struct skl_specific_cfg *sp_cfg; in skl_tplg_set_module_bind_params() local 806 sp_cfg = &mconfig->formats_config; in skl_tplg_set_module_bind_params() 807 ret = skl_set_module_params(skl, sp_cfg->caps, in skl_tplg_set_module_bind_params() 808 sp_cfg->caps_size, in skl_tplg_set_module_bind_params() 809 sp_cfg->param_id, mconfig); in skl_tplg_set_module_bind_params() [all …]
|