-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add Jack Sense and EAPD support to ALC230 layout 13 & 20 and add WakeConfigData to layout 13 #618
Conversation
Thanks @Ab2774, but I haven't been involved with this. Since I'm looking at it though, why did you change two layouts and how did you test them? Why did you also change the comments? Did you talk with the original layout author(s) yet? You should seek their approval, and also add more info about what you're changing and why you're changing it. |
Hi @fewtarius, I did test them on both my Lenovo laptops with ALC230 (Kaby Lake and Ice Lake), I changed the comments because not just Lenovo IdeaPad 320 laptops come with ALC230, I don't mind a review from @andreszerocross and @maiconjs, usually, in order to gain function of headphones after sleep ALCPlugFix should be installed, however, with this fix it no longer requires, but unfortunately, there are still some issues that I haven't been able to fix as using mic after sleep make audio disappears for few mins, Chrome doesn't support mic until one of the channels is disabled through Audio MIDI Setup, and finally mic input level in System Preferences. |
It sounds like you need to create a new layout and fix the issues specific to your codec implementation. PRs aren't usually used for help, use the forums for that. |
You shan't makes changes without coordination with the author of an original layout. |
Hi, I do not mind making a new layout(s) but should all the existing users move to the new layout(s) and never get the issues fixed in the original layout in the first place? |
@Andrey1970AppleLife I checked the changes and they look adequate, we did add similar codes for various other codecs in the past when |
Since this was reopened I thought I'd take a closer look at it, hope you don't mind.
This one may need to be adjusted, as you're enabling EAPD on the jack mic (node 19), but not on the headphone output (node 21). Might have better results if you remove 01970C02, and add 02170C02 at the end of node 21's configuration data.
This one looks ok. |
Hi @fewtarius, of course, I don't mind any improvements, if you can help with my other issues id really appreciate it if you're willing to, please continue on InsanelyMac as this not usually a please for discussion and help. |
All thank goes to @fewtarius