Searched refs:sp_cfg (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-ssp-clk.c | 109 struct nhlt_specific_cfg *sp_cfg; in skl_send_clk_dma_control() local 122 sp_cfg = &fmt_cfg->config; in skl_send_clk_dma_control() 143 i2s_config_size = sp_cfg->size + size; in skl_send_clk_dma_control() 149 memcpy(i2s_config, sp_cfg->caps, sp_cfg->size); in skl_send_clk_dma_control() 152 memcpy(i2s_config + sp_cfg->size, data, size); in skl_send_clk_dma_control()
|
D | skl-topology.c | 489 struct skl_specific_cfg *sp_cfg; in skl_tplg_set_module_params() local 493 sp_cfg = &mconfig->formats_config; in skl_tplg_set_module_params() 494 ret = skl_set_module_params(ctx, sp_cfg->caps, in skl_tplg_set_module_params() 495 sp_cfg->caps_size, in skl_tplg_set_module_params() 496 sp_cfg->param_id, mconfig); in skl_tplg_set_module_params() 867 struct skl_specific_cfg *sp_cfg; in skl_tplg_set_module_bind_params() local 886 sp_cfg = &mconfig->formats_config; in skl_tplg_set_module_bind_params() 887 ret = skl_set_module_params(ctx, sp_cfg->caps, in skl_tplg_set_module_bind_params() 888 sp_cfg->caps_size, in skl_tplg_set_module_bind_params() 889 sp_cfg->param_id, mconfig); in skl_tplg_set_module_bind_params() [all …]
|