mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
module-alsa-card: Add debug logging if availability group was pruned
This commit is contained in:
parent
89a53e1b71
commit
329bfe8f20
1 changed files with 2 additions and 0 deletions
|
|
@ -701,6 +701,8 @@ static void prune_singleton_availability_groups(pa_hashmap *ports) {
|
|||
|
||||
PA_HASHMAP_FOREACH(p, ports, state) {
|
||||
if (p->availability_group && !pa_hashmap_get(group_counts, p->availability_group)) {
|
||||
pa_log_debug("Pruned singleton availability group %s from port %s", p->availability_group, p->name);
|
||||
|
||||
pa_xfree(p->availability_group);
|
||||
p->availability_group = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue