mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: sync with latest pulseaudio
Move some things around to make it easier to merge in changes.
This commit is contained in:
parent
6aa6b4eac7
commit
a67af43cad
15 changed files with 539 additions and 135 deletions
|
|
@ -532,7 +532,7 @@ snd_pcm_t *pa_alsa_open_by_device_id_auto(
|
|||
if (!pa_channel_map_superset(&m->channel_map, map))
|
||||
continue;
|
||||
|
||||
pa_log_debug("Checking for superset %s (%s)", m->device.name, m->device.device_strings[0]);
|
||||
pa_log_debug("Checking for superset %s (%s)", m->name, m->device_strings[0]);
|
||||
|
||||
pcm_handle = pa_alsa_open_by_device_id_mapping(
|
||||
dev_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue