Home
last modified time | relevance | path

Searched refs:ch_map (Results 1 – 11 of 11) sorted by relevance

/sof-3.4.0/src/include/ipc/
Dchannel_map.h59 struct sof_ipc_channel_map ch_map[]; member
/sof-3.4.0/src/audio/
Dchannel_map.c40 mem = (char *)smap->ch_map + byte; in chmap_get()
/sof-3.4.0/src/audio/up_down_mixer/
Dup_down_mixer.c280 cd->out_fmt[0].ch_map = create_channel_map(IPC4_CHANNEL_CONFIG_MONO); in init_mix()
294 cd->out_fmt[0].ch_map = create_channel_map(IPC4_CHANNEL_CONFIG_STEREO); in init_mix()
303 cd->out_fmt[0].ch_map = create_channel_map(IPC4_CHANNEL_CONFIG_5_POINT_1); in init_mix()
321 cd->in_channel_map = format->ch_map; in init_mix()
/sof-3.4.0/src/include/ipc4/
Dbase-config.h118 uint32_t ch_map; member
/sof-3.4.0/src/audio/mux/
Dmux.c309 sink_c->chmap[i] = (out_fmt.ch_map >> i * 4) & 0xf; in set_mux_params()
342 (cd->md.base_cfg.audio_fmt.ch_map >> i * 4) & 0xf; in set_mux_params()
357 (cd->md.reference_format.ch_map >> i * 4) & 0xf; in set_mux_params()
/sof-3.4.0/src/audio/selector/
Dselector.c693 params->chmap[i] = (out_fmt->ch_map >> i * 4) & 0xf; in set_selector_params()
712 sink->chmap[i] = (out_fmt->ch_map >> i * 4) & 0xf; in set_selector_params()
741 source->chmap[i] = (in_fmt->ch_map >> i * 4) & 0xf; in set_selector_params()
/sof-3.4.0/src/audio/eq_fir/
Deq_fir.c196 comp_params.chmap[i] = (mod->priv.cfg.base_cfg.audio_fmt.ch_map >> i * 4) & 0xf; in eq_fir_params()
/sof-3.4.0/src/audio/copier/
Dcopier.c132 chan_map = copier_cfg->out_fmt.ch_map; in create_endpoint_buffer()
144 chan_map = copier_cfg->base.audio_fmt.ch_map; in create_endpoint_buffer()
1372 buf_c->chmap[i] = (fmt->ch_map >> i * 4) & 0xf; in update_buffer_format()
/sof-3.4.0/src/audio/mixin_mixout/
Dmixin_mixout.c744 params->chmap[i] = (base_cfg->audio_fmt.ch_map >> i * 4) & 0xf; in base_module_cfg_to_stream_params()
/sof-3.4.0/src/audio/eq_iir/
Deq_iir.c864 comp_params.chmap[i] = (mod->priv.cfg.base_cfg.audio_fmt.ch_map >> i * 4) & 0xf; in eq_iir_params()
/sof-3.4.0/src/audio/module_adapter/module/volume/
Dvolume.c1112 vol_params.chmap[i] = (mod->priv.cfg.base_cfg.audio_fmt.ch_map >> i * 4) & 0xf; in volume_params()