mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Rename "available group" to "availability group"
"Availability group" is more clear about what the field is about. Credits to Arun Raghavan for coming up with the better name.
This commit is contained in:
parent
1b44b44c75
commit
af42b3eb6f
11 changed files with 40 additions and 40 deletions
|
|
@ -1040,7 +1040,7 @@ static int read_ports(struct userdata *u, pa_tagstruct *t) {
|
|||
return -PA_ERR_PROTOCOL;
|
||||
}
|
||||
if (u->version >= 34 &&
|
||||
(pa_tagstruct_gets(t, &s) < 0 || /* available_group */
|
||||
(pa_tagstruct_gets(t, &s) < 0 || /* availability group */
|
||||
pa_tagstruct_getu32(t, &priority) < 0)) { /* device port type */
|
||||
pa_log("Parse failure");
|
||||
return -PA_ERR_PROTOCOL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue