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:
Wim Taymans 2023-07-26 10:32:53 +02:00
parent ce8f2c5d10
commit dd78f3d5f7

View file

@ -503,7 +503,7 @@ int spa_alsa_init(struct state *state, const struct spa_dict *info)
snd_config_update_free_global();
state->multi_rate = true;
state->htimestamp = true;
state->htimestamp = false;
for (i = 0; info && i < info->n_items; i++) {
const char *k = info->items[i].key;
const char *s = info->items[i].value;