ASoC: SOF: Intel: shim: add enum for ACE 2.0 IP used in LunarLake
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 15 May 2023 07:10:17 +0000 (15:10 +0800)
committerVinod Koul <vkoul@kernel.org>
Sat, 27 May 2023 10:36:44 +0000 (16:06 +0530)
Add the new enum needed for SoundWire IP selection. The LunarLake PCI
descriptors and DSP parts will be added at a later time.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230515071042.2038-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
sound/soc/sof/intel/shim.h

index 48428cc..207df48 100644 (file)
@@ -21,6 +21,7 @@ enum sof_intel_hw_ip_version {
        SOF_INTEL_CAVS_2_0,     /* IceLake, JasperLake */
        SOF_INTEL_CAVS_2_5,     /* TigerLake, AlderLake */
        SOF_INTEL_ACE_1_0,      /* MeteorLake */
+       SOF_INTEL_ACE_2_0,      /* LunarLake */
 };
 
 /*