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.8 required=3.0 tests=DATE_IN_PAST_24_48, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 E3734C0650F for ; Tue, 30 Jul 2019 17:07:47 +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 B7B9E206A2 for ; Tue, 30 Jul 2019 17:07:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hj9m8GsN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B7B9E206A2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lxOqf996wqJQ3AGNoHS1X58d70CPAtTi5wMNFDDo8H8=; b=hj9m8GsNfSwO0x yGm7De5YzWCX2kCysWjajJijT6GQaVguHpUZkIChoHBodtj8aHQS65VjqtdNX21F6JthAHN4lGV5T 54Kh8mgxAz2eFdgkbT3paag2b58kGRmyEIXXGFunPkrFtLIgjd8TKFVJS13Q+3UjVNOcFw4rYNGka SOI2hd4RI3ilFlSlYftOqjdyn0ie/g5x7uMfUbCJa8NRB4EIkqTHvetiM3y4NmjS8cvnPgBX43NO5 00Um0H2cyyjex7mNv84KA88k1eYQPybSwdJyXmxY8yQirOeSh9IASnNpbpNpzJoA4HaN8sAyfGPtU D7YFH58FDlcVoiXUzpXA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hsVbH-00028F-Df; Tue, 30 Jul 2019 17:07:47 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hsVbE-00027D-6z for linux-arm-kernel@lists.infradead.org; Tue, 30 Jul 2019 17:07:46 +0000 Received: from localhost (lpr83-1-88-168-111-231.fbx.proxad.net [88.168.111.231]) (Authenticated sender: maxime.ripard@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id B4165100003; Tue, 30 Jul 2019 17:07:27 +0000 (UTC) Date: Mon, 29 Jul 2019 18:29:51 +0200 From: Maxime Ripard To: codekipper@gmail.com Subject: Re: [PATCH] ASoC: sun4i-i2s: Incorrect SR and WSS computation Message-ID: <20190729162951.4fgwnciqqbkshnyg@flea.home> References: <20190729152130.27955-1-codekipper@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190729152130.27955-1-codekipper@gmail.com> User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190730_100744_411882_1B84CF15 X-CRM114-Status: UNSURE ( 7.20 ) X-CRM114-Notice: Please train this message. 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: wens@csie.org, broonie@kernel.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, lgirdwood@gmail.com 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, Jul 29, 2019 at 05:21:30PM +0200, codekipper@gmail.com wrote: > From: Marcus Cooper > > The A64 audio codec uses the original I2S block but the SR and > WSS computation currently assigned is for the newer block. > > Fixes: 619c15f7fac9 (ASoC: sun4i-i2s: Change SR and WSS computation) > Signed-off-by: Marcus Cooper Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel