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 44E1DC54EBD for ; Mon, 9 Jan 2023 16:06:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232635AbjAIQGa (ORCPT ); Mon, 9 Jan 2023 11:06:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236152AbjAIQG0 (ORCPT ); Mon, 9 Jan 2023 11:06:26 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1432F373B6 for ; Mon, 9 Jan 2023 08:06:25 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9771DB80E2D for ; Mon, 9 Jan 2023 16:06:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC540C433D2; Mon, 9 Jan 2023 16:06:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673280383; bh=0AchH1x0f1OvcHS9WNHJGjFwXU2i6hh2/u1j9Soj5oU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ECf7exAtfn/G07XAVlAPqATorHAJ7bSVuiceiebmNIh2ZfNuJlb1DV+jkdJBramFl fbz98uRYzhbBNO73i6EMs2YF0Xj2l71QUe6tlB+GTnSENEPU9KXhzgUktT0RRVQgyX w8WQOY0wcKlGp8WkXA1JDaA6RnLdk7xCxSk45EmLkfR40/9oth/cqwIW5aAXcUyRsU pDerYvlMoUItRUYcl2dW8ied4nkw3zXr8AjaDmuPsOOfzRNIDzygix6Haq6+L9bJIB tgzxMwy1QOYpvaRY/prSqlTM9cnl6HB1DxjkXhdk6/VxdpxKn4Zs472noQ1TPj7mcH KPEqHj5rb1B5A== Date: Mon, 9 Jan 2023 21:36:19 +0530 From: Vinod Koul To: Richard Fitzgerald Cc: pierre-louis.bossart@linux.intel.com, yung-chuan.liao@linux.intel.com, sanyog.r.kale@intel.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com Subject: Re: [PATCH v2 0/3] soundwire: cadence: Fix oversized FIFO size define Message-ID: References: <20221202161812.4186897-1-rf@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221202161812.4186897-1-rf@opensource.cirrus.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02-12-22, 16:18, Richard Fitzgerald wrote: > As determined by experimentation and asking a hardware person, the FIFO > in the Cadence IP is actually only 8 entries long, not 32. This is fixed > in patch #1. > > As a bonus, patches #2 and #3 fix two other things I noticed while > debugging this. Applied, thanks -- ~Vinod