Hello, I'm sorry I'm bringing this up again but I didn't use my hackintosh for a while and saw something which is not ok. The audio output swithching stops working after sleep. For exemple if I'm on laptop audio put the laptop to sleep and wake it if I plug in the headphone jack it doesn't get recognised OR if I'm on a hedaphone jack and put it to sleep and wake it, after sleep if I unplug the jack the output stays on "headphone port" and doesn't switch to computer audio. if I reload audio kernel with the following command it starts working as it should
sudo kextunload /System/Library/Extensions/AppleHDA.kext
sudo kextload /System/Library/Extensions/AppleHDA.kext
sudo pkill coreaudiod
is there a way to solve this.