summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2014-06-17 00:20:54 +0200
committerPeter Meerwald <pmeerw@pmeerw.net>2014-07-02 10:21:17 +0200
commit9ae5a03a32039718435202debe89181a13ea603f (patch)
tree255df4ee6a0db7eef940073e75e388d287ba00d5
parentf79b1bc3d9db1289fba4e8caadce4f4969dcaab3 (diff)
core: Add SRBCHANNEL command names for debug
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
-rw-r--r--src/pulsecore/pdispatch.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pulsecore/pdispatch.c b/src/pulsecore/pdispatch.c
index 483ce6be8..bbf6de81a 100644
--- a/src/pulsecore/pdispatch.c
+++ b/src/pulsecore/pdispatch.c
@@ -192,6 +192,11 @@ static const char *command_names[PA_COMMAND_MAX] = {
/* Supported since protocol v27 (3.0) */
[PA_COMMAND_SET_PORT_LATENCY_OFFSET] = "SET_PORT_LATENCY_OFFSET",
+
+ /* Supported since protocol v30 (6.0) */
+ /* BOTH DIRECTIONS */
+ [PA_COMMAND_ENABLE_SRBCHANNEL] = "ENABLE_SRBCHANNEL",
+ [PA_COMMAND_DISABLE_SRBCHANNEL] = "DISABLE_SRBCHANNEL",
};
#endif