]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
Revert "UBUNTU: SAUCE: ALSA: hda: Add Cometlake-S PCI ID"
authorConnor Kuehl <connor.kuehl@canonical.com>
Fri, 13 Dec 2019 17:16:50 +0000 (09:16 -0800)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:23:17 +0000 (14:23 -0300)
BugLink: https://bugs.launchpad.net/bugs/1856334
This reverts commit b433889b3807de97dafee2b62dbdb917a6819ea1 in favor of
the upstream stable version.

Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
sound/pci/hda/hda_intel.c

index 4d7ee062700948c580dafa5842cbbd3d1dd1c500..5e382313d42a9c03da02b5de1b024f7a7a514875 100644 (file)
@@ -2434,9 +2434,6 @@ 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},