]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/realtek: Remove (revert) duplicate Ally X config
authorAntheas Kapenekakis <lkml@antheas.dev>
Thu, 27 Feb 2025 17:51:06 +0000 (18:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 28 Feb 2025 09:42:32 +0000 (10:42 +0100)
commit3414cda9d41f41703832d0abd01063dd8de82b89
treeb1ac66a9214d077e207d24c9e9e3717371f9f321
parentfe1544deda605f6100cbff1d5aeb179c3aa1515c
ALSA: hda/realtek: Remove (revert) duplicate Ally X config

In commit 1e9c708dc3ae ("ALSA: hda/tas2781: Add new quirk for Lenovo,
ASUS, Dell projects") Baojun adds a bunch of projects to the file,
including for the Ally X. Turns out the initial Ally X was not sorted
properly, so the kernel had 2 quirks for it.

The previous quirk overrode the new one due to being earlier and they
are different. When AB testing, the normal pin fixup seems to work ok
but causes a bit of a minor popping. Given the other config is more
complicated and may cause undefined behavior, revert it.

Fixes: 1e9c708dc3ae ("ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects")
Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
Link: https://patch.msgid.link/20250227175107.33432-2-lkml@antheas.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c