summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/native-common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-20 03:25:29 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-20 03:25:29 +0100
commita65c2c73369e6b2ce9350dfb542f5d529de38334 (patch)
tree60878e16a88f63b9acaf7827c77049484f396655 /src/pulsecore/native-common.h
parent85bc5eb39aa19d0b6fab26d388415a3c066043f0 (diff)
add client API for querying card information
Diffstat (limited to 'src/pulsecore/native-common.h')
-rw-r--r--src/pulsecore/native-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pulsecore/native-common.h b/src/pulsecore/native-common.h
index 11643a72..b31a5da1 100644
--- a/src/pulsecore/native-common.h
+++ b/src/pulsecore/native-common.h
@@ -152,6 +152,11 @@ enum {
/* Supported since protocol v14 (0.9.12) */
PA_COMMAND_EXTENSION,
+ /* Supported since protocol v15 (0.9.15*/
+ PA_COMMAND_GET_CARD_INFO,
+ PA_COMMAND_GET_CARD_INFO_LIST,
+ PA_COMMAND_SET_CARD_PROFILE,
+
PA_COMMAND_MAX
};