summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-07-15 18:21:25 +0300
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2013-07-15 19:41:07 +0300
commitb98a2e158f2969b7af8522a5632f3848cf93dd85 (patch)
tree3404864c51e210f7fcbfd4d0f9ef59387eff4101 /PROTOCOL
parentb76b9c32d9172a88efad7cb74c3a5c8cf893014a (diff)
introspect: Expose card profile available flag
Available flag can be used by clients to disable the selection of profiles unavailable. Update protocol to 29
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL9
1 files changed, 9 insertions, 0 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 185b91a23..0673d8611 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -342,6 +342,15 @@ SUBCOMMAND_SAVE_FORMATS, in reply from SUBCOMMAND_READ_FORMATS[_ALL]
(uint8_t ) PA_ENCODING_MPEG2_AAC_IEC61937 := 6
+## v29, implemented by >= 5.0
+#
+New field in all commands that send/receive profile introspection data
+(PA_COMMAND_GET_CARD_INFO)
+
+ uint32 available
+
+The field is added once for every profile.
+
#### If you just changed the protocol, read this
## module-tunnel depends on the sink/source/sink-input/source-input protocol
## internals, so if you changed these, you might have broken module-tunnel.