alsa: don't free alsa global info for each node

Don't clear the global config or else we might lose the UCM state.

See #1437
This commit is contained in:
Wim Taymans 2021-07-21 12:15:32 +02:00
parent 08e34a99fd
commit 3d372424cc

View file

@ -20,8 +20,6 @@ int spa_alsa_init(struct state *state)
{
int err;
snd_config_update_free_global();
if (state->open_ucm) {
char card_name[64];
const char *alibpref = NULL;