mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
don't show autoload flag anymore since it is obsolete
This commit is contained in:
parent
47a2b17d01
commit
edf88a5150
1 changed files with 2 additions and 4 deletions
|
|
@ -281,13 +281,11 @@ static void get_module_info_callback(pa_context *c, const pa_module_info *i, int
|
||||||
printf(_("*** Module #%u ***\n"
|
printf(_("*** Module #%u ***\n"
|
||||||
"Name: %s\n"
|
"Name: %s\n"
|
||||||
"Argument: %s\n"
|
"Argument: %s\n"
|
||||||
"Usage counter: %s\n"
|
"Usage counter: %s\n"),
|
||||||
"Auto unload: %s\n"),
|
|
||||||
i->index,
|
i->index,
|
||||||
i->name,
|
i->name,
|
||||||
i->argument ? i->argument : "",
|
i->argument ? i->argument : "",
|
||||||
i->n_used != PA_INVALID_INDEX ? t : _("n/a"),
|
i->n_used != PA_INVALID_INDEX ? t : _("n/a"));
|
||||||
pa_yes_no(i->auto_unload));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void get_client_info_callback(pa_context *c, const pa_client_info *i, int is_last, void *userdata) {
|
static void get_client_info_callback(pa_context *c, const pa_client_info *i, int is_last, void *userdata) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue