alsa: add Tag set and enum support

So that we can see the tags on the sinks and sources.
This commit is contained in:
Wim Taymans 2023-10-11 15:56:52 +02:00
parent 7554bdea97
commit a9659d9dce
4 changed files with 68 additions and 4 deletions

View file

@ -575,6 +575,9 @@ int spa_alsa_clear(struct state *state)
spa_log_warn(state->log, "output close failed: %s", snd_strerror(err));
fclose(state->log_file);
free(state->tag[0]);
free(state->tag[1]);
return err;
}