mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
b476d6b503
commit
f8cdc05720
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue