diff options
author | Guneshwor Singh <guneshwor.o.singh@intel.com> | 2017-11-07 11:46:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-08 19:56:09 +0100 |
commit | da3417fe1f6d54c864b05fd5710979bdffe78034 (patch) | |
tree | 2fbd2f66efa791ef3bae3096fc12570df0a8f550 /sound/soc/intel/skylake/skl-messages.c | |
parent | ASoC: Intel: Skylake: Fix updown mixer module format (diff) | |
download | linux-da3417fe1f6d54c864b05fd5710979bdffe78034.tar.xz linux-da3417fe1f6d54c864b05fd5710979bdffe78034.zip |
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>
Diffstat (limited to 'sound/soc/intel/skylake/skl-messages.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-messages.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-messages.c b/sound/soc/intel/skylake/skl-messages.c index 55414be23b82..b9c205c8bb73 100644 --- a/sound/soc/intel/skylake/skl-messages.c +++ b/sound/soc/intel/skylake/skl-messages.c @@ -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; } /* |