mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
core: Add hooks for default sink and source changes
This commit is contained in:
parent
86fcc3f445
commit
88d6724493
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ typedef enum pa_core_hook {
|
|||
PA_CORE_HOOK_CARD_PROFILE_AVAILABLE_CHANGED,
|
||||
PA_CORE_HOOK_PORT_AVAILABLE_CHANGED,
|
||||
PA_CORE_HOOK_PORT_LATENCY_OFFSET_CHANGED,
|
||||
PA_CORE_HOOK_DEFAULT_SINK_CHANGED,
|
||||
PA_CORE_HOOK_DEFAULT_SOURCE_CHANGED,
|
||||
PA_CORE_HOOK_MAX
|
||||
} pa_core_hook_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue