mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
acp: only disable tsched when linking
Disable timer based scheduling only if we are going to link the devices together. See #3556
This commit is contained in:
parent
acbe75d9a1
commit
2278dd1460
2 changed files with 2 additions and 1 deletions
|
|
@ -514,7 +514,6 @@ int spa_alsa_init(struct state *state, const struct spa_dict *info)
|
|||
|
||||
state->multi_rate = true;
|
||||
state->htimestamp = false;
|
||||
state->disable_tsched = state->is_pro;
|
||||
for (i = 0; info && i < info->n_items; i++) {
|
||||
const char *k = info->items[i].key;
|
||||
const char *s = info->items[i].value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue