mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 15:08:04 +02:00
alsa-udev: fix minor bug
This commit is contained in:
parent
7337f9c19f
commit
8877e0438d
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ proxy_node_created(GObject *initable, GAsyncResult *res, gpointer data)
|
|||
|
||||
/* Get the alsa node info */
|
||||
ei = g_hash_table_lookup(impl->alsa_nodes_info, GINT_TO_POINTER(pi->node_id));
|
||||
if (!data)
|
||||
if (!ei)
|
||||
return;
|
||||
|
||||
/* Build the properties for the endpoint */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue