core: Add SRBCHANNEL command names for debug

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
Peter Meerwald 2014-06-17 00:20:54 +02:00
parent f79b1bc3d9
commit 9ae5a03a32

View file

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