Skip to content
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

Closed
naveenkrdy opened this issue Sep 17, 2021 · 5 comments

Comments

@naveenkrdy
Copy link

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

@naveenkrdy naveenkrdy changed the title [AppleALC][Feature Request] Ability to send wake verb data from custom SSDT [AppleALC][Feature Request] Ability to send alc wake verb data from custom SSDT Sep 17, 2021
@stevezhengshiqi
Copy link

stevezhengshiqi commented Sep 17, 2021

Check alc-verb, acidanthera/AppleALC#614. AFAIK, ALC298 needs user-space verb commands, so a verb client is necessary.

@naveenkrdy
Copy link
Author

naveenkrdy commented Sep 17, 2021

@stevezhengshiqi hi
i know about that but can that be in someway integrated into applealc directly instead, so that appleALC can read verb commands from a custom SSDT like it was done in codec-commander ?

Thanks!

@stevezhengshiqi
Copy link

stevezhengshiqi commented Sep 17, 2021

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

@1Revenger1
Copy link

Couldn't you add those verbs to the ConfigWake section of the pin config? I thought that was what it was used for.

@naveenkrdy
Copy link
Author

Sorry but not sure how to do configwake data
Any guides on this and also on how to create custom applealc layout id ?
tried searching online but couldnt find anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants