From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3384DC433EF for ; Mon, 13 Dec 2021 20:36:32 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 6492318D4; Mon, 13 Dec 2021 21:35:40 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 6492318D4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1639427790; bh=6Sw1p8wzJ08Ene/IiYcUH0rXDNbE9IlhWP28cW1U1fQ=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=F5FQu4ZGcSkQVelLy6IWlRriGMVRIb9zROBqh/hqEDMY8aFjcnapT7aFVVRErlN6B p6hguLt2fvwNox1/waWYF8dxx4AgHsGLwtF1puDPvdO/NHX3TBDwjZUpG4pwhxZWg0 YhVnNWkTNgnG3JXvEV5zph9XlbFZBZyH8jjUaHGQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id ECF84F80229; Mon, 13 Dec 2021 21:35:39 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 536C4F8025D; Mon, 13 Dec 2021 21:35:38 +0100 (CET) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 6B49DF80161 for ; Mon, 13 Dec 2021 21:35:33 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6B49DF80161 Received: by mail-ot1-f47.google.com with SMTP id a23-20020a9d4717000000b0056c15d6d0caso18691945otf.12 for ; Mon, 13 Dec 2021 12:35:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=UjShsLmpN0SZM+m8SUUiNDWjd+SPX71KTwqzkwvysM0=; b=113QCb+tNk2SR6Eq8AYjtRfKhsTHElw05gFejOsPYuyZ3WvHsDgRLE/FuR9tRey8D7 DBU9zZBnPAY9Ooa8Tg0ucSE6RZK3+pGI4PAN1xdpXYmWRGurEZwjl+1LfhjB+aslLaZX xZDG7ixsGUJfLSwzBdi0L8CnRNSjwJX1dWq2MpydChprCOIhL8cJFwpUM+1aJ2U6U2eg +fFwn5AjRagcSaftix5yb+q5TlTHbck37ShFo7QB15s0DWCNY6RG2T+HGXwptgPKKTOr gd7p9zSIoIMEDIHGy0rm33114oM+piHlCYl0tEf4Rgwmidg2yAxPeYF8hWcQBVWOua4T t9JA== X-Gm-Message-State: AOAM532lz47dBIGXU1am85X9E4Ox60+MpKzNpISeLLgQl2+o3+hUqNJZ 5j5eApOSGXidzE881FC++A== X-Google-Smtp-Source: ABdhPJy3T03Lv6DYRee0EAteJwqi9P/4wzvwMoGsPqpWTMFq+yupuVXKZwoG097ja4/X7OvByWI01w== X-Received: by 2002:a9d:6190:: with SMTP id g16mr742838otk.54.1639427731541; Mon, 13 Dec 2021 12:35:31 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id p10sm2340679otp.53.2021.12.13.12.35.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 12:35:30 -0800 (PST) Received: (nullmailer pid 1526504 invoked by uid 1000); Mon, 13 Dec 2021 20:35:29 -0000 Date: Mon, 13 Dec 2021 14:35:29 -0600 From: Rob Herring To: Ariel D'Alessandro Subject: Re: [PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id Message-ID: References: <20211203134930.128703-1-ariel.dalessandro@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211203134930.128703-1-ariel.dalessandro@collabora.com> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, michael@amarulasolutions.com, kuninori.morimoto.gx@renesas.com, Xiubo.Lee@gmail.com, tony@atomide.com, festevam@gmail.com, shengjiu.wang@gmail.com, tiwai@suse.com, linux-kernel@vger.kernel.org, lgirdwood@gmail.com, nicoleotsuka@gmail.com, broonie@kernel.org, bcousson@baylibre.com, linux-omap@vger.kernel.org, linuxppc-dev@lists.ozlabs.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, Dec 03, 2021 at 10:49:26AM -0300, Ariel D'Alessandro wrote: > This is a follow up of patchset: > > [RFC patch 0/5] Support BCLK input clock in tlv320aic31xx Link? > Sound cards may allow using different main clock inputs. In the generic > fsl-asoc-card driver, these values are hardcoded for each specific card > configuration. > > Let's make it more flexible, allowing setting mclk-id from the > device-tree node. > > Ariel D'Alessandro (4): > dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx > dt-bindings: tlv320aic31xx: Define PLL clock inputs > ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id 'mclk-id' is not documented. > ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card > > .../devicetree/bindings/sound/fsl-asoc-card.txt | 1 + > .../devicetree/bindings/sound/tlv320aic31xx.txt | 2 +- > arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- > include/dt-bindings/sound/tlv320aic31xx-micbias.h | 9 --------- > include/dt-bindings/sound/tlv320aic31xx.h | 14 ++++++++++++++ > sound/soc/codecs/tlv320aic31xx.c | 2 +- > sound/soc/fsl/fsl-asoc-card.c | 7 ++++++- > 7 files changed, 24 insertions(+), 13 deletions(-) > delete mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h > create mode 100644 include/dt-bindings/sound/tlv320aic31xx.h > > -- > 2.30.2 > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3827C433F5 for ; Mon, 13 Dec 2021 20:35:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241985AbhLMUfe (ORCPT ); Mon, 13 Dec 2021 15:35:34 -0500 Received: from mail-ot1-f41.google.com ([209.85.210.41]:44935 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238005AbhLMUfc (ORCPT ); Mon, 13 Dec 2021 15:35:32 -0500 Received: by mail-ot1-f41.google.com with SMTP id u18-20020a9d7212000000b00560cb1dc10bso18698731otj.11; Mon, 13 Dec 2021 12:35:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=UjShsLmpN0SZM+m8SUUiNDWjd+SPX71KTwqzkwvysM0=; b=0t9YK6lZuanHzXySrhR+ntHk+RgsYp8Z7MmNfE23arkMOtwKaBlNcYyeqF6KivBYQa y+Dy3Y/xJvWkZNueQ0kScD6EEhhdymedREDQITXqKaq+bpE0l2NibkeHL0Bty35SgCQT qfxzq83ESmT1RTda4Eh3GQds1IoD9WVeNTbzrVg9YB1A4OreVA4UXORcMcd2nvuDxibX QLXnGFx2bWt0FnNaHxf0avKbWQuWkqXdjzhr+UHLmbdXZe/cBSZbjPGzGNfqIwwZjW7Y W9vyoNi+wiWT9EsUW75jbG2021wWy5XW2mRZZ3ft+BzTtrYDljY5JrM7CUjbc5cI4lXn 3uyA== X-Gm-Message-State: AOAM530lquzBj7WOLObH3xnBjiA/3caNir8kyH5P2LjkNPhXUVQ5DhVI 31hmxJyWAqFmJaRiqxsJkQ== X-Google-Smtp-Source: ABdhPJy3T03Lv6DYRee0EAteJwqi9P/4wzvwMoGsPqpWTMFq+yupuVXKZwoG097ja4/X7OvByWI01w== X-Received: by 2002:a9d:6190:: with SMTP id g16mr742838otk.54.1639427731541; Mon, 13 Dec 2021 12:35:31 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id p10sm2340679otp.53.2021.12.13.12.35.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 12:35:30 -0800 (PST) Received: (nullmailer pid 1526504 invoked by uid 1000); Mon, 13 Dec 2021 20:35:29 -0000 Date: Mon, 13 Dec 2021 14:35:29 -0600 From: Rob Herring To: Ariel D'Alessandro Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Xiubo.Lee@gmail.com, bcousson@baylibre.com, broonie@kernel.org, festevam@gmail.com, kuninori.morimoto.gx@renesas.com, lgirdwood@gmail.com, michael@amarulasolutions.com, nicoleotsuka@gmail.com, perex@perex.cz, shengjiu.wang@gmail.com, tiwai@suse.com, tony@atomide.com Subject: Re: [PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id Message-ID: References: <20211203134930.128703-1-ariel.dalessandro@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211203134930.128703-1-ariel.dalessandro@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Fri, Dec 03, 2021 at 10:49:26AM -0300, Ariel D'Alessandro wrote: > This is a follow up of patchset: > > [RFC patch 0/5] Support BCLK input clock in tlv320aic31xx Link? > Sound cards may allow using different main clock inputs. In the generic > fsl-asoc-card driver, these values are hardcoded for each specific card > configuration. > > Let's make it more flexible, allowing setting mclk-id from the > device-tree node. > > Ariel D'Alessandro (4): > dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx > dt-bindings: tlv320aic31xx: Define PLL clock inputs > ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id 'mclk-id' is not documented. > ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card > > .../devicetree/bindings/sound/fsl-asoc-card.txt | 1 + > .../devicetree/bindings/sound/tlv320aic31xx.txt | 2 +- > arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- > include/dt-bindings/sound/tlv320aic31xx-micbias.h | 9 --------- > include/dt-bindings/sound/tlv320aic31xx.h | 14 ++++++++++++++ > sound/soc/codecs/tlv320aic31xx.c | 2 +- > sound/soc/fsl/fsl-asoc-card.c | 7 ++++++- > 7 files changed, 24 insertions(+), 13 deletions(-) > delete mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h > create mode 100644 include/dt-bindings/sound/tlv320aic31xx.h > > -- > 2.30.2 > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D6C9AC433F5 for ; Mon, 13 Dec 2021 20:36:03 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JCYDy0fq3z3cSn for ; Tue, 14 Dec 2021 07:36:02 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.50; helo=mail-ot1-f50.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JCYDS2xNJz2yws for ; Tue, 14 Dec 2021 07:35:34 +1100 (AEDT) Received: by mail-ot1-f50.google.com with SMTP id u18-20020a9d7212000000b00560cb1dc10bso18698729otj.11 for ; Mon, 13 Dec 2021 12:35:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=UjShsLmpN0SZM+m8SUUiNDWjd+SPX71KTwqzkwvysM0=; b=gOk0bqtjvl9g4Kb19jWrFZTvHgd68rMh3TrYo49KFxEZ2yWSPv/L8v85yML7/af1s6 JXN2eTAurkPrVMuMj/FXyEHg6T7JMbm/DaIYxow1dq2sZmnvP92g+EbX9CiXiPuBu5xy TFVYI2tbF2cvVPK/+YKZBUM+6scebwV87JdLp3mkuCTS1t4xiAFt6ymELnmfOaJwFkgI d/qB2AJNzZGbTCP/tRpAcWh2JOhPK7TPcT9qJ2lrqsc4pQppDINPMwWn8WoGfIMIrval vW7ffbmgxRAPxJRU0fHG74cDvpfsIEPgmz9fdqcDn2nxBBjlEBeAUAm5Wpqw9zK+aDbU uxQg== X-Gm-Message-State: AOAM532yn27/v2Rw1LoVtw9tl1rMDhj1EVV/hkgrTU7Frxmtxrfcc9y6 p9FQwhuHl/F5bIWgg5AX/Q== X-Google-Smtp-Source: ABdhPJy3T03Lv6DYRee0EAteJwqi9P/4wzvwMoGsPqpWTMFq+yupuVXKZwoG097ja4/X7OvByWI01w== X-Received: by 2002:a9d:6190:: with SMTP id g16mr742838otk.54.1639427731541; Mon, 13 Dec 2021 12:35:31 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id p10sm2340679otp.53.2021.12.13.12.35.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 12:35:30 -0800 (PST) Received: (nullmailer pid 1526504 invoked by uid 1000); Mon, 13 Dec 2021 20:35:29 -0000 Date: Mon, 13 Dec 2021 14:35:29 -0600 From: Rob Herring To: Ariel D'Alessandro Subject: Re: [PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id Message-ID: References: <20211203134930.128703-1-ariel.dalessandro@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211203134930.128703-1-ariel.dalessandro@collabora.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, michael@amarulasolutions.com, kuninori.morimoto.gx@renesas.com, Xiubo.Lee@gmail.com, tony@atomide.com, festevam@gmail.com, shengjiu.wang@gmail.com, tiwai@suse.com, linux-kernel@vger.kernel.org, lgirdwood@gmail.com, nicoleotsuka@gmail.com, broonie@kernel.org, bcousson@baylibre.com, perex@perex.cz, linux-omap@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Dec 03, 2021 at 10:49:26AM -0300, Ariel D'Alessandro wrote: > This is a follow up of patchset: > > [RFC patch 0/5] Support BCLK input clock in tlv320aic31xx Link? > Sound cards may allow using different main clock inputs. In the generic > fsl-asoc-card driver, these values are hardcoded for each specific card > configuration. > > Let's make it more flexible, allowing setting mclk-id from the > device-tree node. > > Ariel D'Alessandro (4): > dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx > dt-bindings: tlv320aic31xx: Define PLL clock inputs > ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id 'mclk-id' is not documented. > ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card > > .../devicetree/bindings/sound/fsl-asoc-card.txt | 1 + > .../devicetree/bindings/sound/tlv320aic31xx.txt | 2 +- > arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- > include/dt-bindings/sound/tlv320aic31xx-micbias.h | 9 --------- > include/dt-bindings/sound/tlv320aic31xx.h | 14 ++++++++++++++ > sound/soc/codecs/tlv320aic31xx.c | 2 +- > sound/soc/fsl/fsl-asoc-card.c | 7 ++++++- > 7 files changed, 24 insertions(+), 13 deletions(-) > delete mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h > create mode 100644 include/dt-bindings/sound/tlv320aic31xx.h > > -- > 2.30.2 > >