From patchwork Fri Dec 9 13:02:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 9468475 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D0C51607D8 for ; Fri, 9 Dec 2016 15:31:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BAA542863B for ; Fri, 9 Dec 2016 15:31:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AF2382864A; Fri, 9 Dec 2016 15:31:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6333D2863B for ; Fri, 9 Dec 2016 15:31:10 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id E8446267804; Fri, 9 Dec 2016 16:31:08 +0100 (CET) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 3B7892677E1; Fri, 9 Dec 2016 16:28:40 +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 36F782677AE; Fri, 9 Dec 2016 14:02:57 +0100 (CET) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by alsa0.perex.cz (Postfix) with ESMTP id 0FF702677A4 for ; Fri, 9 Dec 2016 14:02:52 +0100 (CET) Received: from jcn (79.56.137.99) by smtp207.alice.it (8.6.060.28) id 583FFC75022DF829; Fri, 9 Dec 2016 14:02:52 +0100 Received: from ao2 by jcn with local (Exim 4.88) (envelope-from ) id 1cFKp8-00054c-7T; Fri, 09 Dec 2016 14:02:50 +0100 From: Antonio Ospite To: alsa-devel@alsa-project.org Date: Fri, 9 Dec 2016 14:02:28 +0100 Message-Id: <20161209130232.19457-2-ao2@ao2.it> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20161209130232.19457-1-ao2@ao2.it> References: <20161209130232.19457-1-ao2@ao2.it> Cc: Takashi Iwai , Liam Girdwood , Antonio Ospite Subject: [alsa-devel] [alsa-utils][PATCH 1/5] alsaucm: mention the "list1" command in the usage output 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 Signed-off-by: Antonio Ospite --- alsaucm/usecase.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alsaucm/usecase.c b/alsaucm/usecase.c index 1c94680..fbbe73a 100644 --- a/alsaucm/usecase.c +++ b/alsaucm/usecase.c @@ -117,7 +117,8 @@ static void dump_help(struct context *context) " reset reset sound card to default state\n" " reload reload configuration\n" " listcards list available cards\n" -" list IDENTIFIER list command\n" +" list IDENTIFIER list command, for items with value + comment\n" +" list1 IDENTIFIER list command, for items without comments\n" " get IDENTIFIER get string value\n" " geti IDENTIFIER get integer value\n" " set IDENTIFIER VALUE set string value\n"