https://bugs.freedesktop.org/show_bug.cgi?id=69676
David Henningsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #10 from David Henningsson <[email protected]> --- Thanks. I now saw the end of the backtrace, giving us a hint: (gdb) p jack->path->name $5 = 0x6f4740 "analog-output" Analog output is removed (because analog-output-lineout is there), but it seems its jacks are somehow lingering around anyway. Giving this a thought, I think the best thing to do is to remove that path a little more at the end of function "pa_alsa_profile_set_probe" where we also drop unsupported paths. This path is supported, but it's superfluous so it's dropped from the path set but not from the profile set. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
