forked from pool/alsa-utils
c1e4b30d69
- Backport upstream fixes: fix missing unlock for the error path in alsactl, more alsactl init entries, alsaucm build fix 0016-alsactl-add-missing-state_unlock-call.patch 0017-alsactl-init-Change-the-basic-rules-description.patch 0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch 0019-configure-allow-contitional-compilation-of-alsaucm.patch OBS-URL: https://build.opensuse.org/request/show/283732 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=112
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From d522b45508a033e1bfcf40769168deb48d5c878c Mon Sep 17 00:00:00 2001
|
|
From: David Henningsson <david.henningsson@canonical.com>
|
|
Date: Mon, 12 Jan 2015 16:48:37 +0100
|
|
Subject: [PATCH] alsactl/init: Change the "basic rules" description
|
|
|
|
We now enable more outputs than just the main speaker, so update
|
|
the basic rules to reflect the actual situation.
|
|
|
|
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
alsactl/init/default | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/alsactl/init/default b/alsactl/init/default
|
|
index 5fb01136cdc5..64f933f1f597 100644
|
|
--- a/alsactl/init/default
|
|
+++ b/alsactl/init/default
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
# Basic rules are:
|
|
# - keep volumes at minimal level, but sound should be hearable
|
|
-# - enable just main speakers for playback and main microphone for recording
|
|
+# - enable standard outputs for playback and main microphone for recording
|
|
#
|
|
|
|
# **************************************************************************
|
|
--
|
|
2.2.2
|
|
|