mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
merge r2182 from prepare-0.9.10
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2198 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
25f950710e
commit
1be481f481
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ static void get_autoload_info_callback(pa_context *c, const pa_autoload_info *i,
|
||||||
i->name,
|
i->name,
|
||||||
i->type == PA_AUTOLOAD_SINK ? "sink" : "source",
|
i->type == PA_AUTOLOAD_SINK ? "sink" : "source",
|
||||||
i->module,
|
i->module,
|
||||||
i->argument);
|
i->argument ? i->argument : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void simple_callback(pa_context *c, int success, void *userdata) {
|
static void simple_callback(pa_context *c, int success, void *userdata) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue