]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Apr 2021 11:27:03 +0000 (13:27 +0200)
committerKelsey Skunberg <kelsey.skunberg@canonical.com>
Mon, 24 May 2021 23:46:15 +0000 (17:46 -0600)
commitcea49f710379c32bf73ef77ba3215e90b59379fa
tree6e24ee4a401edf3f888c3f0fc13b1778ff07c972
parenta8d6361d642f6f53587c6e5a7871b49cbfca8fc4
ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices

BugLink: https://bugs.launchpad.net/bugs/1929455
commit defce244b01ee12534910a4544e11be5eb927d25 upstream.

The quirk entry for Uniwill ECS M31EI is with the PCI SSID device 0,
which means matching with all.  That is, it's essentially equivalent
with SND_PCI_QUIRK_VENDOR(0x1584), which also matches with the
previous entry for Haier W18 applying the very same quirk.

Let's unify them with the single vendor-quirk entry.

Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210428112704.23967-13-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
sound/pci/hda/patch_realtek.c