Lines Matching defs:ch_map
65 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_map)},
85 offsetof(struct sof_ipc4_pin_format, audio_fmt.ch_map)},
176 "Pin index #%d: %uHz, %ubit (ch_map %#x ch_cfg %u interleaving_style %u fmt_cfg %#x) buffer size %d\n",
177 pin_fmt[i].pin_index, fmt->sampling_frequency, fmt->bit_depth, fmt->ch_map,
1653 u32 ch_map;
1662 /* Get channel_mask from ch_map */
1663 ch_map = copier_data->base_config.audio_fmt.ch_map;
1664 for (i = 0; ch_map; i++) {
1665 if ((ch_map & 0xf) != 0xf) {
1669 ch_map >>= 4;