]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Add driver structures to be filled from topology manifest
authorShreyas NC <shreyas.nc@intel.com>
Wed, 23 Aug 2017 14:03:51 +0000 (19:33 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 25 Aug 2017 13:53:59 +0000 (14:53 +0100)
commitb1f2e2c2fdeeda46688163ac25453e3a2eaec3b2
tree54506fef3f8e803b615690521242a0be4e53462a
parent24eb65ad16c4be308be608b775aa9de8ab18ed06
ASoC: Intel: Skylake: Add driver structures to be filled from topology manifest

The topology manifest would include module common data including resource
and interface table. The resource table consists of resources required by
the dsp module such as buffer size, cycles per second, number of
input/output pins. And, the interface table consists of pcm parameters per
module which can be referenced later.

So define the structures accordingly to represent topology manifest data in
the driver.

Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
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>
sound/soc/intel/skylake/skl-topology.h
sound/soc/intel/skylake/skl.h