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:
Mikel Astiz 2012-10-23 16:41:55 +02:00 committed by Tanu Kaskinen
parent dd31d65217
commit 3c9b42d2bc
3 changed files with 15 additions and 0 deletions

View file

@ -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;