alsa: lower priority of cards with device not starting from 0

This commit is contained in:
Wim Taymans 2019-10-17 13:03:28 +02:00
parent ecd8dbc7f0
commit 102bd21d0e
2 changed files with 14 additions and 6 deletions

View file

@ -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;