mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
slave -> follower
We use master/follower terminology everywhere.
This commit is contained in:
parent
bdeeebfdd4
commit
a528189d26
22 changed files with 301 additions and 300 deletions
|
|
@ -139,7 +139,7 @@ struct state {
|
|||
unsigned int alsa_started:1;
|
||||
unsigned int alsa_sync:1;
|
||||
unsigned int alsa_recovering:1;
|
||||
unsigned int slaved:1;
|
||||
unsigned int following:1;
|
||||
unsigned int matching:1;
|
||||
|
||||
int64_t sample_count;
|
||||
|
|
@ -165,7 +165,7 @@ spa_alsa_enum_format(struct state *state, int seq,
|
|||
int spa_alsa_set_format(struct state *state, struct spa_audio_info *info, uint32_t flags);
|
||||
|
||||
int spa_alsa_start(struct state *state);
|
||||
int spa_alsa_reslave(struct state *state);
|
||||
int spa_alsa_reassign_follower(struct state *state);
|
||||
int spa_alsa_pause(struct state *state);
|
||||
int spa_alsa_close(struct state *state);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue