mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
use single array for storing pa_core hook lists, add sink state changed hook, drop NO_HOOKS flags for sink inputs/source outputs, listen for resume events in module-suspend-on-idle.c
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1640 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a3cd8002b5
commit
50e014e7a9
11 changed files with 103 additions and 92 deletions
|
|
@ -42,8 +42,7 @@ typedef enum pa_source_output_state {
|
|||
} pa_source_output_state_t;
|
||||
|
||||
typedef enum pa_source_output_flags {
|
||||
PA_SOURCE_OUTPUT_NO_HOOKS = 1,
|
||||
PA_SOURCE_OUTPUT_VARIABLE_RATE = 2
|
||||
PA_SOURCE_OUTPUT_VARIABLE_RATE = 1
|
||||
} pa_source_output_flags_t;
|
||||
|
||||
struct pa_source_output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue