diff mbox series

[SRU,B/D/OEM-OSP1-B/E/unstable,1/1] UBUNTU: SAUCE: ALSA: hda: Add Cometlake-S PCI ID

Message ID 20191111123550.9477-2-hui.wang@canonical.com
State New
Headers show
Series [SRU,B/D/OEM-OSP1-B/E/unstable,1/1] UBUNTU: SAUCE: ALSA: hda: Add Cometlake-S PCI ID | expand

Commit Message

Hui Wang Nov. 11, 2019, 12:35 p.m. UTC
From: "Chiou, Cooper" <cooper.chiou@intel.com>

BugLink: https://bugs.launchpad.net/bugs/1852070

Add HD Audio Device PCI ID for the Intel Cometlake-S platform

Signed-off-by: Chiou, Cooper <cooper.chiou@intel.com>
Link: https://lore.kernel.org/r/20191108071349.12840-1-cooper.chiou@intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
(cherry picked from commit b73a58549ea37a44434c7afab3c7ad9af210cfd9
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git)
Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefan Bader Nov. 12, 2019, 2:53 p.m. UTC | #1
On 11.11.19 13:35, Hui Wang wrote:
> From: "Chiou, Cooper" <cooper.chiou@intel.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1852070
> 
> Add HD Audio Device PCI ID for the Intel Cometlake-S platform
> 
> Signed-off-by: Chiou, Cooper <cooper.chiou@intel.com>
> Link: https://lore.kernel.org/r/20191108071349.12840-1-cooper.chiou@intel.com
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> (cherry picked from commit b73a58549ea37a44434c7afab3c7ad9af210cfd9
> git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git)
> Signed-off-by: Hui Wang <hui.wang@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
> ---

Fixed up the bug report to have the right tasks.

>  sound/pci/hda/hda_intel.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 783f9a9c40ec..8fca092d1edf 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2428,6 +2428,9 @@ static const struct pci_device_id azx_ids[] = {
>  	/* CometLake-H */
>  	{ PCI_DEVICE(0x8086, 0x06C8),
>  	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
> +	/* CometLake-S */
> +	{ PCI_DEVICE(0x8086, 0xa3f0),
> +	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
>  	/* Icelake */
>  	{ PCI_DEVICE(0x8086, 0x34c8),
>  	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
>
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 783f9a9c40ec..8fca092d1edf 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2428,6 +2428,9 @@  static const struct pci_device_id azx_ids[] = {
 	/* CometLake-H */
 	{ PCI_DEVICE(0x8086, 0x06C8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	/* CometLake-S */
+	{ PCI_DEVICE(0x8086, 0xa3f0),
+	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
 	/* Icelake */
 	{ PCI_DEVICE(0x8086, 0x34c8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},