Clarify alsa device.profile-set setting

Missing the .conf changes the profile name reported by pactl
but has no effect
This commit is contained in:
Sebastian Goth 2021-04-29 16:27:58 +00:00
parent 3af6e248da
commit 379068c31d

View file

@ -45,10 +45,10 @@ rules = [
# work around buggy drivers that report wrong values. # work around buggy drivers that report wrong values.
#api.alsa.ignore-dB = false #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 # "default.conf" but can be changed with a udev rule
# or here. # or here.
#device.profile-set = "profileset-name" #device.profile-set = "profileset-name.conf"
# The default active profile. Is by default set to "Off". # The default active profile. Is by default set to "Off".
#device.profile = "default profile name" #device.profile = "default profile name"