mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
treewide: fix issues found by codespell
This commit is contained in:
parent
4d94ba843c
commit
5913eb098c
10 changed files with 26 additions and 26 deletions
|
|
@ -136,7 +136,7 @@ const char *acp_available_str(enum acp_available status);
|
|||
|
||||
#define ACP_KEY_PORT_TYPE "port.type" /**< a Port type, like "aux", "speaker", ... */
|
||||
#define ACP_KEY_PORT_AVAILABILITY_GROUP "port.availability-group"
|
||||
/**< An indentifier for the group of ports that share their availability status with
|
||||
/**< An identifier for the group of ports that share their availability status with
|
||||
* each other. This is meant especially for handling cases where one 3.5 mm connector
|
||||
* is used for headphones, headsets and microphones, and the hardware can only tell
|
||||
* that something was plugged in but not what exactly. In this situation the ports for
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ struct pa_device_port {
|
|||
|
||||
unsigned priority;
|
||||
pa_available_t available; /* PA_AVAILABLE_UNKNOWN, PA_AVAILABLE_NO or PA_AVAILABLE_YES */
|
||||
char *availability_group; /* a string indentifier which determine the group of devices handling the available state simulteneously */
|
||||
char *availability_group; /* a string identifier which determine the group of devices handling the available state simulteneously */
|
||||
|
||||
pa_direction_t direction;
|
||||
int64_t latency_offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue