mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
For matching kctl without the numid you need to specify interface, device, subdevice, name and index. So the current implementation can only match kctls on IFACE_PCM, device 0, subdevice 0 and index 0. Instead of adding all these matching parameters this commit fetches all kctls attached to the audio card and match on the first occurred kctl with matching name. This should be sufficient for audio cards with unique kctl names. When non unique names are needed, more kctl matching parameters needs to be added. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||