Lines Matching refs:pin_fmt
1095 static void fill_pin_params(struct skl_audio_data_format *pin_fmt,
1098 pin_fmt->number_of_channels = format->channels;
1099 pin_fmt->s_freq = format->s_freq;
1100 pin_fmt->bit_depth = format->bit_depth;
1101 pin_fmt->valid_bit_depth = format->valid_bit_depth;
1102 pin_fmt->ch_cfg = format->ch_cfg;
1103 pin_fmt->sample_type = format->sample_type;
1104 pin_fmt->channel_map = format->ch_map;
1105 pin_fmt->interleaving = format->interleaving_style;
1127 struct skl_cpr_pin_fmt pin_fmt;
1153 pin_fmt.sink_id = src_index;
1159 fill_pin_params(&(pin_fmt.src_fmt), format);
1162 fill_pin_params(&(pin_fmt.dst_fmt), format);
1163 ret = skl_set_module_params(skl, (void *)&pin_fmt,