Searched refs:sp_cfg (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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 | 391 struct skl_specific_cfg *sp_cfg; in skl_tplg_set_module_params() local 395 sp_cfg = &mconfig->formats_config[SKL_PARAM_SET]; in skl_tplg_set_module_params() 396 ret = skl_set_module_params(skl, sp_cfg->caps, in skl_tplg_set_module_params() 397 sp_cfg->caps_size, in skl_tplg_set_module_params() 398 sp_cfg->param_id, mconfig); in skl_tplg_set_module_params() 791 struct skl_specific_cfg *sp_cfg; in skl_tplg_set_module_bind_params() local 811 sp_cfg = &mconfig->formats_config[SKL_PARAM_BIND]; in skl_tplg_set_module_bind_params() 812 ret = skl_set_module_params(skl, sp_cfg->caps, in skl_tplg_set_module_bind_params() 813 sp_cfg->caps_size, in skl_tplg_set_module_bind_params() 814 sp_cfg->param_id, mconfig); in skl_tplg_set_module_bind_params() [all …]
|