ASoC: Intel: Skylake: Add channel map in updown mixer module IPC

DSP expects channel map to be sent in the IPC for updown mixer module.
So add ch_map info in updown mixer module config.

Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Guneshwor Singh 2017-11-07 16:16:17 +05:30 committed by Mark Brown
parent 3e1b96c80f
commit da3417fe1f
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0
2 changed files with 2 additions and 0 deletions

View file

@ -706,6 +706,7 @@ static void skl_set_updown_mixer_format(struct skl_sst *ctx,
skl_set_base_module_format(ctx, mconfig,
(struct skl_base_cfg *)mixer_mconfig);
mixer_mconfig->out_ch_cfg = fmt->ch_cfg;
mixer_mconfig->ch_map = fmt->ch_map;
}
/*

View file

@ -161,6 +161,7 @@ struct skl_up_down_mixer_cfg {
u32 coeff_sel;
/* Pass the user coeff in this array */
s32 coeff[UP_DOWN_MIXER_MAX_COEFF];
u32 ch_map;
} __packed;
struct skl_algo_cfg {