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.c761 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.out_channel_config),
767 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients_select),
773 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[0]),
779 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[1]),
785 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[2]),
791 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[3]),
797 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[4]),
803 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[5]),
809 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[6]),
815 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[7]),
[all …]
H A Dtopology.h95 } updown_mix; member
H A Dpath.c622 cfg.out_channel_config = t->cfg_ext->updown_mix.out_channel_config; in avs_updown_mix_create()
623 cfg.coefficients_select = t->cfg_ext->updown_mix.coefficients_select; in avs_updown_mix_create()
625 cfg.coefficients[i] = t->cfg_ext->updown_mix.coefficients[i]; in avs_updown_mix_create()
626 cfg.channel_map = t->cfg_ext->updown_mix.channel_map; in avs_updown_mix_create()