]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek: cs35l41: Fix device ID / model name
authorJean-Loïc Charroud <lagiraudiere+linux@free.fr>
Tue, 13 Feb 2024 23:42:12 +0000 (00:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Feb 2024 09:14:52 +0000 (10:14 +0100)
commitb91050448897663b60b6d15525c8c3ecae28a368
treedc59112cccd58b6018268528a6a6d2f46ac65b66
parent706c1fa1ab09f11a131fc4d699ce4c0224b1cb2d
ALSA: hda/realtek: cs35l41: Fix device ID / model name

The patch 51d976079976c800ef19ed1b542602fcf63f0edb ("ALSA: hda/realtek:
Add quirks for ASUS Zenbook 2022 Models") modified the entry 1043:1e2e
from "ASUS UM3402" to "ASUS UM6702RA/RC" and added another entry for
"ASUS UM3402" with 104e:1ee2.
The first entry was correct, while the new one corresponds to model
"ASUS UM6702RA/RC"
Fix the model names for both devices.

Fixes: 51d976079976 ("ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models")
Signed-off-by: Jean-Loïc Charroud <lagiraudiere+linux@free.fr>
Link: https://lore.kernel.org/r/1656546983.650349575.1707867732866.JavaMail.zimbra@free.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c