config: remove automotive configuration

This is out-of-date and we don't need it in fact... the default
configuration can serve as a good starting point for any custom embedded
use case.
This commit is contained in:
George Kiagiadakis 2020-06-16 15:47:09 +03:00
parent e81dc5782a
commit cf799dba16
13 changed files with 0 additions and 152 deletions

View file

@ -1,9 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Audio/Sink" },
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "sink"
streams = "playback.streams"

View file

@ -1,9 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Audio/Source" },
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "source"
streams = "capture.streams"

View file

@ -1,6 +0,0 @@
[match-endpoint]
direction = "sink"
media_class = "Stream/Input/Audio"
[endpoint-link]
keep = false

View file

@ -1,6 +0,0 @@
[match-endpoint]
direction = "source"
media_class = "Stream/Output/Audio"
[endpoint-link]
keep = false

View file

@ -1,8 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Stream/Input/Audio" },
]
[endpoint]
direction = "sink"
type = "pw-audio-softdsp-endpoint"

View file

@ -1,8 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Stream/Output/Audio" },
]
[endpoint]
direction = "source"
type = "pw-audio-softdsp-endpoint"

View file

@ -1,11 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Audio/Sink" },
{ name = "api.alsa.path", value = "hw:0,0" },
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "sink"
streams = "playback.streams"
priority = 1

View file

@ -1,11 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.path", value = "hw:0,0" },
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "source"
streams = "capture.streams"
priority = 1

View file

@ -1,11 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Audio/Sink" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "sink"
streams = "playback.streams"
priority = 70

View file

@ -1,11 +0,0 @@
[match-node]
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "source"
streams = "capture.streams"
priority = 70

View file

@ -1,3 +0,0 @@
[[streams]]
name = "Capture"
priority = 1

View file

@ -1,15 +0,0 @@
[[streams]]
name = "Multimedia"
priority = 25
[[streams]]
name = "Navigation"
priority = 50
[[streams]]
name = "Communication"
priority = 75
[[streams]]
name = "Emergency"
priority = 99

View file

@ -1,44 +0,0 @@
# Register well-known SPA factories
add-spa-lib audio.convert* audioconvert/libspa-audioconvert
add-spa-lib api.alsa.* alsa/libspa-alsa
add-spa-lib api.v4l2.* v4l2/libspa-v4l2
add-spa-lib api.bluez5.* bluez5/libspa-bluez5
add-spa-lib api.vulkan.* vulkan/libspa-vulkan
add-spa-lib api.jack.* jack/libspa-jack
# the client-device pipewire module is needed for libwireplumber-module-monitor
load-pipewire-module libpipewire-module-client-device
load-module C libwireplumber-module-session
# Basic pipewire integration - do not remove
load-module C libwireplumber-module-pipewire
# Grants access to security confined clients
load-module C libwireplumber-module-client-permissions
# Creates the JACK-Device
load-module C libwireplumber-module-jack-device
load-module C libwireplumber-module-monitor {
"factory": <"api.alsa.enum.udev">,
"flags": <["use-adapter", "activate-devices"]>
}
# load-module C libwireplumber-module-monitor {
# "factory": <"api.bluez5.enum.dbus">,
# "flags": <["local-nodes", "use-adapter"]>
# }
load-module C libwireplumber-module-monitor {
"factory": <"api.v4l2.enum.udev">
}
# Implements static nodes creation based on TOML configuration files
load-module C libwireplumber-module-config-static-nodes
# Implements endpoint creation based on TOML configuration files
load-module C libwireplumber-module-config-endpoint
# Implements linking clients to devices based on TOML configuration files
load-module C libwireplumber-module-config-policy