From 0f58b9162bb55e5370b26d802b51de4259ffebfc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 8 Dec 2023 17:18:57 +0100 Subject: [PATCH] conf: fix comment node.always-driver -> node.always-process Fixes #3696 --- src/daemon/minimal.conf.in | 2 +- src/daemon/pipewire.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/daemon/minimal.conf.in b/src/daemon/minimal.conf.in index 42324b440..a3d68bcab 100644 --- a/src/daemon/minimal.conf.in +++ b/src/daemon/minimal.conf.in @@ -162,7 +162,7 @@ context.objects = [ } } - # A default dummy driver. This handles nodes marked with the "node.always-driver" + # A default dummy driver. This handles nodes marked with the "node.always-process" # property when no other driver is currently active. JACK clients need this. { factory = spa-node-factory args = { diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in index e4eb8e5ae..a9fb1c35d 100644 --- a/src/daemon/pipewire.conf.in +++ b/src/daemon/pipewire.conf.in @@ -224,7 +224,7 @@ context.objects = [ #{ factory = adapter args = { factory.name = audiotestsrc node.name = my-test node.description = audiotestsrc } } #{ factory = spa-node-factory args = { factory.name = api.vulkan.compute.source node.name = my-compute-source } } - # A default dummy driver. This handles nodes marked with the "node.always-driver" + # A default dummy driver. This handles nodes marked with the "node.always-process" # property when no other driver is currently active. JACK clients need this. { factory = spa-node-factory args = {