From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0108.outbound.protection.outlook.com [65.55.169.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id DFF0D1A0EAC for ; Tue, 26 May 2015 21:03:53 +1000 (AEST) Date: Tue, 26 May 2015 19:02:48 +0800 From: Zidan Wang To: Nicolin Chen CC: Fabio Estevam , Mark Brown , Fabio Estevam , "alsa-devel@alsa-project.org" , linux-kernel , Liam Girdwood , "linuxppc-dev@lists.ozlabs.org" Subject: Re: [alsa-devel] [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation Message-ID: <20150526110246.GA13725@shlinux2> References: <1432455161-4924-1-git-send-email-nicoleotsuka@gmail.com> <20150525115812.GG21391@sirena.org.uk> <20150525151127.GA8184@Asurada> <20150525152424.GA8164@Asurada> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <20150525152424.GA8164@Asurada> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, May 25, 2015 at 08:24:25AM -0700, Nicolin Chen wrote: > On Mon, May 25, 2015 at 12:13:45PM -0300, Fabio Estevam wrote: > > Hi Nicolin, > > > > On Mon, May 25, 2015 at 12:11 PM, Nicolin Chen wrote: > > > > > Hi Mark, > > > > > > Is that possible for you to provisionally revert this patch? > > > I wanted to wait for the test result from Fabio or Zidan in > > > the Cc list because I don't have a test environment for SPDIF > > > even though this change seems to make sense. > > > > I currently don't have access to a SPDIF receiver to test it. > > Okay, let's wait for Zidan then. We only need to test the > playback route of supporting sample rates. > > Thanks > Nicolin I don't have the board which supported by community to test spdif out. So i used the imx7 board and test it with internal branch. I found that (txclk_df + 1) is better than txclk_df. I suspect the patch for clk_round_rate() is not in our branch. Could you please tell me which patch is for clk_round_rate? I want to cherry-pick it to our branch and test it. Best Regards, Zidan Wang