Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Dtopology.c743 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.out_channel_config),
749 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients_select),
755 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[0]),
761 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[1]),
767 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[2]),
773 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[3]),
779 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[4]),
785 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[5]),
791 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[6]),
797 .offset = offsetof(struct avs_tplg_modcfg_ext, updown_mix.coefficients[7]),
[all …]
Dtopology.h85 } updown_mix; member
Dpath.c335 cfg.out_channel_config = t->cfg_ext->updown_mix.out_channel_config; in avs_updown_mix_create()
336 cfg.coefficients_select = t->cfg_ext->updown_mix.coefficients_select; in avs_updown_mix_create()
338 cfg.coefficients[i] = t->cfg_ext->updown_mix.coefficients[i]; in avs_updown_mix_create()
339 cfg.channel_map = t->cfg_ext->updown_mix.channel_map; in avs_updown_mix_create()