Skip to content

alsa-ucm: Log about the correct path value when probing volumes

I'm getting one of these log messages on my chromebook, with its upstream UCM (the warning is correct, sound stuff on this chromebook is weird).

W: [pulseaudio] alsa-ucm.c: Path Speakers is not a volume control

But while working on multiple profiles I get a segmentation fault here when switching to profiles that have that speaker device. After changing data->path->name to path->name I don't get a segfault, and the warning message is still the same. Looks to me like it was printing the wrong thing which coincidentally has the right value.

Merge request reports