pipewire/spa/plugins
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
..
alsa Add channel paths to analog-surround-* 2021-05-25 18:41:22 -03:00
audioconvert spa: Clean up some of the param handling 2021-05-21 10:10:38 +02:00
audiomixer treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
audiotestsrc treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
bluez5 spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
control treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
ffmpeg treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
jack treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
libcamera treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
support spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
test treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
v4l2 Drop double semicolons 2021-05-20 07:24:22 +00:00
videoconvert spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
videotestsrc treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
volume treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
vulkan 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