mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
card: Support adding profiles dynamically
Some cards might need to add profiles during their lifetime, that is, after the card has been created.
This commit is contained in:
parent
dd31d65217
commit
3c9b42d2bc
3 changed files with 15 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ typedef enum pa_core_hook {
|
|||
PA_CORE_HOOK_CARD_PUT,
|
||||
PA_CORE_HOOK_CARD_UNLINK,
|
||||
PA_CORE_HOOK_CARD_PROFILE_CHANGED,
|
||||
PA_CORE_HOOK_CARD_PROFILE_ADDED,
|
||||
PA_CORE_HOOK_PORT_AVAILABLE_CHANGED,
|
||||
PA_CORE_HOOK_MAX
|
||||
} pa_core_hook_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue