[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260120181354.GA1159968@bhelgaas>
Date: Tue, 20 Jan 2026 12:13:54 -0600
From: Bjorn Helgaas <helgaas@...nel.org>
To: Peter Ujfalusi <peter.ujfalusi@...ux.intel.com>
Cc: lgirdwood@...il.com, broonie@...nel.org, tiwai@...e.de,
bhelgaas@...gle.com, linux-sound@...r.kernel.org,
kai.vehmanen@...ux.intel.com, ranjani.sridharan@...ux.intel.com,
yung-chuan.liao@...ux.intel.com, pierre-louis.bossart@...ux.dev,
linux-kernel@...r.kernel.org, kw@...ux.com,
linux-pci@...r.kernel.org
Subject: Re: [PATCH 1/4] PCI: pci_ids: Add Intel Nova Lake audio Device ID
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@...ux.intel.com>
> Reviewed-by: Kai Vehmanen <kai.vehmanen@...ux.intel.com>
> Reviewed-by: Liam Girdwood <liam.r.girdwood@...el.com>
> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@...ux.intel.com>
"git log --oneline include/linux/pci_ids.h" says "pci_ids" in the
subject is unnecessary.
Acked-by: Bjorn Helgaas <bhelgaas@...gle.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
>
Powered by blists - more mailing lists