Lines Matching defs:dst_fmt
2158 struct skl_module_fmt *dst_fmt,
2163 dst_fmt->channels = value;
2167 dst_fmt->s_freq = value;
2171 dst_fmt->bit_depth = value;
2175 dst_fmt->valid_bit_depth = value;
2179 dst_fmt->ch_cfg = value;
2183 dst_fmt->interleaving_style = value;
2187 dst_fmt->sample_type = value;
2191 dst_fmt->ch_map = value;
2206 struct skl_module_fmt *dst_fmt;
2213 dst_fmt = &fmt->inputs[fmt_idx].fmt;
2217 dst_fmt = &fmt->outputs[fmt_idx].fmt;
2225 return skl_tplg_fill_fmt(dev, dst_fmt, tkn, val);
2751 static void skl_tplg_fill_fmt_v4(struct skl_module_pin_fmt *dst_fmt,
2758 dst_fmt[i].fmt.channels = src_fmt[i].channels;
2759 dst_fmt[i].fmt.s_freq = src_fmt[i].freq;
2760 dst_fmt[i].fmt.bit_depth = src_fmt[i].bit_depth;
2761 dst_fmt[i].fmt.valid_bit_depth = src_fmt[i].valid_bit_depth;
2762 dst_fmt[i].fmt.ch_cfg = src_fmt[i].ch_cfg;
2763 dst_fmt[i].fmt.ch_map = src_fmt[i].ch_map;
2764 dst_fmt[i].fmt.interleaving_style =
2766 dst_fmt[i].fmt.sample_type = src_fmt[i].sample_type;
3203 struct skl_module_pin_fmt *dst_fmt;
3212 dst_fmt = &fmt->inputs[fmt_idx];
3216 dst_fmt = &fmt->outputs[fmt_idx];
3224 mod_fmt = &dst_fmt->fmt;
3228 dst_fmt->id = tkn_elem->value;