From patchwork Thu Nov 15 07:12:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kirill Marinushkin X-Patchwork-Id: 10683633 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 C121313B5 for ; Thu, 15 Nov 2018 07:12:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A97EF2C227 for ; Thu, 15 Nov 2018 07:12:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D3172C230; Thu, 15 Nov 2018 07:12:40 +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 C599D2C227 for ; Thu, 15 Nov 2018 07:12:09 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 8EDE8267AF8; Thu, 15 Nov 2018 08:12:07 +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 AFC54267AFA; Thu, 15 Nov 2018 08:12:05 +0100 (CET) Received: from host.euro-space.net (host.euro-space.net [87.117.239.2]) by alsa0.perex.cz (Postfix) with ESMTP id CA587267A61 for ; Thu, 15 Nov 2018 08:12:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=birdec.tech ; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=sCmAKiKJu59sACgmj3seeQw2pfDdH3bZAwVAgFcLffk=; b=UL9F8l9+7c7TUoTvN9eqUskHCB Gzm7IYg6yANduYlDzvPxs9J0jfnS1F7N6JqZXGeM/1vT1mpNXkjfvEkCmtmfsO1SzbnnmNXFoY/Tx SU8I5xlMY6zHRSlFpoUGpy3BFHrlkz7aydgUohxSZnhq5FrnEuk8yfW7dkPwSc/5PGmBsE+iNh+0f 9WjCyx9OYVlgNFTF+A0o8oTUI3t7PgfqbJbjRzK2kuPPiKutfZmqxWQTHZsfS3mLgwe9lzRvM3/sp 2zNVaehlnN5iyz7hbYte9NYWKhnUYi5y4QHF1EJIOpqeEXPjF/YyV8Bn9/hGnlT05bouKdvS9T5/m 3PU8g2WA==; Received: from xd52789b9.dyn.telefonica.de ([213.39.137.185]:58262 helo=gentoo0.localdomain) by host.euro-space.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gNBog-0007kv-J5; Thu, 15 Nov 2018 07:11:54 +0000 From: Kirill Marinushkin To: Mark Brown Date: Thu, 15 Nov 2018 08:12:53 +0100 Message-Id: <20181115071253.22558-1-kmarinushkin@birdec.tech> X-Mailer: git-send-email 2.13.6 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.euro-space.net X-AntiAbuse: Original Domain - alsa-project.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - birdec.tech X-Get-Message-Sender-Via: host.euro-space.net: authenticated_id: kmarinushkin@birdec.tech X-Authenticated-Sender: host.euro-space.net: kmarinushkin@birdec.tech X-Source: X-Source-Args: X-Source-Dir: Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Kirill Marinushkin , Liam Girdwood , linux-kernel@vger.kernel.org, Takashi Iwai Subject: [alsa-devel] [resend PATCH] dt-bindings: sound: Add documentation for pcm3060 property out-single-ended 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 Output of pcm3060 codec may be configured as single-ended or differential Signed-off-by: Kirill Marinushkin Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring --- Hello Mark, yesterday there was a misunderstanding: when I wrote you > I think you forgot one patch in the series you accidently applied the already-applied patch instead of the forgotten one. To avoid the confusion, in this e-mail I resend you the proper forgotten patch in a separate mailing thread. Please apply this patch for-next. Best Regards, Kirill --- Documentation/devicetree/bindings/sound/pcm3060.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/pcm3060.txt b/Documentation/devicetree/bindings/sound/pcm3060.txt index 90fcb8523099..97de66932d44 100644 --- a/Documentation/devicetree/bindings/sound/pcm3060.txt +++ b/Documentation/devicetree/bindings/sound/pcm3060.txt @@ -9,9 +9,15 @@ Required properties: - reg : the I2C address of the device for I2C, the chip select number for SPI. +Optional properties: + +- ti,out-single-ended: "true" if output is single-ended; + "false" or not specified if output is differential. + Examples: pcm3060: pcm3060@46 { compatible = "ti,pcm3060"; reg = <0x46>; + ti,out-single-ended = "true"; };