summaryrefslogtreecommitdiff
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2013-03-07 11:32:24 +0100
committerTanu Kaskinen <tanuk@iki.fi>2013-03-27 08:43:02 +0200
commit3d65e9c49e1523567649464a102f127be6feb332 (patch)
tree2ccb43e336603f4d5be558afe3f69bc769dfb631 /src/pulsecore/core.h
parente2cb872120b86507f182d238fe983d5e83d3dfb4 (diff)
downloadpulseaudio-3d65e9c49e1523567649464a102f127be6feb332.tar.gz
Revert "card: Support adding ports dynamically"
This reverts commit a9c3f2fb0fc1a1ee0072aac6425ad7311a2a5888. 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 commit a1a0ad1af209e58c136ac1c884aa5d14672a7144, which can now be partially removed. Conflicts: src/pulsecore/card.c src/pulsecore/core.h
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 381897abd..533ba9e98 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -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;