forked from acidanthera/AppleALC
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A "safer" workround for AMD ZEN Microphone
Previously the workround is to disable DMA Position Buffer Enable bit completely, which can be dangerous. This new patch just skips that bit check in getAudioStreamLinkPositionInDMABuffer method, which can be "safer".
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b071754
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
any plans and/or any chance to upstream these changes so that ie. Ryzen Laptops can profit from a working built-in microphone with vanilla AppleALC?
Thanks!
b071754
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I second @herrnst comment.
This patch enabled back mic-in port on my 5900X + B550I Aorus AX Pro build. It's rather noisy signal but it does work.
b071754
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Have you considered issuing a Pull Request to Acidanthera so this fix can become part of the standard AppleALC?
This fixes microphone input on my Gigabyte B550 Vision D.
b071754
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi guys,
I have just created the PR. Let just wait for Acidanthera's answer.
acidanthera#882
b071754
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks alot for this, very much appreciated!