Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5084058ybi; Tue, 4 Jun 2019 00:38:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqzSw1ea2a3auRur4rw+obxvJYnsD1uD24XfpFXdxngzhGeCyNztJpcoUQxHZHbWx29gZcLy X-Received: by 2002:a17:90a:8504:: with SMTP id l4mr28401873pjn.6.1559633905928; Tue, 04 Jun 2019 00:38:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559633905; cv=none; d=google.com; s=arc-20160816; b=iYGPXlrrTv+MGSeUzuWAxcE+Ah7FCWmgxzZYc5j3D0T/NWzH29/564UGoom0kmzPyu v7jR9ODQCOX2AzERsT5ShrvmEPlmaaKfRFnr6FVrLH7afNhCH2r7/EgOZflYwZbt7Zeq 0D9qhxQqoIzjZTJWVyvgT4Kiyc30HES9anb74tvMiJ0gtIk/hpjuUhGT0KQYsw+eQFeM 0LQ+iozR40pj8HHLWwSC7g4BDdepI2oQ5VUQYTSRfCAyuRVcbfqtxaTcC7ulTKBzNR8Y mrr6oe2Oh6JV23upmr2+DHWYEtytPWf0IM+eCKUrw2hNso/r+LTwU+lkBUSW7yKRztPx +qnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=eM/eAttt+PEr5TuNqr/hgqkZQFOHxz45i5w6jUfnXcc=; b=AeKbPvL/zhdyTUH2kJFeKlMSKpWS7YvrZ1eqMQEeaayJO0KfUAMN3by7tBrrI1DbPS 3ykqrZM3+1SQCnC0l8R3k3LLi4O2xaUADQZ1Z2SBAqF6Fy+wCXtnuhb1+abib1XLb0Rp V7QOSPvUmo1AKfIVPc0awrwkgffPivJmEMBVnEn7jAyzInXJLKj8XBEXfIiKAnhrKZZi YPAqw+A1AQE/ZOc8s3CGt5lhn0VGmzT7Hfwuy0PMyEOTLnuohUkWm9yzSnLF/ye8A1wH MG2jkaLN5PnTWkHC7RA5TuhJJ7PYOvTY7QYqeIH30usFCcpL5qiWCcRw/jzatXFjFeAo utlg== 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 x19si21600897pgj.92.2019.06.04.00.38.09; Tue, 04 Jun 2019 00:38:25 -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 S1726713AbfFDHhC (ORCPT + 99 others); Tue, 4 Jun 2019 03:37:02 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:59271 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726711AbfFDHhC (ORCPT ); Tue, 4 Jun 2019 03:37:02 -0400 X-Originating-IP: 90.88.144.139 Received: from localhost (aaubervilliers-681-1-24-139.w90-88.abo.wanadoo.fr [90.88.144.139]) (Authenticated sender: maxime.ripard@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id D5E191BF212; Tue, 4 Jun 2019 07:36:51 +0000 (UTC) Date: Tue, 4 Jun 2019 09:36:51 +0200 From: Maxime Ripard To: codekipper@gmail.com Cc: wens@csie.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, lgirdwood@gmail.com, broonie@kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, be17068@iperbole.bo.it Subject: Re: [PATCH v4 2/9] ASoC: sun4i-i2s: Add offset to RX channel select Message-ID: <20190604073651.gst57ki7ohzxcrqz@flea> References: <20190603174735.21002-1-codekipper@gmail.com> <20190603174735.21002-3-codekipper@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="azthyenqniabzk6h" Content-Disposition: inline In-Reply-To: <20190603174735.21002-3-codekipper@gmail.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --azthyenqniabzk6h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --azthyenqniabzk6h Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXPYfkwAKCRDj7w1vZxhR xZFqAP9C7z4TKS6sO/uThXEHeSEOFsVxLA+hFezA6ZHPPwE+owD/YRL3Nd9adWWD EG4ONA4mwLOBAc5utHFMpqL3ASmaTAA= =3Iua -----END PGP SIGNATURE----- --azthyenqniabzk6h--