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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 BD3F9C282CE for ; Tue, 4 Jun 2019 07:40:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9DA8924C4F for ; Tue, 4 Jun 2019 07:40:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726878AbfFDHkA (ORCPT ); Tue, 4 Jun 2019 03:40:00 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:38234 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726707AbfFDHkA (ORCPT ); Tue, 4 Jun 2019 03:40:00 -0400 Received: by mail-ed1-f66.google.com with SMTP id g13so30610871edu.5 for ; Tue, 04 Jun 2019 00:39:59 -0700 (PDT) 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=HPZoKEpxMdZA3Cy+DOvZz+UKiVos8Da/MXX9dJMPwts=; b=ar1aop51lklQTJMXPRqeTmOrbTHhBn5d+MXn3wr2/lUPl8HzSWGTQmbDy4CYHrBpfW Z773yNnc5wWQCeULUVWZpRccg6sXp/P6DD6eG//1odHiGMEsEXapmJ++I3gY85yz7ZS8 Vax2iXfBuKh8GtrEfofEJRHPKZEm6TA36yJAsntZxjY2rAMDHOfFzcJR6niEKSt8wHkY YPllgTgb8maSJ+/ygo1Z77L6ZVCVN4zK3JwFX1NK5I8mhgdKNi/OCOGbvLiwnqLHSK05 ojbzQYuAdpvzpFC29VFr+/kO6f1357RaYxI/k/XYyzDp5HEEWGHjGcZXHYPpQc41/BS2 j3zQ== X-Gm-Message-State: APjAAAUod0gyHUc4jpjQBNfivbhB6rprtEHU/LyAnk5dFn1gRtsy3hSl rlVei7VhjmSyA+799rsP5KMD4LQlh+I= X-Google-Smtp-Source: APXvYqzMRgtseuYn92ekhWx33fOIS+thpuEgbN4LcPNubaxExICaA2vRQn7TZ8aO+b58pVuZvIBBWw== X-Received: by 2002:a50:f599:: with SMTP id u25mr152890edm.195.1559633998207; Tue, 04 Jun 2019 00:39:58 -0700 (PDT) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com. [209.85.221.45]) by smtp.gmail.com with ESMTPSA id u5sm3008717ejm.85.2019.06.04.00.39.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Jun 2019 00:39:57 -0700 (PDT) Received: by mail-wr1-f45.google.com with SMTP id b18so14631654wrq.12 for ; Tue, 04 Jun 2019 00:39:56 -0700 (PDT) X-Received: by 2002:a5d:4311:: with SMTP id h17mr19701241wrq.9.1559633996367; Tue, 04 Jun 2019 00:39:56 -0700 (PDT) MIME-Version: 1.0 References: <20190603174735.21002-1-codekipper@gmail.com> <20190603174735.21002-3-codekipper@gmail.com> <20190604073651.gst57ki7ohzxcrqz@flea> In-Reply-To: <20190604073651.gst57ki7ohzxcrqz@flea> From: Chen-Yu Tsai Date: Tue, 4 Jun 2019 15:39:44 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] Re: [PATCH v4 2/9] ASoC: sun4i-i2s: Add offset to RX channel select To: Maxime Ripard Cc: Code Kipper , linux-sunxi , linux-arm-kernel , Liam Girdwood , Mark Brown , linux-kernel , Linux-ALSA , "Andrea Venturi (pers)" 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 Tue, Jun 4, 2019 at 3:37 PM Maxime Ripard wrote: > > On Mon, Jun 03, 2019 at 07:47:28PM +0200, codekipper@gmail.com wrote: > > From: Marcus Cooper > > > > Whilst testing the capture functionality of the i2s on the newer > > SoCs it was noticed that the recording was somewhat distorted. > > This was due to the offset not being set correctly on the receiver > > side. > > > > Signed-off-by: Marcus Cooper > > Acked-by: Maxime Ripard Would be nice to have Fixes: 7d2993811a1e ("ASoC: sun4i-i2s: Add support for H3") But otherwise, Acked-by: Chen-Yu Tsai From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: Re: [PATCH v4 2/9] ASoC: sun4i-i2s: Add offset to RX channel select Date: Tue, 4 Jun 2019 15:39:44 +0800 Message-ID: References: <20190603174735.21002-1-codekipper@gmail.com> <20190603174735.21002-3-codekipper@gmail.com> <20190604073651.gst57ki7ohzxcrqz@flea> Reply-To: wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20190604073651.gst57ki7ohzxcrqz@flea> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Maxime Ripard Cc: Code Kipper , linux-sunxi , linux-arm-kernel , Liam Girdwood , Mark Brown , linux-kernel , Linux-ALSA , "Andrea Venturi (pers)" List-Id: alsa-devel@alsa-project.org On Tue, Jun 4, 2019 at 3:37 PM Maxime Ripard wrote: > > On Mon, Jun 03, 2019 at 07:47:28PM +0200, codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > From: Marcus Cooper > > > > Whilst testing the capture functionality of the i2s on the newer > > SoCs it was noticed that the recording was somewhat distorted. > > This was due to the offset not being set correctly on the receiver > > side. > > > > Signed-off-by: Marcus Cooper > > Acked-by: Maxime Ripard Would be nice to have Fixes: 7d2993811a1e ("ASoC: sun4i-i2s: Add support for H3") But otherwise, 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=-4.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=ham 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 70223C282CE for ; Tue, 4 Jun 2019 07:40:09 +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 39E1124C53 for ; Tue, 4 Jun 2019 07:40:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uMoq3Ik9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 39E1124C53 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=wqbO5RmHS8AME8oMPiEnaPDq+yP/fqfRjZcSSNXVIjQ=; b=uMoq3Ik9eDpmq0 ClwY4eMwxsdPykLXZb4QfCpGeq74jRZa4Jryq4e6JNkA3iYmd/l3x6VxG2ACyzojTCfRPBlfmhJXK F1FkgpNve49XBY5+z31kox2GUhMDwhQnpxssKxjeGMFBDF5BzNR+fnjFK4vhTaopCWEEToCO3Wbam eOWORfO4VhOsabsst644Obkrm25dKzCNKiflgUVhOxo3h6KXF9C5xW+FL14iUph8xB1gddf0+FyK+ WLMV/r8HBC3iyeuD+GLtsbd75/pxlg6CCl7oBb2qFOdArq2tv/LmZulyPnO7rOSnku3piNnTqpyhV AkJlLggTf12bwWUriViw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hY43A-0007d1-7I; Tue, 04 Jun 2019 07:40:04 +0000 Received: from mail-ed1-f66.google.com ([209.85.208.66]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hY436-0007Fw-9J for linux-arm-kernel@lists.infradead.org; Tue, 04 Jun 2019 07:40:01 +0000 Received: by mail-ed1-f66.google.com with SMTP id p26so30659406edr.2 for ; Tue, 04 Jun 2019 00:39:59 -0700 (PDT) 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=HPZoKEpxMdZA3Cy+DOvZz+UKiVos8Da/MXX9dJMPwts=; b=mc03pWpXQm9aoVAaqXqTxjajChJgYDkxRP9OV3uvDDah9g/AOOrHFy7SdLVhBeB9VQ yiQz3sKvSd6iaRMUieKCz/NgROeDolq1HN+mB7V/qCydsGXQ5KTJTwWdt6o0kbhq2n4j bIXiD6UssCnu+SEen/hSeMFbfo2N5EjmAfjmo67pBfsBisLtau2bKOvZsTEnR2mwsiEB UukK/q+7e7edWXC3fCaBWWWWAJxTutM1dWNgStbpyl9XzmDYRWZym+RxVgBbIjBGMgGA 6fmG1yT09ZlMuw8SFcvriZesqxd8U7GkkRX+5afCZwL/LfPb1gRR3n3MfTVOetn/RQ1G 619w== X-Gm-Message-State: APjAAAW3H/H0EPU4Gr0StdvZ7SAO98wgeQ2z5TkXEUPzQ2OQITvmg2Y8 gc69BDAcTZPlNIk551Ik/U00FAsHw8Y= X-Google-Smtp-Source: APXvYqwtwrJtdrCKODm49x45HUERQ9oir3ZoLeJasLGuyGWofuwa5p3dHQNcWyV4la4Ttv96PXiaEg== X-Received: by 2002:a50:a389:: with SMTP id s9mr34027490edb.113.1559633998023; Tue, 04 Jun 2019 00:39:58 -0700 (PDT) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com. [209.85.221.52]) by smtp.gmail.com with ESMTPSA id g11sm4598792eda.42.2019.06.04.00.39.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Jun 2019 00:39:57 -0700 (PDT) Received: by mail-wr1-f52.google.com with SMTP id n4so11621513wrs.3 for ; Tue, 04 Jun 2019 00:39:56 -0700 (PDT) X-Received: by 2002:a5d:4311:: with SMTP id h17mr19701241wrq.9.1559633996367; Tue, 04 Jun 2019 00:39:56 -0700 (PDT) MIME-Version: 1.0 References: <20190603174735.21002-1-codekipper@gmail.com> <20190603174735.21002-3-codekipper@gmail.com> <20190604073651.gst57ki7ohzxcrqz@flea> In-Reply-To: <20190604073651.gst57ki7ohzxcrqz@flea> From: Chen-Yu Tsai Date: Tue, 4 Jun 2019 15:39:44 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] Re: [PATCH v4 2/9] ASoC: sun4i-i2s: Add offset to RX channel select To: Maxime Ripard X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190604_004000_329489_57DFD14D X-CRM114-Status: GOOD ( 12.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux-ALSA , "Andrea Venturi \(pers\)" , Liam Girdwood , linux-kernel , Code Kipper , linux-sunxi , Mark Brown , 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 Tue, Jun 4, 2019 at 3:37 PM Maxime Ripard wrote: > > On Mon, Jun 03, 2019 at 07:47:28PM +0200, codekipper@gmail.com wrote: > > From: Marcus Cooper > > > > Whilst testing the capture functionality of the i2s on the newer > > SoCs it was noticed that the recording was somewhat distorted. > > This was due to the offset not being set correctly on the receiver > > side. > > > > Signed-off-by: Marcus Cooper > > Acked-by: Maxime Ripard Would be nice to have Fixes: 7d2993811a1e ("ASoC: sun4i-i2s: Add support for H3") But otherwise, 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