diff options
| author | Peter Ujfalusi <peter.ujfalusi@linux.intel.com> | 2025-11-04 14:16:48 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-11-17 12:04:29 +0100 |
| commit | d3df422f66e8a67e93e8a5f275a8a52a8a4b6b4f (patch) | |
| tree | c7474044e016f789351fc4728e7a200ea06d661c /sound/soc/sof/intel/Makefile | |
| parent | 41566e3de40616375e8dfe5455344558b79f9354 (diff) | |
| download | lwn-d3df422f66e8a67e93e8a5f275a8a52a8a4b6b4f.tar.gz lwn-d3df422f66e8a67e93e8a5f275a8a52a8a4b6b4f.zip | |
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
Diffstat (limited to 'sound/soc/sof/intel/Makefile')
| -rw-r--r-- | sound/soc/sof/intel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/Makefile b/sound/soc/sof/intel/Makefile index aab803a495b1..cc9783e933f8 100644 --- a/sound/soc/sof/intel/Makefile +++ b/sound/soc/sof/intel/Makefile @@ -39,6 +39,7 @@ snd-sof-pci-intel-tgl-y := pci-tgl.o tgl.o snd-sof-pci-intel-mtl-y := pci-mtl.o mtl.o snd-sof-pci-intel-lnl-y := pci-lnl.o lnl.o snd-sof-pci-intel-ptl-y := pci-ptl.o ptl.o +snd-sof-pci-intel-nvl-y := pci-nvl.o nvl.o obj-$(CONFIG_SND_SOC_SOF_MERRIFIELD) += snd-sof-pci-intel-tng.o obj-$(CONFIG_SND_SOC_SOF_INTEL_SKL) += snd-sof-pci-intel-skl.o @@ -49,3 +50,4 @@ obj-$(CONFIG_SND_SOC_SOF_INTEL_TGL) += snd-sof-pci-intel-tgl.o obj-$(CONFIG_SND_SOC_SOF_INTEL_MTL) += snd-sof-pci-intel-mtl.o obj-$(CONFIG_SND_SOC_SOF_INTEL_LNL) += snd-sof-pci-intel-lnl.o obj-$(CONFIG_SND_SOC_SOF_INTEL_PTL) += snd-sof-pci-intel-ptl.o +obj-$(CONFIG_SND_SOC_SOF_INTEL_NVL) += snd-sof-pci-intel-nvl.o |
