Lines Matching refs:dst_fmt

2189 		struct skl_module_fmt *dst_fmt,  in skl_tplg_fill_fmt()  argument
2194 dst_fmt->channels = value; in skl_tplg_fill_fmt()
2198 dst_fmt->s_freq = value; in skl_tplg_fill_fmt()
2202 dst_fmt->bit_depth = value; in skl_tplg_fill_fmt()
2206 dst_fmt->valid_bit_depth = value; in skl_tplg_fill_fmt()
2210 dst_fmt->ch_cfg = value; in skl_tplg_fill_fmt()
2214 dst_fmt->interleaving_style = value; in skl_tplg_fill_fmt()
2218 dst_fmt->sample_type = value; in skl_tplg_fill_fmt()
2222 dst_fmt->ch_map = value; in skl_tplg_fill_fmt()
2237 struct skl_module_fmt *dst_fmt; in skl_tplg_widget_fill_fmt() local
2244 dst_fmt = &fmt->inputs[fmt_idx].fmt; in skl_tplg_widget_fill_fmt()
2248 dst_fmt = &fmt->outputs[fmt_idx].fmt; in skl_tplg_widget_fill_fmt()
2256 return skl_tplg_fill_fmt(dev, dst_fmt, tkn, val); in skl_tplg_widget_fill_fmt()
2782 static void skl_tplg_fill_fmt_v4(struct skl_module_pin_fmt *dst_fmt, in skl_tplg_fill_fmt_v4() argument
2789 dst_fmt[i].fmt.channels = src_fmt[i].channels; in skl_tplg_fill_fmt_v4()
2790 dst_fmt[i].fmt.s_freq = src_fmt[i].freq; in skl_tplg_fill_fmt_v4()
2791 dst_fmt[i].fmt.bit_depth = src_fmt[i].bit_depth; in skl_tplg_fill_fmt_v4()
2792 dst_fmt[i].fmt.valid_bit_depth = src_fmt[i].valid_bit_depth; in skl_tplg_fill_fmt_v4()
2793 dst_fmt[i].fmt.ch_cfg = src_fmt[i].ch_cfg; in skl_tplg_fill_fmt_v4()
2794 dst_fmt[i].fmt.ch_map = src_fmt[i].ch_map; in skl_tplg_fill_fmt_v4()
2795 dst_fmt[i].fmt.interleaving_style = in skl_tplg_fill_fmt_v4()
2797 dst_fmt[i].fmt.sample_type = src_fmt[i].sample_type; in skl_tplg_fill_fmt_v4()
3237 struct skl_module_pin_fmt *dst_fmt; in skl_tplg_manifest_fill_fmt() local
3246 dst_fmt = &fmt->inputs[fmt_idx]; in skl_tplg_manifest_fill_fmt()
3250 dst_fmt = &fmt->outputs[fmt_idx]; in skl_tplg_manifest_fill_fmt()
3258 mod_fmt = &dst_fmt->fmt; in skl_tplg_manifest_fill_fmt()
3262 dst_fmt->id = tkn_elem->value; in skl_tplg_manifest_fill_fmt()