mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-22 08:56:52 -05:00
Fix a few "it's -> its" typos
This commit is contained in:
parent
89749a5379
commit
305409cfcf
6 changed files with 8 additions and 8 deletions
|
|
@ -1233,7 +1233,7 @@ static DBusMessage *endpoint_set_configuration(DBusConnection *conn, DBusMessage
|
|||
goto fail2;
|
||||
}
|
||||
} else {
|
||||
/* InterfacesAdded signal is probably on it's way, device_info_valid is kept as 0. */
|
||||
/* InterfacesAdded signal is probably on its way, device_info_valid is kept as 0. */
|
||||
pa_log_warn("SetConfiguration() received for unknown device %s", dev_path);
|
||||
d = device_create(y, dev_path);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -502,7 +502,7 @@ static inline struct entry *load_or_initialize_entry(struct userdata *u, struct
|
|||
entry->description = pa_xstrdup(old->description);
|
||||
entry->icon = pa_xstrdup(old->icon);
|
||||
} else {
|
||||
/* This is a new device, so make sure we write it's priority list correctly */
|
||||
/* This is a new device, so make sure we write its priority list correctly */
|
||||
role_indexes_t max_priority;
|
||||
pa_datum key;
|
||||
bool done;
|
||||
|
|
@ -1328,7 +1328,7 @@ static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio
|
|||
}
|
||||
|
||||
pa_hashmap_free(h);
|
||||
pa_log_error("Client specified an unknown device in it's reorder list.");
|
||||
pa_log_error("Client specified an unknown device in its reorder list.");
|
||||
goto fail;
|
||||
}
|
||||
entry_free(e);
|
||||
|
|
|
|||
|
|
@ -1912,7 +1912,7 @@ static void entry_apply(struct userdata *u, const char *name, struct entry *e) {
|
|||
removed the sink element from the rule. */
|
||||
si->save_sink = false;
|
||||
/* This is cheating a bit. The sink input itself has not changed
|
||||
but the rules governing it's routing have, so we fire this event
|
||||
but the rules governing its routing have, so we fire this event
|
||||
such that other routing modules (e.g. module-device-manager)
|
||||
will pick up the change and reapply their routing */
|
||||
pa_subscription_post(si->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_CHANGE, si->index);
|
||||
|
|
@ -1960,7 +1960,7 @@ static void entry_apply(struct userdata *u, const char *name, struct entry *e) {
|
|||
removed the source element from the rule. */
|
||||
so->save_source = false;
|
||||
/* This is cheating a bit. The source output itself has not changed
|
||||
but the rules governing it's routing have, so we fire this event
|
||||
but the rules governing its routing have, so we fire this event
|
||||
such that other routing modules (e.g. module-device-manager)
|
||||
will pick up the change and reapply their routing */
|
||||
pa_subscription_post(so->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT|PA_SUBSCRIPTION_EVENT_CHANGE, so->index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue