From 379068c31da738fc67059c1bfd7ac2cbecc6b0b4 Mon Sep 17 00:00:00 2001 From: Sebastian Goth Date: Thu, 29 Apr 2021 16:27:58 +0000 Subject: [PATCH] Clarify alsa device.profile-set setting Missing the .conf changes the profile name reported by pactl but has no effect --- src/daemon/media-session.d/alsa-monitor.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/daemon/media-session.d/alsa-monitor.conf b/src/daemon/media-session.d/alsa-monitor.conf index 904d86614..983388eac 100644 --- a/src/daemon/media-session.d/alsa-monitor.conf +++ b/src/daemon/media-session.d/alsa-monitor.conf @@ -45,10 +45,10 @@ rules = [ # work around buggy drivers that report wrong values. #api.alsa.ignore-dB = false - # The profile set to use for the device. Usually this + # The profile set to use for the device. Usually this is # "default.conf" but can be changed with a udev rule # or here. - #device.profile-set = "profileset-name" + #device.profile-set = "profileset-name.conf" # The default active profile. Is by default set to "Off". #device.profile = "default profile name"