Home
last modified time | relevance | path

Searched refs:updown_mix (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/sound/soc/intel/avs/
Dtopology.c714 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.out_channel_config),
720 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients_select),
726 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[0]),
732 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[1]),
738 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[2]),
744 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[3]),
750 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[4]),
756 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[5]),
762 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[6]),
768 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[7]),
[all …]
Dtopology.h82 } updown_mix; member
Dpath.c338 cfg.out_channel_config = t->cfg_ext->updown_mix.out_channel_config; in avs_updown_mix_create()
339 cfg.coefficients_select = t->cfg_ext->updown_mix.coefficients_select; in avs_updown_mix_create()
341 cfg.coefficients[i] = t->cfg_ext->updown_mix.coefficients[i]; in avs_updown_mix_create()
342 cfg.channel_map = t->cfg_ext->updown_mix.channel_map; in avs_updown_mix_create()