Re: [alsa-devel] [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-26 Thread Nicolin Chen
On Tue, May 26, 2015 at 07:02:48PM +0800, Zidan Wang wrote: > 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: > > > > > > >

Re: [alsa-devel] [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-26 Thread Zidan Wang
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 p

Re: [alsa-devel] [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-25 Thread Nicolin Chen
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 li

Re: [alsa-devel] [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-25 Thread Fabio Estevam
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 se

Re: [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-25 Thread Nicolin Chen
On Mon, May 25, 2015 at 12:58:12PM +0100, Mark Brown wrote: > On Sun, May 24, 2015 at 01:12:41AM -0700, Nicolin Chen wrote: > > As commit 6c8ca30eec7b ("ASoC: fsl_ssi: Don't try to round-up for PM > > divisor calculation") mentioned that there's no more need to use a > > round up work around to get

Re: [PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-25 Thread Mark Brown
On Sun, May 24, 2015 at 01:12:41AM -0700, Nicolin Chen wrote: > As commit 6c8ca30eec7b ("ASoC: fsl_ssi: Don't try to round-up for PM > divisor calculation") mentioned that there's no more need to use a > round up work around to get a better divisor since the clk-divider > driver has been refined a

[PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

2015-05-24 Thread Nicolin Chen
As commit 6c8ca30eec7b ("ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation") mentioned that there's no more need to use a round up work around to get a better divisor since the clk-divider driver has been refined a lot. So this patch applies the same modification to fsl_spdif driver.