mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: add Tag set and enum support
So that we can see the tags on the sinks and sources.
This commit is contained in:
parent
7554bdea97
commit
a9659d9dce
4 changed files with 68 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue