snd_hda headphone autosensing

Here is the verbose output

http://pastebin.com/WeUxn7Z6

I've set
Code:
hint.hdac.1.cad0.nid17.config="as=0"
inside device.hints, but as you can see headphone node isn't listed in 0/1 associations.

And yeah, i want my speakers to go off and my headphones to play when i insert them in the jack.
 
Try instead:
Code:
hint.hdac.1.cad0.nid17.config="as=1 seq=15"
hint.hdac.1.cad0.nid20.config="as=2 seq=1"
 
Back
Top