ASoC: SOF: Intel: add initial support for NVL-S

Add support for Nova Lake S (NVL-S).

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20251104121650.21872-6-peter.ujfalusi@linux.intel.com
This commit is contained in:
Peter Ujfalusi
2025-11-04 14:16:48 +02:00
committed by Takashi Iwai
parent 41566e3de4
commit d3df422f66
8 changed files with 173 additions and 0 deletions

View File

@@ -300,6 +300,23 @@ config SND_SOC_SOF_PANTHERLAKE
Say Y if you have such a device.
If unsure select "N".
config SND_SOC_SOF_INTEL_NVL
tristate
select SND_SOC_SOF_HDA_COMMON
select SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
select SND_SOC_SOF_IPC4
select SND_SOC_SOF_INTEL_PTL
config SND_SOC_SOF_NOVALAKE
tristate "SOF support for Novalake"
default SND_SOC_SOF_PCI
select SND_SOC_SOF_INTEL_NVL
help
This adds support for Sound Open Firmware for Intel(R) platforms
using the Novalake processors.
Say Y if you have such a device.
If unsure select "N".
config SND_SOC_SOF_HDA_COMMON
tristate