mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
store the default sink/source in proper pa_sink*/pa_source* pointers instead of a string
This commit is contained in:
parent
fc3ff11418
commit
a5401a50a6
11 changed files with 133 additions and 103 deletions
|
|
@ -32,6 +32,7 @@ typedef struct pa_source_output pa_source_output;
|
|||
#include <pulsecore/resampler.h>
|
||||
#include <pulsecore/module.h>
|
||||
#include <pulsecore/client.h>
|
||||
#include <pulsecore/sink-input.h>
|
||||
|
||||
typedef enum pa_source_output_state {
|
||||
PA_SOURCE_OUTPUT_INIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue