FreeBSD Bugzilla – Attachment 257403 Details for
Bug 207996
RealTek ALC898 recognized as RealTek ALC899
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
alc898 patch
alc898.diff (text/plain), 1.18 KB, created by
Christos Margiolis
on 2025-02-11 10:20:06 UTC
(
hide
)
Description:
alc898 patch
Filename:
MIME Type:
Creator:
Christos Margiolis
Created:
2025-02-11 10:20:06 UTC
Size:
1.18 KB
patch
obsolete
>diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h >index f0e72f091a85..40b697b05e78 100644 >--- a/sys/dev/sound/pci/hda/hdac.h >+++ b/sys/dev/sound/pci/hda/hdac.h >@@ -608,6 +608,7 @@ > #define HDA_CODEC_ALC889 HDA_CODEC_CONSTRUCT(REALTEK, 0x0889) > #define HDA_CODEC_ALC892 HDA_CODEC_CONSTRUCT(REALTEK, 0x0892) > #define HDA_CODEC_ALC897 HDA_CODEC_CONSTRUCT(REALTEK, 0x0897) >+#define HDA_CODEC_ALC898 HDA_CODEC_CONSTRUCT(REALTEK, 0x0898) > #define HDA_CODEC_ALC899 HDA_CODEC_CONSTRUCT(REALTEK, 0x0899) > #define HDA_CODEC_ALC1150 HDA_CODEC_CONSTRUCT(REALTEK, 0x0900) > #define HDA_CODEC_ALCS1200A HDA_CODEC_CONSTRUCT(REALTEK, 0x0b00) >diff --git a/sys/dev/sound/pci/hda/hdacc.c b/sys/dev/sound/pci/hda/hdacc.c >index 76aeaec757a5..b4321a5bf998 100644 >--- a/sys/dev/sound/pci/hda/hdacc.c >+++ b/sys/dev/sound/pci/hda/hdacc.c >@@ -147,6 +147,7 @@ static const struct { > { HDA_CODEC_ALC889, 0, "Realtek ALC889" }, > { HDA_CODEC_ALC892, 0, "Realtek ALC892" }, > { HDA_CODEC_ALC897, 0, "Realtek ALC897" }, >+ { HDA_CODEC_ALC898, 0, "Realtek ALC898" }, > { HDA_CODEC_ALC899, 0, "Realtek ALC899" }, > { HDA_CODEC_ALC1150, 0, "Realtek ALC1150" }, > { HDA_CODEC_ALCS1200A, 0, "Realtek ALCS1200A" },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207996
:
168182
| 257403