pipewire/spa
Georges Basile Stavracas Neto f1cc525d7e Add channel paths to analog-surround-*
Motu M4 has four inputs (two line-in inputs, and two complete ones
with gain and XLR and whatnot), as well as four outputs (two monitor
pairs, and an unnaccounted headphone).

Sadly, like a few other interfaces, it wasn't being given an input
profile, since the matching code goes through default.conf testing
each config, and ends up selecting 'analog-surround-40', which does
not have input mapping. The inputs would fallback to 'multichannel-
input', which also doesn't have input paths.

Add input paths to all analog-surround-* mappings, and remove their
'direction=output' fields since they handle both out and in.
2021-05-25 18:41:22 -03:00
..
examples treewide: replace plain strcmp() calls with spa_streq 2021-05-18 22:10:27 +10:00
include spa: respect mandatory properties while filtering 2021-05-21 10:41:34 +00:00
plugins Add channel paths to analog-surround-* 2021-05-25 18:41:22 -03:00
tests spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
tools treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
meson.build spa: ffmpeg: remove libavformat dependency 2021-05-16 13:10:59 +00:00