-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AppleALC][Feature Request] Ability to send alc wake verb data from custom SSDT #1794
Comments
Check alc-verb, acidanthera/AppleALC#614. AFAIK, ALC298 needs user-space verb commands, so a verb client is necessary. |
@stevezhengshiqi hi Thanks! |
Even CodeCommander needs ALCPlugFix as a client to send hda commands on certain codecs, see RehabMan/EAPD-Codec-Commander#19. Solely kernel level cant completely drive certain codecs, and that’s the reason alc-verb is provided. It’s a known issue discussed in #730 |
Couldn't you add those verbs to the ConfigWake section of the pin config? I thought that was what it was used for. |
Sorry but not sure how to do configwake data |
Hi
In AppleALC, is it possible to add the ability to send codec command verb through a custom SSDT just like it is done in codec-commander ?
example here : https://bitbucket.org/RehabMan/os-x-eapd-codec-commander/src/master/SSDT-ALC298.dsl
Adding this feature will make it much easier to send wake verbs. Without needing to install ALCPlugFix along with its ALCVerbs.plist in system.
Thanks
The text was updated successfully, but these errors were encountered: