Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dtopology.c760 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.out_channel_config),
766 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients_select),
772 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[0]),
778 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[1]),
784 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[2]),
790 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[3]),
796 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[4]),
802 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[5]),
808 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[6]),
814 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[7]),
[all …]
H A Dtopology.h95 } updown_mix; member
H A Dpath.c624 cfg.out_channel_config = t->cfg_ext->updown_mix.out_channel_config; in avs_updown_mix_create()
625 cfg.coefficients_select = t->cfg_ext->updown_mix.coefficients_select; in avs_updown_mix_create()
627 cfg.coefficients[i] = t->cfg_ext->updown_mix.coefficients[i]; in avs_updown_mix_create()
628 cfg.channel_map = t->cfg_ext->updown_mix.channel_map; in avs_updown_mix_create()