Remove Raspberry Pi 3 support
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / wireplumber / wireplumber-config-agl / 00-spa-libs.lua
1 -- ["<factory-name regex>"] = "<library-name>"
2 --
3 -- used to find spa factory names. It maps a spa factory name
4 -- regular expression to a library name that should contain that factory.
5 --
6 spa_libs = {
7   ["api.alsa.*"] = "alsa/libspa-alsa",
8   ["api.v4l2.*"] = "v4l2/libspa-v4l2",
9   ["api.bluez5.*"] = "bluez5/libspa-bluez5",
10 }