mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: disable htimestamp by default
It seems there are drivers that don't return a good values and we end up with a lot of delay or automatic disable of htimestamp when the values look too off.
This commit is contained in:
parent
ce8f2c5d10
commit
dd78f3d5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ int spa_alsa_init(struct state *state, const struct spa_dict *info)
|
||||||
snd_config_update_free_global();
|
snd_config_update_free_global();
|
||||||
|
|
||||||
state->multi_rate = true;
|
state->multi_rate = true;
|
||||||
state->htimestamp = true;
|
state->htimestamp = false;
|
||||||
for (i = 0; info && i < info->n_items; i++) {
|
for (i = 0; info && i < info->n_items; i++) {
|
||||||
const char *k = info->items[i].key;
|
const char *k = info->items[i].key;
|
||||||
const char *s = info->items[i].value;
|
const char *s = info->items[i].value;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue