On Tue, Mar 28, 2023 at 12:20:55AM +0300, Marian Postevca wrote: > Mark Brown writes: > > Surely if nothing else a good first step would be to have the > > CODEC driver do whatever disabling the jack does on suspend > > without needing the machine driver to bodge things? > I would go for properly analyzing what is going on and try to correctly fix it, > but it's going to take some time for me to do it. During this time > people with these laptops will not have working sound. Wouldn't it make Did you try my suggestion of having the CODEC driver do whatever is triggered by disabling the jack on suspend? That should just be simple code motion shouldn't it, not something that requires extensive investigation? > more sense to first deliver a working solution(even though it's not > perfect) than to make them wait? Also this workaround is already present > in the kernel, so it's not that critical that another driver uses it. On the other hand if we're getting the same bodge done repeatedly in a lot of machines that suggests it's something we should stop spreading... There was also the issue with automatically muting the speaker when headphones are inserted which will affect UCM files.