mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
alsa: add user_data to core
This commit is contained in:
parent
3d9fab3aaf
commit
5a8c6d457e
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ static int snd_pcm_pipewire_open(snd_pcm_t **pcmp, const char *name,
|
|||
|
||||
pw->loop = pw_loop_new(NULL);
|
||||
pw->main_loop = pw_thread_loop_new(pw->loop, "alsa-pipewire");
|
||||
pw->core = pw_core_new(pw->loop, NULL);
|
||||
pw->core = pw_core_new(pw->loop, NULL, 0);
|
||||
|
||||
pw->remote = pw_remote_new(pw->core, NULL, 0);
|
||||
pw_remote_add_listener(pw->remote, &pw->remote_listener, &remote_events, pw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue