Skip to content
Snippets Groups Projects
Commit f4b899c9 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

config: move loading of all audio support modules in 90-enable-audio-all

This file is meant to provide the equivalent of pipewire-media-session's
'with-pulseaudio' flag file
parent be78fbbc
No related branches found
No related tags found
No related merge requests found
......@@ -63,15 +63,4 @@ function enable_access()
load_access("portal")
end
function enable_audio()
-- Enables functionality to save and restore default device profiles
load_module("default-profile")
-- Enables saving and restoring certain metadata such as default endpoints
load_module("default-metadata")
-- Implements storing metadata about objects in RAM
load_module("metadata")
end
enable_access()
enable_audio()
-- Enable local & bluetooth audio devices
alsa_monitor.enable()
bluez_monitor.enable()
-- Enables functionality to save and restore default device profiles
load_module("default-profile")
-- Enables saving and restoring certain metadata such as default endpoints
load_module("default-metadata")
-- Implements storing metadata about objects in RAM
load_module("metadata")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment