Comment 12 for bug 933825

Revision history for this message
David Henningsson (diwic) wrote :

Thanks! I've been able to spot two different problems in the log:

D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output-headphones' as it is a subset of 'analog-output-speaker'.

1) If the jacks have different state.plugged / state.unplugged that should be enough not for one path to be a subset of another

2) When the paths are removed due to subset elimination, the jack seems not to be removed correctly, but still showing up later causing the PulseAudio to crash.

Both of these needs fixing.