mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
alsa: keep states in global list
This commit is contained in:
parent
c915f2a6fd
commit
86f1d14b72
2 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue