From patchwork Tue Nov 13 14:56:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 10681021 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4BF8C14D6 for ; Tue, 13 Nov 2018 15:33:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 38F252AD79 for ; Tue, 13 Nov 2018 15:33:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2CFD52AD8F; Tue, 13 Nov 2018 15:33:13 +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=-2.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,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 B96662AD79 for ; Tue, 13 Nov 2018 15:33:12 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 5C92E267ACE; Tue, 13 Nov 2018 16:32:48 +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 5D6B82678F7; Tue, 13 Nov 2018 16:32:39 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by alsa0.perex.cz (Postfix) with ESMTP id DDEEB267AA8 for ; Tue, 13 Nov 2018 16:32:34 +0100 (CET) Received: from localhost.localdomain (unknown [106.223.111.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8FDED22511; Tue, 13 Nov 2018 14:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542121012; bh=46Iqj9IqdNF4P1BVHhQtQXY1XaZgqMh0ZVCc+sPVC10=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j7rM1gZ2LEwKJm86VendLAOg11tWUFwXylLQaifQPAnWFat8AqTLACJLvli+fJFBT X2rOD2gB6j2rVMxrZQu4nGPE/mDQyR8wvak0ZpID2oSbKWHGTGUFdObF5X81pGnAsf id8t7Y2UF8EgnRdGa6xZZzZH/rqwxNZLCsKvGVXo= From: Vinod Koul To: alsa-devel@alsa-project.org Date: Tue, 13 Nov 2018 20:26:27 +0530 Message-Id: <20181113145628.21026-3-vkoul@kernel.org> X-Mailer: git-send-email 2.14.5 In-Reply-To: <20181113145628.21026-1-vkoul@kernel.org> References: <20181113145628.21026-1-vkoul@kernel.org> Cc: Vinod Koul Subject: [alsa-devel] [PATCH 3/4] README: fix trailing spaces 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: Vinod Koul --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 31b1e8b4f8c7..16c4aaf9fcf4 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ compressed APIs introduced in Linux 3.3 This library provides the APIs to open a ALSA compressed device and read/write compressed data like MP3 etc to it. - This also includes a utility command line player (cplay) which demonstrates + This also includes a utility command line player (cplay) which demonstrates the usage of this API. Currently this contains support for playing the mp3 format 2. WHERE @@ -29,5 +29,5 @@ alsa-devel@alsa-project.org OR send a PULL-REQUEST using github 5. CREDITS - Pierre-Louis Bossart for library design -- Navjot Singh for writing the mp3 parser code +- Navjot Singh for writing the mp3 parser code