diff options
Diffstat (limited to 'src/pulsecore/native-common.h')
-rw-r--r-- | src/pulsecore/native-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/native-common.h b/src/pulsecore/native-common.h index f7a7da1d..d22c8d12 100644 --- a/src/pulsecore/native-common.h +++ b/src/pulsecore/native-common.h @@ -115,6 +115,8 @@ enum { PA_COMMAND_MOVE_SINK_INPUT, PA_COMMAND_MOVE_SOURCE_OUTPUT, + PA_COMMAND_SET_SINK_INPUT_MUTE, + PA_COMMAND_MAX }; |