Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5279586ybp; Mon, 14 Oct 2019 19:13:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqw7x54zcODArVpDOtwDQVAeENaPr6ODo02UAEx9Z66SdTZIGlqZXzsW0KsPoJG2a/KwuDSh X-Received: by 2002:a17:906:1942:: with SMTP id b2mr31812914eje.36.1571105590580; Mon, 14 Oct 2019 19:13:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571105590; cv=none; d=google.com; s=arc-20160816; b=yk/996g65plPRDXaycmd6t/m85/YthCNgGOhXHf4L3JEttHmnR1vUvmHlyJPo+Dq4Q wCuGg+USvYPjoWtLCIIdFPSXsHsmTX3tS0GPrf2TOkiLJ1K164SVxKcqMgdOe8KoO/SY PkCKs19czfaJ74+JSkaH3mysCUt9KUxiL0GwCw5b1YRGBY31ByeqWH8HIZWOWmVXvQJY WyUQiAGEmCz7fa4D+ow8iwFAJgGfINJR/vyfQqfwDsrrzW18c9QpcFEG6WmJWsmgyuR8 RMhvWhwf57vnE+ZVx93s3gL4NSamvEEj3aMStlMoHjN8gjpVvnQfhXqnhk44qkugILZj Ttkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date; bh=Gqs0HC7FhJZDKEjN8wWTAEySR/uVwedJEElmtF592NY=; b=TzzNwYuw46jckEOymJ9cBtQjdEJrclKmt3rEyLff0Mo9K0sczewsTk0UmSDfwbJqWj H1xhJxUTCVJHtRkraxrpz2tU6wOoLKAQuFESBoiLUJNvqj3Bi1Bfjel28uANT4tnijKk EK/XDdaqchklZyY8VxQOG4BHEB/qXIQh4DndZaynN6BKvbSEnAlXlX7+Ukd3/40vrBzO KP8i9/y1790SBLnrtAfYYrsGAcu9lW4NO1JcawBDh3Oz99vYWzFhSN1HnasxyexS42KX qsMGz4G+VrGgMwKcbQgX6HfCtqsIUoXo0vx5DDiIJVXdbVpMcBy7jEY5m9R/totl6OUO Catg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b17si12117516ejp.326.2019.10.14.19.12.47; Mon, 14 Oct 2019 19:13:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727281AbfJOBCt (ORCPT + 99 others); Mon, 14 Oct 2019 21:02:49 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:51703 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726921AbfJOBCs (ORCPT ); Mon, 14 Oct 2019 21:02:48 -0400 Date: 15 Oct 2019 10:02:47 +0900 X-IronPort-AV: E=Sophos;i="5.67,296,1566831600"; d="scan'208";a="28867303" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 15 Oct 2019 10:02:47 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 251F6400A0FB; Tue, 15 Oct 2019 10:02:47 +0900 (JST) Message-ID: <87pniy6cso.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Mark Brown Cc: Daniel Baluta , Daniel Baluta , Devicetree List , Linux-ALSA , Linux Kernel Mailing List , Liam Girdwood , Takashi Iwai , Rob Herring , dl-linux-imx , Guido Roncarolo , Jerome Laclavere Subject: Re: [alsa-devel] [RFC PATCH 2/2] ASoC: simple-card: Add documentation for force-dpcm property In-Reply-To: <20191014161054.GD4826@sirena.co.uk> References: <20191013190014.32138-1-daniel.baluta@nxp.com> <20191013190014.32138-3-daniel.baluta@nxp.com> <20191014115635.GB4826@sirena.co.uk> <20191014161054.GD4826@sirena.co.uk> User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > > > DPCM is an implementation detail of Linux (and one that we want to phase > > > out going forwards too), we shouldn't be putting it in the DT bindings > > > where it becomes an ABI. > > > I see your point. This is way I marked the patch series as RFC. I need to find > > another way to reuse simple-card as machine driver for SOF. > > Have a look at the way the Renesas systems are using this and the audio > graph card - they have DPCM. Indeed we (= Renesas) are using this as DPCM, but unfortunately it is not upstreamed. Using local patch. Thank you for your help !! Best regards --- Kuninori Morimoto