diff options
author | Dharageswari R <dharageswari.r@intel.com> | 2017-08-02 21:51:12 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-03 11:07:12 +0100 |
commit | 363d45385f403fdf60fe9f563ba87093289d7b35 (patch) | |
tree | 912b25f989ff8b8f3eb97f379aa9c13b658449ef /sound/soc/intel/skylake/skl.h | |
parent | 0b06122fc8d0949a0aa7b817d98e031104802611 (diff) | |
download | lwn-363d45385f403fdf60fe9f563ba87093289d7b35.tar.gz lwn-363d45385f403fdf60fe9f563ba87093289d7b35.zip |
ASoC: Intel: Skylake: Add num of cores in dsp ops
Number of dsp cores may differ for different platforms hence
adding it in dsp ops.
Signed-off-by: Dharageswari R <dharageswari.r@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>
Diffstat (limited to 'sound/soc/intel/skylake/skl.h')
-rw-r--r-- | sound/soc/intel/skylake/skl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h index a6b134b4c037..20017ee4685c 100644 --- a/sound/soc/intel/skylake/skl.h +++ b/sound/soc/intel/skylake/skl.h @@ -90,6 +90,7 @@ struct skl_machine_pdata { struct skl_dsp_ops { int id; + unsigned int num_cores; struct skl_dsp_loader_ops (*loader_ops)(void); int (*init)(struct device *dev, void __iomem *mmio_base, int irq, const char *fw_name, |