mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
show active profile
This commit is contained in:
parent
a65c2c7336
commit
86f3fb8b12
1 changed files with 4 additions and 0 deletions
|
|
@ -426,6 +426,10 @@ static void get_card_info_callback(pa_context *c, const pa_card_info *i, int is_
|
||||||
printf("\t\t%s: %s\n", p->name, p->description);
|
printf("\t\t%s: %s\n", p->name, p->description);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (i->active_profile)
|
||||||
|
printf(_("\tActive Profile: %s\n"),
|
||||||
|
i->active_profile->name);
|
||||||
|
|
||||||
pa_xfree(pl);
|
pa_xfree(pl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue