[linux-6.6.y] ALSA: HDA: Add Centaur HDMI Controller and Codec support#1706
Conversation
zhaoxin inclusion category: feature -------------------- Add newer Centaur HD Audio PCI IDs, and HDMI codec vendor IDs. Signed-off-by: LeoLiu-oc <leoliu-oc@zhaoxin.com>
|
Hi @leoliu-oc. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Reviewer's GuideAdds support for newer Zhaoxin/Centaur HDMI HDA controllers and codecs by extending VIA PCI device IDs with appropriate driver flags and registering additional HDMI/DP codec IDs mapped to the existing generic/gf HDMI patch handlers. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull request overview
Adds PCI and codec IDs for newer Centaur/Zhaoxin HDMI HDA controllers and codecs so they are handled by the existing Zhaoxin/generic HDMI paths.
Changes:
- Register five new VIA PCI IDs (0x9141, 0x9142, 0x9144, 0x9145, 0x9146) as
AZX_DRIVER_ZHAOXINHDMIwithPOSFIX_LPIB | NO_MSI | NO_64BITcapabilities. - Add HDA codec entries for VID 0x1106 variants of ZX-100S, KX-5000, KX-6000, KX-6000G, and KX-7000 routed through
patch_gf_hdmi.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sound/pci/hda/hda_intel.c | New VIA PCI device IDs mapped to the Zhaoxin HDMI driver with appropriate DCAPS flags. |
| sound/pci/hda/patch_hdmi.c | New HDA codec ID entries (0x11069f86–0x11069f90) routed through patch_gf_hdmi. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: opsiff The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
zhaoxin inclusion
category: feature
Add newer Centaur HD Audio PCI IDs, and HDMI codec vendor IDs.
Summary by Sourcery
Add support for newer Centaur/Zhaoxin HDMI HDA controllers and codecs in the ALSA HDA subsystem.
New Features: