Skip to content
Snippets Groups Projects
Commit d1e0f200 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Refresh debian/patches/apertis-0001-scripts-Automatically-load-fallback-sink.patch

parent 502dfbc9
No related branches found
No related tags found
1 merge request!42Update from debian/bookworm-backports for apertis/v2025dev1
From c0659653b6b04a5aa2d00a04d153641a7f669c83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Danis?= <frederic.danis@collabora.com>
Date: Tue, 5 Apr 2022 09:38:06 +0200
Subject: [PATCH] scripts: Automatically load fallback sink
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Description: When running PW/WP on board with only HDMI audio output, and this
one is not connected, PW fails to create the Dummy Output as policy endpoint
are created by WP.
Author: Frédéric Danis <frederic.danis@collabora.com>
Last-Update: Tue, 5 Apr 2022 09:38:06 +0200
---
src/config/main.lua.d/90-enable-all.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/config/main.lua.d/90-enable-all.lua b/src/config/main.lua.d/90-enable-all.lua
index d518805..86777e4 100644
--- a/src/config/main.lua.d/90-enable-all.lua
+++ b/src/config/main.lua.d/90-enable-all.lua
@@ -20,3 +20,6 @@ load_script("intended-roles.lua")
@@ -22,5 +22,8 @@
-- Automatically suspends idle nodes after 3 seconds
load_script("suspend-node.lua")
+
+-- Automatically create fallback sink node
+load_script("fallback-sink.lua")
--
2.25.1
+
-- Allows loading objects on demand via metadata
load_script("sm-objects.lua")
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