You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is provided to us by AppleHDA, so it is not open-source. We are not sure either, perhaps there is a difference in argument format or Apple implementation is more limited. As long as you have a workaround, this will probably be it.
Since 61e2bbf is applied to AppleALC, we could send hda-verb command through AppleALC by adding
alcverbs=1
.But there has a weird problem, my computer using ALC255 and I use the
layout-id
66, then everything work except the headset micphone.The I find a patch in patch_realtek.c#L5026 which can make micphone work with VerbStunb.kext something like CodecCommander.
Use
hda-verb
execute the patch I mention above.0x500
isSET_COEF_INDEX
0x400
isSET_PROC_COEF
But I can not use
alc-verb
to execute above patch, It only work by remove the verb00
like this:I try to read the AppleALC source code, but stop at kern_alc.cpp#L332:22
Don't know how AppleALC execute verb command, and why the problems arise.
The text was updated successfully, but these errors were encountered: