Skip to content

Commit d2d1c86

Browse files
ujfalusibardliao
authored andcommitted
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>
1 parent eebeff9 commit d2d1c86

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/hda/core/intel-dsp-config.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,14 @@ static const struct config_entry config_table[] = {
593593

594594
#endif
595595

596+
/* Nova Lake */
597+
#if IS_ENABLED(CONFIG_SND_SOC_SOF_NOVALAKE)
598+
{
599+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
600+
.device = PCI_DEVICE_ID_INTEL_HDA_NVL_S,
601+
},
602+
#endif
603+
596604
};
597605

598606
static const struct config_entry *snd_intel_dsp_find_config

0 commit comments

Comments
 (0)