diff options
author | Sathya Prakash M R <sathya.prakash.m.r@intel.com> | 2021-04-12 11:15:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-12 18:03:22 +0100 |
commit | 4ad03f894b3c96d77e51474f0c9731793fac412e (patch) | |
tree | 4b216ce6216a57990ba17e24977480077acef5da /sound/soc/sof/intel/tgl.c | |
parent | 1b9889974ce93dea50d010972a93c0eb529ac612 (diff) | |
download | lwn-4ad03f894b3c96d77e51474f0c9731793fac412e.tar.gz lwn-4ad03f894b3c96d77e51474f0c9731793fac412e.zip |
ASoC: SOF: Intel: Update ADL P to use its own descriptor
ADL P has specific machines and hence having its own
table will help separate the machines and FW
Reviewed-by: Bard Liao <bard.liao@intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Sathya Prakash M R <sathya.prakash.m.r@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210412161519.13508-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/tgl.c')
-rw-r--r-- | sound/soc/sof/intel/tgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/tgl.c b/sound/soc/sof/intel/tgl.c index 419f05ba1920..940f169047a0 100644 --- a/sound/soc/sof/intel/tgl.c +++ b/sound/soc/sof/intel/tgl.c @@ -125,7 +125,7 @@ const struct snd_sof_dsp_ops sof_tgl_ops = { EXPORT_SYMBOL_NS(sof_tgl_ops, SND_SOC_SOF_INTEL_HDA_COMMON); const struct sof_intel_dsp_desc tgl_chip_info = { - /* Tigerlake */ + /* Tigerlake , Alderlake */ .cores_num = 4, .init_core_mask = 1, .host_managed_cores_mask = BIT(0), |