mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
introspect: Expose card profile available flag
Available flag can be used by clients to disable the selection of profiles unavailable. Update protocol to 29
This commit is contained in:
parent
b76b9c32d9
commit
b98a2e158f
5 changed files with 37 additions and 16 deletions
9
PROTOCOL
9
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue