ASoC: Intel: Skylake: Don't use dma I2S config structure in kernel
authorGuruprasadX Pawse <guruprasadx.pawse@intel.com>
Wed, 23 Nov 2016 17:16:26 +0000 (22:46 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 25 Nov 2016 13:08:35 +0000 (13:08 +0000)
commitc186fe7401e4234aee6796eda3ad38bd57507899
treef3e611641c74ac7d328d644246609197d0ce64f8
parent266c618d67dd4a42f798baaab47634018cb1db4b
ASoC: Intel: Skylake: Don't use dma I2S config structure in kernel

I2S blob config structure can change between DSP copier module versions.
We are not modifying these structures anyway and NHLT blobs specify them
properly, so use the blob directly to send the dma_control ipc instead
of using the predefined I2S blob config structure.

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