diff options
| author | Peter Ujfalusi <peter.ujfalusi@linux.intel.com> | 2025-11-04 14:16:49 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-11-17 12:04:29 +0100 |
| commit | eece72a0d4093e17ae71ad739fe0cdb56bb9ba98 (patch) | |
| tree | 8a6c833e05d809041b8707ef82b7ec2339a4d903 | |
| parent | d3df422f66e8a67e93e8a5f275a8a52a8a4b6b4f (diff) | |
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
| -rw-r--r-- | sound/hda/core/intel-dsp-config.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/hda/core/intel-dsp-config.c b/sound/hda/core/intel-dsp-config.c index 2a9e35cddcf7..c401c0658421 100644 --- a/sound/hda/core/intel-dsp-config.c +++ b/sound/hda/core/intel-dsp-config.c @@ -578,6 +578,14 @@ static const struct config_entry config_table[] = { #endif + /* Nova Lake */ +#if IS_ENABLED(CONFIG_SND_SOC_SOF_NOVALAKE) + { + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, + .device = PCI_DEVICE_ID_INTEL_HDA_NVL_S, + }, +#endif + }; static const struct config_entry *snd_intel_dsp_find_config |
