mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Revert "card: Support adding ports dynamically"
This reverts commita9c3f2fb0f. It has been recently agreed that ports should somehow have some physical meaning, leading to the port merge in module-bluetooth-device. With this assumption in mind, it is very unlikely that a card would add or remove ports dynamically. Therefore, the core can be simplified by removing the support for this. The revert affects the code added to module-card-restore in commita1a0ad1af2, which can now be partially removed. Conflicts: src/pulsecore/card.c src/pulsecore/core.h
This commit is contained in:
parent
e2cb872120
commit
3d65e9c49e
4 changed files with 0 additions and 64 deletions
|
|
@ -116,7 +116,6 @@ typedef enum pa_core_hook {
|
|||
PA_CORE_HOOK_CARD_PROFILE_ADDED,
|
||||
PA_CORE_HOOK_CARD_PROFILE_AVAILABLE_CHANGED,
|
||||
PA_CORE_HOOK_PORT_AVAILABLE_CHANGED,
|
||||
PA_CORE_HOOK_PORT_ADDED,
|
||||
PA_CORE_HOOK_PORT_LATENCY_OFFSET_CHANGED,
|
||||
PA_CORE_HOOK_MAX
|
||||
} pa_core_hook_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue