* [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake
@ 2026-01-20 8:31 Peter Ujfalusi
2026-01-20 8:31 ` [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID Peter Ujfalusi
` (4 more replies)
0 siblings, 5 replies; 11+ messages in thread
From: Peter Ujfalusi @ 2026-01-20 8:31 UTC (permalink / raw)
To: lgirdwood, broonie, tiwai, bhelgaas
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, linux-kernel, kw, linux-pci
Hi,
this series adds audio support for the NVL variant of the
Nova Lake family.
NVL also based on ACE4 audio subsystem, but with higher clock
rate, more DSP memory and more DSP cores (4 vs 2) compared to
NVL-S.
Regards,
Peter
---
Peter Ujfalusi (4):
PCI: pci_ids: Add Intel Nova Lake audio Device ID
ASoC: SOF: Intel: add support for Nova Lake NVL
ALSA: hda: core: intel-dsp-config:: Add support for NVL
ALSA: hda: controllers: intel: add support for Nova Lake
include/linux/pci_ids.h | 1 +
sound/hda/controllers/intel.c | 1 +
sound/hda/core/intel-dsp-config.c | 4 ++++
sound/soc/sof/intel/hda.h | 1 +
sound/soc/sof/intel/nvl.c | 24 ++++++++++++++++++++++++
sound/soc/sof/intel/pci-nvl.c | 31 +++++++++++++++++++++++++++++++
6 files changed, 62 insertions(+)
--
2.52.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID
2026-01-20 8:31 [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake Peter Ujfalusi
@ 2026-01-20 8:31 ` Peter Ujfalusi
2026-01-20 18:13 ` Bjorn Helgaas
2026-01-20 8:31 ` [PATCH 2/4] ASoC: SOF: Intel: add support for Nova Lake NVL Peter Ujfalusi
` (3 subsequent siblings)
4 siblings, 1 reply; 11+ messages in thread
From: Peter Ujfalusi @ 2026-01-20 8:31 UTC (permalink / raw)
To: lgirdwood, broonie, tiwai, bhelgaas
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, linux-kernel, kw, linux-pci
Add Nova Lake (NVL) audio Device ID
The ID will be used by HDA legacy, SOF audio stack and the driver
to determine which audio stack should be used (intel-dsp-config).
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
---
include/linux/pci_ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 84b830036fb4..5ed7846639bf 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -3144,6 +3144,7 @@
#define PCI_DEVICE_ID_INTEL_HDA_CML_S 0xa3f0
#define PCI_DEVICE_ID_INTEL_HDA_LNL_P 0xa828
#define PCI_DEVICE_ID_INTEL_S21152BB 0xb152
+#define PCI_DEVICE_ID_INTEL_HDA_NVL 0xd328
#define PCI_DEVICE_ID_INTEL_HDA_BMG 0xe2f7
#define PCI_DEVICE_ID_INTEL_HDA_PTL_H 0xe328
#define PCI_DEVICE_ID_INTEL_HDA_PTL 0xe428
--
2.52.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/4] ASoC: SOF: Intel: add support for Nova Lake NVL
2026-01-20 8:31 [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake Peter Ujfalusi
2026-01-20 8:31 ` [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID Peter Ujfalusi
@ 2026-01-20 8:31 ` Peter Ujfalusi
2026-01-20 13:08 ` Mark Brown
2026-01-20 8:31 ` [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL Peter Ujfalusi
` (2 subsequent siblings)
4 siblings, 1 reply; 11+ messages in thread
From: Peter Ujfalusi @ 2026-01-20 8:31 UTC (permalink / raw)
To: lgirdwood, broonie, tiwai, bhelgaas
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, linux-kernel, kw, linux-pci
Add support for Nova Lake (NVL).
The core count for NVL is different compared to NVL-S (4 vs 2)
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
---
sound/soc/sof/intel/hda.h | 1 +
sound/soc/sof/intel/nvl.c | 24 ++++++++++++++++++++++++
sound/soc/sof/intel/pci-nvl.c | 31 +++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+)
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h
index 562fe8be79c1..3be39c229c9f 100644
--- a/sound/soc/sof/intel/hda.h
+++ b/sound/soc/sof/intel/hda.h
@@ -936,6 +936,7 @@ extern const struct sof_intel_dsp_desc arl_s_chip_info;
extern const struct sof_intel_dsp_desc lnl_chip_info;
extern const struct sof_intel_dsp_desc ptl_chip_info;
extern const struct sof_intel_dsp_desc wcl_chip_info;
+extern const struct sof_intel_dsp_desc nvl_chip_info;
extern const struct sof_intel_dsp_desc nvl_s_chip_info;
/* Probes support */
diff --git a/sound/soc/sof/intel/nvl.c b/sound/soc/sof/intel/nvl.c
index ff215151af2a..0d763998558f 100644
--- a/sound/soc/sof/intel/nvl.c
+++ b/sound/soc/sof/intel/nvl.c
@@ -26,6 +26,30 @@ int sof_nvl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops)
};
EXPORT_SYMBOL_NS(sof_nvl_set_ops, "SND_SOC_SOF_INTEL_NVL");
+const struct sof_intel_dsp_desc nvl_chip_info = {
+ .cores_num = 4,
+ .init_core_mask = BIT(0),
+ .host_managed_cores_mask = BIT(0),
+ .ipc_req = MTL_DSP_REG_HFIPCXIDR,
+ .ipc_req_mask = MTL_DSP_REG_HFIPCXIDR_BUSY,
+ .ipc_ack = MTL_DSP_REG_HFIPCXIDA,
+ .ipc_ack_mask = MTL_DSP_REG_HFIPCXIDA_DONE,
+ .ipc_ctl = MTL_DSP_REG_HFIPCXCTL,
+ .rom_status_reg = LNL_DSP_REG_HFDSC,
+ .rom_init_timeout = 300,
+ .ssp_count = MTL_SSP_COUNT,
+ .d0i3_offset = MTL_HDA_VS_D0I3C,
+ .read_sdw_lcount = hda_sdw_check_lcount_ext,
+ .check_sdw_irq = lnl_dsp_check_sdw_irq,
+ .check_sdw_wakeen_irq = lnl_sdw_check_wakeen_irq,
+ .sdw_process_wakeen = hda_sdw_process_wakeen_common,
+ .check_ipc_irq = mtl_dsp_check_ipc_irq,
+ .cl_init = mtl_dsp_cl_init,
+ .power_down_dsp = mtl_power_down_dsp,
+ .disable_interrupts = lnl_dsp_disable_interrupts,
+ .hw_ip_version = SOF_INTEL_ACE_4_0,
+};
+
const struct sof_intel_dsp_desc nvl_s_chip_info = {
.cores_num = 2,
.init_core_mask = BIT(0),
diff --git a/sound/soc/sof/intel/pci-nvl.c b/sound/soc/sof/intel/pci-nvl.c
index f75aa996a5bd..bb3c29ef5477 100644
--- a/sound/soc/sof/intel/pci-nvl.c
+++ b/sound/soc/sof/intel/pci-nvl.c
@@ -26,6 +26,36 @@ static int sof_nvl_ops_init(struct snd_sof_dev *sdev)
return sof_nvl_set_ops(sdev, &sof_nvl_ops);
}
+static const struct sof_dev_desc nvl_desc = {
+ .use_acpi_target_states = true,
+ .machines = snd_soc_acpi_intel_nvl_machines,
+ .alt_machines = snd_soc_acpi_intel_nvl_sdw_machines,
+ .resindex_lpe_base = 0,
+ .resindex_pcicfg_base = -1,
+ .resindex_imr_base = -1,
+ .irqindex_host_ipc = -1,
+ .chip_info = &nvl_chip_info,
+ .ipc_supported_mask = BIT(SOF_IPC_TYPE_4),
+ .ipc_default = SOF_IPC_TYPE_4,
+ .dspless_mode_supported = true,
+ .on_demand_dsp_boot = true,
+ .default_fw_path = {
+ [SOF_IPC_TYPE_4] = "intel/sof-ipc4/nvl",
+ },
+ .default_lib_path = {
+ [SOF_IPC_TYPE_4] = "intel/sof-ipc4-lib/nvl",
+ },
+ .default_tplg_path = {
+ [SOF_IPC_TYPE_4] = "intel/sof-ipc4-tplg",
+ },
+ .default_fw_filename = {
+ [SOF_IPC_TYPE_4] = "sof-nvl.ri",
+ },
+ .nocodec_tplg_filename = "sof-nvl-nocodec.tplg",
+ .ops = &sof_nvl_ops,
+ .ops_init = sof_nvl_ops_init,
+};
+
static const struct sof_dev_desc nvl_s_desc = {
.use_acpi_target_states = true,
.machines = snd_soc_acpi_intel_nvl_machines,
@@ -58,6 +88,7 @@ static const struct sof_dev_desc nvl_s_desc = {
/* PCI IDs */
static const struct pci_device_id sof_pci_ids[] = {
+ { PCI_DEVICE_DATA(INTEL, HDA_NVL, &nvl_desc) }, /* NVL */
{ PCI_DEVICE_DATA(INTEL, HDA_NVL_S, &nvl_s_desc) }, /* NVL-S */
{ 0, }
};
--
2.52.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL
2026-01-20 8:31 [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake Peter Ujfalusi
2026-01-20 8:31 ` [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID Peter Ujfalusi
2026-01-20 8:31 ` [PATCH 2/4] ASoC: SOF: Intel: add support for Nova Lake NVL Peter Ujfalusi
@ 2026-01-20 8:31 ` Peter Ujfalusi
2026-01-20 18:17 ` Bjorn Helgaas
2026-01-20 8:31 ` [PATCH 4/4] ALSA: hda: controllers: intel: add support for Nova Lake Peter Ujfalusi
2026-01-20 19:07 ` [PATCH 0/4] ASoC/SOF/PCI/Intel: Support " Takashi Iwai
4 siblings, 1 reply; 11+ messages in thread
From: Peter Ujfalusi @ 2026-01-20 8:31 UTC (permalink / raw)
To: lgirdwood, broonie, tiwai, bhelgaas
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, linux-kernel, kw, linux-pci
Add entry for NVL variant of Novalake family.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
---
sound/hda/core/intel-dsp-config.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sound/hda/core/intel-dsp-config.c b/sound/hda/core/intel-dsp-config.c
index ddb8db3e8e39..f0a44fd111f3 100644
--- a/sound/hda/core/intel-dsp-config.c
+++ b/sound/hda/core/intel-dsp-config.c
@@ -580,6 +580,10 @@ static const struct config_entry config_table[] = {
/* 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,
+ },
{
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
.device = PCI_DEVICE_ID_INTEL_HDA_NVL_S,
--
2.52.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/4] ALSA: hda: controllers: intel: add support for Nova Lake
2026-01-20 8:31 [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake Peter Ujfalusi
` (2 preceding siblings ...)
2026-01-20 8:31 ` [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL Peter Ujfalusi
@ 2026-01-20 8:31 ` Peter Ujfalusi
2026-01-20 19:07 ` [PATCH 0/4] ASoC/SOF/PCI/Intel: Support " Takashi Iwai
4 siblings, 0 replies; 11+ messages in thread
From: Peter Ujfalusi @ 2026-01-20 8:31 UTC (permalink / raw)
To: lgirdwood, broonie, tiwai, bhelgaas
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, linux-kernel, kw, linux-pci
Add NVL to the PCI-ID list.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
---
sound/hda/controllers/intel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/hda/controllers/intel.c b/sound/hda/controllers/intel.c
index bb9a64d41580..85324c7c796d 100644
--- a/sound/hda/controllers/intel.c
+++ b/sound/hda/controllers/intel.c
@@ -2551,6 +2551,7 @@ static const struct pci_device_id azx_ids[] = {
/* Wildcat Lake */
{ PCI_DEVICE_DATA(INTEL, HDA_WCL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
/* Nova Lake */
+ { PCI_DEVICE_DATA(INTEL, HDA_NVL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
{ PCI_DEVICE_DATA(INTEL, HDA_NVL_S, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
/* Apollolake (Broxton-P) */
{ PCI_DEVICE_DATA(INTEL, HDA_APL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON) },
--
2.52.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/4] ASoC: SOF: Intel: add support for Nova Lake NVL
2026-01-20 8:31 ` [PATCH 2/4] ASoC: SOF: Intel: add support for Nova Lake NVL Peter Ujfalusi
@ 2026-01-20 13:08 ` Mark Brown
0 siblings, 0 replies; 11+ messages in thread
From: Mark Brown @ 2026-01-20 13:08 UTC (permalink / raw)
To: Peter Ujfalusi
Cc: lgirdwood, tiwai, bhelgaas, linux-sound, kai.vehmanen,
ranjani.sridharan, yung-chuan.liao, pierre-louis.bossart,
linux-kernel, kw, linux-pci
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
On Tue, Jan 20, 2026 at 10:31:46AM +0200, Peter Ujfalusi wrote:
> Add support for Nova Lake (NVL).
> The core count for NVL is different compared to NVL-S (4 vs 2)
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID
2026-01-20 8:31 ` [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID Peter Ujfalusi
@ 2026-01-20 18:13 ` Bjorn Helgaas
0 siblings, 0 replies; 11+ messages in thread
From: Bjorn Helgaas @ 2026-01-20 18:13 UTC (permalink / raw)
To: Peter Ujfalusi
Cc: lgirdwood, broonie, tiwai, bhelgaas, linux-sound, kai.vehmanen,
ranjani.sridharan, yung-chuan.liao, pierre-louis.bossart,
linux-kernel, kw, linux-pci
On Tue, Jan 20, 2026 at 10:31:45AM +0200, Peter Ujfalusi wrote:
> Add Nova Lake (NVL) audio Device ID
>
> The ID will be used by HDA legacy, SOF audio stack and the driver
> to determine which audio stack should be used (intel-dsp-config).
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
"git log --oneline include/linux/pci_ids.h" says "pci_ids" in the
subject is unnecessary.
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> include/linux/pci_ids.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 84b830036fb4..5ed7846639bf 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -3144,6 +3144,7 @@
> #define PCI_DEVICE_ID_INTEL_HDA_CML_S 0xa3f0
> #define PCI_DEVICE_ID_INTEL_HDA_LNL_P 0xa828
> #define PCI_DEVICE_ID_INTEL_S21152BB 0xb152
> +#define PCI_DEVICE_ID_INTEL_HDA_NVL 0xd328
> #define PCI_DEVICE_ID_INTEL_HDA_BMG 0xe2f7
> #define PCI_DEVICE_ID_INTEL_HDA_PTL_H 0xe328
> #define PCI_DEVICE_ID_INTEL_HDA_PTL 0xe428
> --
> 2.52.0
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL
2026-01-20 8:31 ` [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL Peter Ujfalusi
@ 2026-01-20 18:17 ` Bjorn Helgaas
2026-01-20 19:26 ` Péter Ujfalusi
0 siblings, 1 reply; 11+ messages in thread
From: Bjorn Helgaas @ 2026-01-20 18:17 UTC (permalink / raw)
To: Peter Ujfalusi
Cc: lgirdwood, broonie, tiwai, bhelgaas, linux-sound, kai.vehmanen,
ranjani.sridharan, yung-chuan.liao, pierre-louis.bossart,
linux-kernel, kw, linux-pci
On Tue, Jan 20, 2026 at 10:31:47AM +0200, Peter Ujfalusi wrote:
> Add entry for NVL variant of Novalake family.
s/intel-dsp-config::/intel-dsp-config:/ in subject
The internet (and other patches in this series) seems to think
"Novalake" is spelled "Nova Lake".
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake
2026-01-20 8:31 [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake Peter Ujfalusi
` (3 preceding siblings ...)
2026-01-20 8:31 ` [PATCH 4/4] ALSA: hda: controllers: intel: add support for Nova Lake Peter Ujfalusi
@ 2026-01-20 19:07 ` Takashi Iwai
2026-01-20 19:31 ` Péter Ujfalusi
4 siblings, 1 reply; 11+ messages in thread
From: Takashi Iwai @ 2026-01-20 19:07 UTC (permalink / raw)
To: Peter Ujfalusi
Cc: lgirdwood, broonie, tiwai, bhelgaas, linux-sound, kai.vehmanen,
ranjani.sridharan, yung-chuan.liao, pierre-louis.bossart,
linux-kernel, kw, linux-pci
On Tue, 20 Jan 2026 09:31:44 +0100,
Peter Ujfalusi wrote:
>
> Hi,
>
> this series adds audio support for the NVL variant of the
> Nova Lake family.
> NVL also based on ACE4 audio subsystem, but with higher clock
> rate, more DSP memory and more DSP cores (4 vs 2) compared to
> NVL-S.
It looks like that the ASoC patch is based on the recent change that
isn't merged yet in my tree, so this series should go over ASoC tree
for now, supposedly.
Mark, could you take them (probably with minor corrections of subject
as Bjorn suggested in the thread)?
For HD-audio stuff:
Acked-by: Takashi Iwai <tiwai@suse.de>
thanks,
Takashi
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL
2026-01-20 18:17 ` Bjorn Helgaas
@ 2026-01-20 19:26 ` Péter Ujfalusi
0 siblings, 0 replies; 11+ messages in thread
From: Péter Ujfalusi @ 2026-01-20 19:26 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: lgirdwood, broonie, tiwai, bhelgaas, linux-sound, kai.vehmanen,
ranjani.sridharan, yung-chuan.liao, pierre-louis.bossart,
linux-kernel, kw, linux-pci
On 20/01/2026 20:17, Bjorn Helgaas wrote:
> On Tue, Jan 20, 2026 at 10:31:47AM +0200, Peter Ujfalusi wrote:
>> Add entry for NVL variant of Novalake family.
>
> s/intel-dsp-config::/intel-dsp-config:/ in subject
>
> The internet (and other patches in this series) seems to think
> "Novalake" is spelled "Nova Lake".
Yes, that is correct, thanks for noticing it!
--
Péter
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake
2026-01-20 19:07 ` [PATCH 0/4] ASoC/SOF/PCI/Intel: Support " Takashi Iwai
@ 2026-01-20 19:31 ` Péter Ujfalusi
0 siblings, 0 replies; 11+ messages in thread
From: Péter Ujfalusi @ 2026-01-20 19:31 UTC (permalink / raw)
To: Takashi Iwai
Cc: lgirdwood, broonie, bhelgaas, linux-sound, kai.vehmanen,
ranjani.sridharan, yung-chuan.liao, pierre-louis.bossart,
linux-kernel, kw, linux-pci
On 20/01/2026 21:07, Takashi Iwai wrote:
> On Tue, 20 Jan 2026 09:31:44 +0100,
> Peter Ujfalusi wrote:
>>
>> Hi,
>>
>> this series adds audio support for the NVL variant of the
>> Nova Lake family.
>> NVL also based on ACE4 audio subsystem, but with higher clock
>> rate, more DSP memory and more DSP cores (4 vs 2) compared to
>> NVL-S.
>
> It looks like that the ASoC patch is based on the recent change that
> isn't merged yet in my tree, so this series should go over ASoC tree
> for now, supposedly.
It must be the on_demand_dsp_boot support which is via ASoC tree.
> Mark, could you take them (probably with minor corrections of subject
> as Bjorn suggested in the thread)?
I will send the updated v2 with corrections and Acks
> For HD-audio stuff:
> Acked-by: Takashi Iwai <tiwai@suse.de>
Thank you.
>
> thanks,
>
> Takashi
--
Péter
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2026-01-20 19:30 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 8:31 [PATCH 0/4] ASoC/SOF/PCI/Intel: Support for Nova Lake Peter Ujfalusi
2026-01-20 8:31 ` [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID Peter Ujfalusi
2026-01-20 18:13 ` Bjorn Helgaas
2026-01-20 8:31 ` [PATCH 2/4] ASoC: SOF: Intel: add support for Nova Lake NVL Peter Ujfalusi
2026-01-20 13:08 ` Mark Brown
2026-01-20 8:31 ` [PATCH 3/4] ALSA: hda: core: intel-dsp-config:: Add support for NVL Peter Ujfalusi
2026-01-20 18:17 ` Bjorn Helgaas
2026-01-20 19:26 ` Péter Ujfalusi
2026-01-20 8:31 ` [PATCH 4/4] ALSA: hda: controllers: intel: add support for Nova Lake Peter Ujfalusi
2026-01-20 19:07 ` [PATCH 0/4] ASoC/SOF/PCI/Intel: Support " Takashi Iwai
2026-01-20 19:31 ` Péter Ujfalusi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox