From patchwork Mon Jan 12 15:48:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Henningsson X-Patchwork-Id: 5611151 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 682AC9F3A0 for ; Mon, 12 Jan 2015 15:49:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 73A03205B6 for ; Mon, 12 Jan 2015 15:49:05 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 81FA220531 for ; Mon, 12 Jan 2015 15:49:04 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 43E3B260831; Mon, 12 Jan 2015 16:49:02 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 8E3E626064E; Mon, 12 Jan 2015 16:48:54 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id AE9AA26064E; Mon, 12 Jan 2015 16:48:53 +0100 (CET) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by alsa0.perex.cz (Postfix) with ESMTP id B3D0326064E for ; Mon, 12 Jan 2015 16:48:46 +0100 (CET) Received: from c83-254-141-145.bredband.comhem.se ([83.254.141.145] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YAhEQ-0001EN-IY; Mon, 12 Jan 2015 15:48:42 +0000 From: David Henningsson To: tiwai@suse.de, alsa-devel@alsa-project.org Date: Mon, 12 Jan 2015 16:48:37 +0100 Message-Id: <1421077718-4147-1-git-send-email-david.henningsson@canonical.com> X-Mailer: git-send-email 1.9.1 Cc: David Henningsson Subject: [alsa-devel] [PATCH 1/2] alsactl/init: Change the "basic rules" description X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- alsactl/init/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsactl/init/default b/alsactl/init/default index 5fb0113..64f933f 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 # # **************************************************************************