summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangdicheng <wangdicheng@kylinos.cn>2025-06-19 15:17:45 +0800
committerTakashi Iwai <tiwai@suse.de>2025-06-20 10:03:31 +0200
commitbb0d147c9cf4a11cdc34321e276eb914648b0326 (patch)
tree8d96439de3fd6e5b050abca31898a264d6ed0e65
parent7f4c540e0859e2025675d2c5c5c6ab88eaf817e2 (diff)
ALSA: hda/realtek: Fixup ft alc257 rename alc3328
Audio ALC3328 recognized as ALC257, updated PCI ID 0x10EC12F0 to rename it to 3328. Signed-off-by: wangdicheng <wangdicheng@kylinos.cn> Link: https://patch.msgid.link/20250619071745.149299-1-wangdich9700@163.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 84a68c7d65b7..cfcc204264aa 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1088,6 +1088,7 @@ static const struct alc_codec_rename_pci_table rename_pci_tbl[] = {
{ 0x10ec0668, 0x103c, 0, "ALC3662" },
{ 0x10ec0283, 0x17aa, 0, "ALC3239" },
{ 0x10ec0292, 0x17aa, 0, "ALC3232" },
+ { 0x10ec0257, 0x12f0, 0, "ALC3328" },
{ } /* terminator */
};