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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68748C7619D for ; Mon, 17 Feb 2020 08:22:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 49A432067D for ; Mon, 17 Feb 2020 08:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728158AbgBQIWs (ORCPT ); Mon, 17 Feb 2020 03:22:48 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:42400 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726397AbgBQIWs (ORCPT ); Mon, 17 Feb 2020 03:22:48 -0500 Received: by mail-ed1-f67.google.com with SMTP id e10so19641396edv.9; Mon, 17 Feb 2020 00:22:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TGqR9iwqEEPoAOlQ581BXw8F7VHSOXMBtuvI7O8A+Jo=; b=jwxTxTeDDtPNK1DUAGO8rR6/vXCkqfzIBW+w2rqUkBhdgvOszem8iLG0A2+aqLMT/k ZYIvkqYRrSslF3j2y9Fw6HshXE6Ms/T3B7yV8Esr1Xjs8IbFd3SYxf9MWlkJBaHo628+ 2DNCFpF3THVLfz8tx3xLwOpnVbMLUQjLxh+swwIbFhgXd7yH65VjEi+1MNzL4DY+ZXra jTGE4ZP4+QJevTqNnrvwRl5G3Zgfkmrr3IdzjFRDG+4YL7QDqNJrv/syrwx4GjcuHRZK mb5x73eFwxkTf+3htipOf+afkiiYeuRzm/0MI8NM8vqV41sIwg0vUC67IyhKBVfm8/KS lMAQ== X-Gm-Message-State: APjAAAVDo5f3xkq4YzxTGXPn1kBk2HEt9bpc5K7kvJEoWi2j7w3ZW+G1 paz2tAMMr4qbnQn4r2DkNfNUAak/g+Q= X-Google-Smtp-Source: APXvYqxZVTgBoYbx5aYxovaXJqQpIrZdWW34I4Vji6sRLS9nh+REkw7isNLypMqq05p95PabIpeCeQ== X-Received: by 2002:a50:fb02:: with SMTP id d2mr13061346edq.270.1581927764571; Mon, 17 Feb 2020 00:22:44 -0800 (PST) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com. [209.85.221.52]) by smtp.gmail.com with ESMTPSA id k12sm448894edq.27.2020.02.17.00.22.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Feb 2020 00:22:43 -0800 (PST) Received: by mail-wr1-f52.google.com with SMTP id w12so18486334wrt.2; Mon, 17 Feb 2020 00:22:43 -0800 (PST) X-Received: by 2002:a5d:4a04:: with SMTP id m4mr20971822wrq.104.1581927763057; Mon, 17 Feb 2020 00:22:43 -0800 (PST) MIME-Version: 1.0 References: <20200217064250.15516-1-samuel@sholland.org> <20200217064250.15516-9-samuel@sholland.org> In-Reply-To: <20200217064250.15516-9-samuel@sholland.org> From: Chen-Yu Tsai Date: Mon, 17 Feb 2020 16:22:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [RFC PATCH 08/34] ASoC: sun8i-codec: Fix direction of AIF1 outputs To: Samuel Holland Cc: Mark Brown , Liam Girdwood , Rob Herring , Mark Rutland , Maxime Ripard , Vasily Khoruzhick , =?UTF-8?Q?Myl=C3=A8ne_Josserand?= , Jaroslav Kysela , Takashi Iwai , Linux-ALSA , devicetree , linux-arm-kernel , linux-kernel , stable@kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 17, 2020 at 2:43 PM Samuel Holland wrote: > > The naming convention for AIFs in this codec is to call the "DAC" the > path from the AIF into the codec, and the ADC the path from the codec > back to the AIF, regardless of if there is any analog path involved. > > The output from AIF 1 used for capture should be declared as such. > > Cc: stable@kernel.org > Fixes: eda85d1fee05 ("ASoC: sun8i-codec: Add ADC support for a33") > Signed-off-by: Samuel Holland Acked-by: Chen-Yu Tsai 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 141DFC7619D for ; Mon, 17 Feb 2020 08:23:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 92E672067D for ; Mon, 17 Feb 2020 08:23:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="aw55K/Xm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92E672067D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=csie.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org 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 D36CD82E; Mon, 17 Feb 2020 09:22:50 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz D36CD82E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1581927820; bh=JsY4pHSdYkPDX7W0YpjOduzut3u02Uxes/3fU2iRMQM=; h=References:In-Reply-To:From:Date:To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=aw55K/XmLOQ4d+L/v15w0h6uYQPqp9heKxnARpSfreenigMXHA9MSrg+jBHHYR9px QY4EnGynDfyVA2eoAXKQ8qrk0Jvk0oMmc0Kc1oSaBlINi9kgplXfYJwic4fTjc9kzm aGATW2O+DyTK2Yy9RS4rcB4Uaj5V451zBY6Q6tz8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 729BEF80096; Mon, 17 Feb 2020 09:22:50 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id B488DF8015E; Mon, 17 Feb 2020 09:22:48 +0100 (CET) Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com [209.85.208.66]) (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 D4F96F800B6 for ; Mon, 17 Feb 2020 09:22:45 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D4F96F800B6 Received: by mail-ed1-f66.google.com with SMTP id t7so8022627edr.4 for ; Mon, 17 Feb 2020 00:22:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TGqR9iwqEEPoAOlQ581BXw8F7VHSOXMBtuvI7O8A+Jo=; b=BXaMqbJhk6napCrLOU6lscXZJOexxkGoCynf+f1ws7W9Izs188t+vOteQ/W/UX54IL Dn2UorhjHa+Lzd3yWo6TgtJnYOrU2zaGoPv2LcMHITa7w7n63CuIKbcYsZEtI877NIzG Vzo3NOLpTLgOkp8ql9NOMe1z8R6pgNF6lLTKAvEFDfShMwxI02CkP0dHL1pT2TRcmipL 3KebAk+VwnlBHYl7wxwFrQRC38/ofvXV/dNbPRxtoLFPftuy1lT+x2FmP0LBXc5cnCqf LRg1xxkcvZNjDdVs8r+ld0pnzQdHXeMbDHGhHSYS2tzd9h8iMHVWnHQTfz+dssg4BJ1f wL4Q== X-Gm-Message-State: APjAAAVnxmyyDPm3GVHrtS28EwuHeAb6pI11uCPHsSoLrZaH6n4oAVz0 G12gDmmNLHJrnF7s3k0TtOXMKY0aUYE= X-Google-Smtp-Source: APXvYqwYl06banaR1xHP4eVi5ZNKTZ76KGUDL9NkgFRDgNo5e7TGTO8RiVZtys8sR0g9xFSPHyDdyg== X-Received: by 2002:a05:6402:3c8:: with SMTP id t8mr12958957edw.115.1581927764199; Mon, 17 Feb 2020 00:22:44 -0800 (PST) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com. [209.85.221.51]) by smtp.gmail.com with ESMTPSA id r24sm504487edv.69.2020.02.17.00.22.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Feb 2020 00:22:43 -0800 (PST) Received: by mail-wr1-f51.google.com with SMTP id z3so18531718wru.3 for ; Mon, 17 Feb 2020 00:22:43 -0800 (PST) X-Received: by 2002:a5d:4a04:: with SMTP id m4mr20971822wrq.104.1581927763057; Mon, 17 Feb 2020 00:22:43 -0800 (PST) MIME-Version: 1.0 References: <20200217064250.15516-1-samuel@sholland.org> <20200217064250.15516-9-samuel@sholland.org> In-Reply-To: <20200217064250.15516-9-samuel@sholland.org> From: Chen-Yu Tsai Date: Mon, 17 Feb 2020 16:22:32 +0800 X-Gmail-Original-Message-ID: Message-ID: To: Samuel Holland Cc: Mark Rutland , devicetree , Linux-ALSA , linux-kernel , Takashi Iwai , Liam Girdwood , Rob Herring , Vasily Khoruzhick , Mark Brown , Maxime Ripard , =?UTF-8?Q?Myl=C3=A8ne_Josserand?= , stable@kernel.org, linux-arm-kernel Subject: Re: [alsa-devel] [RFC PATCH 08/34] ASoC: sun8i-codec: Fix direction of AIF1 outputs 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Mon, Feb 17, 2020 at 2:43 PM Samuel Holland wrote: > > The naming convention for AIFs in this codec is to call the "DAC" the > path from the AIF into the codec, and the ADC the path from the codec > back to the AIF, regardless of if there is any analog path involved. > > The output from AIF 1 used for capture should be declared as such. > > Cc: stable@kernel.org > Fixes: eda85d1fee05 ("ASoC: sun8i-codec: Add ADC support for a33") > Signed-off-by: Samuel Holland Acked-by: Chen-Yu Tsai _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B25EC7619D for ; Mon, 17 Feb 2020 08:22:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BC4F52067D for ; Mon, 17 Feb 2020 08:22:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jbFkvfY/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC4F52067D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=csie.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+vXBmX0631Il5VQmMMY8j0p9RMolh5/2K1R6DQR1O5o=; b=jbFkvfY/pZVilP myMuaX4rxVq0bCPFE6QENN+WELkVc2CE8wpye6UEu20H+7J3hCOHejNdIV3DFjoTPC+Wi1NZpLr8R e0fvAF1TRQ8fDX8Svh+WTqPAlJ+66/9jn4BmPq7Ttc2zLPNxAEWp4cxlMriHrbUAIuf123LBDuX9F G5a24mFOjcvr+fEHlefFZnDFnFGZQ7EL0w3YXJbayz0rMk7LlQEgO3+tPTnzgmCXMBCe9N+xHBs+c gT9wkt7/zuW9dKmexKVXZy01su8D7t0NlcT8h28lebWErU21A64RDpJc/5He6MzvQlKet96xhC9KQ 6e6iYIG+NH6LHQy5U6SQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j3bfz-0000aS-W7; Mon, 17 Feb 2020 08:22:48 +0000 Received: from mail-ed1-f66.google.com ([209.85.208.66]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j3bfx-0000a3-5q for linux-arm-kernel@lists.infradead.org; Mon, 17 Feb 2020 08:22:46 +0000 Received: by mail-ed1-f66.google.com with SMTP id p23so19656642edr.5 for ; Mon, 17 Feb 2020 00:22:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TGqR9iwqEEPoAOlQ581BXw8F7VHSOXMBtuvI7O8A+Jo=; b=o4a/VnmLgFbUAmolsP/JeDWWPfQcswow6j7iBjD1LC2wutuxBu28xn1V1zVrBLmbUf r4GaFSHbi3vm+P4iL5kkdnGxAMRurezUifpK803ijrcH3hZ9EzlkWfay1FjTFZARhDKW QPYMfDaR1ufCcQGtArs7JRkHb0hLtBlPR8rcst3aXi7KyOFP66t+K3KYpu7ACfklrDPs 5gwSrt6AZc8TGYxGp4iV5pHjlN1YCt/0I9qP2fL0A04s9Wul+V866BwGDZpe4FZpxBVW O4IMjr9oRyYpAwr6BUpVvfELm17sIDRSei6oEONxu9atvrwuJq+ofW09BYyqtSM/R4ng Gl0Q== X-Gm-Message-State: APjAAAUfvjLkAvhpDf+Dart8QdcwKQsmgGcDZWL1I2K7NvkrLcecvrAF H126dW2FNfev1rR9zgi0fkymVBuJYAQ= X-Google-Smtp-Source: APXvYqwZWTYEK8TUREPPq9aBSKltBdlsvXU43Fe/oL8hDL8Tv7ziQuFjudWB4XcriqA1Prnov09twg== X-Received: by 2002:aa7:cf81:: with SMTP id z1mr13284424edx.234.1581927763738; Mon, 17 Feb 2020 00:22:43 -0800 (PST) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com. [209.85.221.41]) by smtp.gmail.com with ESMTPSA id n11sm835655eje.86.2020.02.17.00.22.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Feb 2020 00:22:43 -0800 (PST) Received: by mail-wr1-f41.google.com with SMTP id c9so18503911wrw.8 for ; Mon, 17 Feb 2020 00:22:43 -0800 (PST) X-Received: by 2002:a5d:4a04:: with SMTP id m4mr20971822wrq.104.1581927763057; Mon, 17 Feb 2020 00:22:43 -0800 (PST) MIME-Version: 1.0 References: <20200217064250.15516-1-samuel@sholland.org> <20200217064250.15516-9-samuel@sholland.org> In-Reply-To: <20200217064250.15516-9-samuel@sholland.org> From: Chen-Yu Tsai Date: Mon, 17 Feb 2020 16:22:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [RFC PATCH 08/34] ASoC: sun8i-codec: Fix direction of AIF1 outputs To: Samuel Holland X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200217_002245_216309_8998F78A X-CRM114-Status: GOOD ( 11.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree , Linux-ALSA , linux-kernel , Takashi Iwai , Liam Girdwood , Rob Herring , Jaroslav Kysela , Mark Brown , Maxime Ripard , =?UTF-8?Q?Myl=C3=A8ne_Josserand?= , stable@kernel.org, linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Feb 17, 2020 at 2:43 PM Samuel Holland wrote: > > The naming convention for AIFs in this codec is to call the "DAC" the > path from the AIF into the codec, and the ADC the path from the codec > back to the AIF, regardless of if there is any analog path involved. > > The output from AIF 1 used for capture should be declared as such. > > Cc: stable@kernel.org > Fixes: eda85d1fee05 ("ASoC: sun8i-codec: Add ADC support for a33") > Signed-off-by: Samuel Holland Acked-by: Chen-Yu Tsai _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel