Re: Headphone recognition broken in ALSA/Pulsaudio since last sound related updates
Reply #4 –
I had similar problems with a pulseaudio update around then. Previously I could switch between headphones/speakers using qasmixer and a hack to stop pulseaudio being dumb. After the update the hack to stop pulse being dumb stopped working. I'm afraid my only working solution is to remove all autodetection from /etc/pulse/default.pa and simply set it to be a "plugin" to jack. Then use jack as the real audio backend.
In default.pa:
load-module module-jack-sink
load-module module-jack-source
This way pulse has no control at all of my audio hardware