conf.d.examples: improve alsa.conf

Completely remove references to auto-profile/auto-port.
It's better if users are not tempted to enable them.
This commit is contained in:
George Kiagiadakis 2024-11-28 13:58:45 +02:00
parent f79d4b1b3b
commit e76ebde6d8

View file

@ -25,22 +25,6 @@ monitor.alsa-midi.properties = {
monitor.alsa.rules = [
## The list of monitor rules
## The following are the default rules applied if none overrides them.
# {
# matches = [
# {
# device.name = "~alsa_card.*"
# }
# ]
# actions = {
# update-props = {
# api.alsa.use-acp = true
# api.acp.auto-port = false
# device.disabled = false
# }
# }
# }
## This rule example allows changing properties on all ALSA devices.
# {
# matches = [
@ -53,11 +37,11 @@ monitor.alsa.rules = [
# update-props = {
# ## Use ALSA-Card-Profile devices. They use UCM or the profile
# ## configuration to configure the device and mixer settings.
# api.alsa.use-acp = false
# api.alsa.use-acp = true
#
# ## Use UCM instead of profile when available. Can be
# ## disabled to skip trying to use the UCM profile.
# api.alsa.use-ucm = false
# ## Use UCM instead of ACP when available.
# ## Depends on api.alsa.use-acp being enabled as well
# api.alsa.use-ucm = true
#
# ## Don't use the hardware mixer for volume control. It
# ## will only use software volume. The mixer is still used
@ -75,16 +59,6 @@ monitor.alsa.rules = [
# ## The default active profile. Is by default set to "Off".
# device.profile = "default profile name"
#
# ## Automatically select the best profile. This is the
# ## highest priority available profile. This is disabled
# ## here and instead implemented in the session manager
# ## where it can save and load previous preferences.
# api.acp.auto-profile = false
#
# ## Automatically switch to the highest priority available port.
# ## This is disabled here and implemented in the session manager instead.
# api.acp.auto-port = true
#
# ## Other properties can be set here.
# device.nick = "My Device"
#