Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: hda: core: intel-dsp-config: Add support for NVL-S

Same recipes as PTL for NVL-S from the Nova Lake family.

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20251104121650.21872-7-peter.ujfalusi@linux.intel.com

authored by

Peter Ujfalusi and committed by
Takashi Iwai
eece72a0 d3df422f

+8
+8
sound/hda/core/intel-dsp-config.c
··· 578 578 579 579 #endif 580 580 581 + /* Nova Lake */ 582 + #if IS_ENABLED(CONFIG_SND_SOC_SOF_NOVALAKE) 583 + { 584 + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, 585 + .device = PCI_DEVICE_ID_INTEL_HDA_NVL_S, 586 + }, 587 + #endif 588 + 581 589 }; 582 590 583 591 static const struct config_entry *snd_intel_dsp_find_config