Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/avs/
Dtopology.c713 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.out_channel_config),
719 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients_select),
725 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[0]),
731 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[1]),
737 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[2]),
743 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[3]),
749 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[4]),
755 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[5]),
761 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[6]),
767 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[7]),
[all …]
Dtopology.h82 } updown_mix; member
Dpath.c278 cfg.out_channel_config = t->cfg_ext->updown_mix.out_channel_config; in avs_updown_mix_create()
279 cfg.coefficients_select = t->cfg_ext->updown_mix.coefficients_select; in avs_updown_mix_create()
281 cfg.coefficients[i] = t->cfg_ext->updown_mix.coefficients[i]; in avs_updown_mix_create()
282 cfg.channel_map = t->cfg_ext->updown_mix.channel_map; in avs_updown_mix_create()