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:
Wim Taymans 2023-10-09 12:28:10 +02:00
parent acbe75d9a1
commit 2278dd1460
2 changed files with 2 additions and 1 deletions

View file

@ -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;