mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
alsa: lower priority of cards with device not starting from 0
This commit is contained in:
parent
ecd8dbc7f0
commit
102bd21d0e
2 changed files with 14 additions and 6 deletions
|
|
@ -360,7 +360,7 @@ rd_device_new(DBusConnection *connection, const char *device_name, const char *a
|
|||
|
||||
dbus_connection_ref(d->connection);
|
||||
|
||||
pw_log_debug(NAME"%p: new device %s", d, device_name);
|
||||
pw_log_debug(NAME"%p: new device %s: res %d", d, device_name, res);
|
||||
|
||||
return d;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue