]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Create Pipe to widget list in soc probe
authorJeeja KP <jeeja.kp@intel.com>
Fri, 3 Jun 2016 12:59:40 +0000 (18:29 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jun 2016 13:19:11 +0000 (14:19 +0100)
commitb8aa7ab003425b5a5b6ccb34d29e2d9b43ad1e34
treea4d89dd6ab9e84b8923f370ecf8f9e241e4f7d03
parent9317a3ac5fe113c08ad35880c178a4a5c24386b8
ASoC: Intel: Skylake: Create Pipe to widget list in soc probe

We need to Identify the DSP pipe type and based on it being a pass
thru pipeline or not, we need to copy the pipeline params.

Pipe to widget mapping was earlier done in pre PMD widget handler,
but since the pipe type would now be required in hw_params for
bypass pipelines we need to move this to be done during the ASoC
probe of the platform component.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-topology.c