alsa: allow multi-rate by default

We don't enable multiple rates by default and kernel 5.16 will fix
most issues so allow multiple rates per card.

See #1916
This commit is contained in:
Wim Taymans 2021-12-18 08:33:34 +01:00
parent b476d6b503
commit f8cdc05720

View file

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