mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-06 01:40:18 -05:00
kill autoload stuff as planned
This commit is contained in:
parent
43762ed620
commit
29c7a28817
45 changed files with 166 additions and 944 deletions
|
|
@ -112,7 +112,7 @@ pa_source_output* pa_source_output_new(
|
|||
pa_return_null_if_fail(!data->driver || pa_utf8_valid(data->driver));
|
||||
|
||||
if (!data->source)
|
||||
data->source = pa_namereg_get(core, NULL, PA_NAMEREG_SOURCE, TRUE);
|
||||
data->source = pa_namereg_get(core, NULL, PA_NAMEREG_SOURCE);
|
||||
|
||||
pa_return_null_if_fail(data->source);
|
||||
pa_return_null_if_fail(pa_source_get_state(data->source) != PA_SOURCE_UNLINKED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue