alsa: keep states in global list

This commit is contained in:
Wim Taymans 2023-09-18 09:40:52 +02:00
parent c915f2a6fd
commit 86f1d14b72
2 changed files with 6 additions and 0 deletions

View file

@ -225,6 +225,8 @@ struct state {
snd_ctl_t *ctl;
snd_ctl_elem_value_t *pitch_elem;
double last_rate;
struct spa_list link;
};
struct spa_pod *spa_alsa_enum_propinfo(struct state *state,