ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation
authorNicolin Chen <nicoleotsuka@gmail.com>
Sun, 24 May 2015 08:12:41 +0000 (01:12 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 25 May 2015 11:58:01 +0000 (12:58 +0100)
commitf490f326178a6fec87a9bc3d35525bc9cb96ef0e
tree609888cfab4b3cb2c81e937b2615481c1d97306d
parentb787f68c36d49bb1d9236f403813641efa74a031
ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation

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.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_spdif.c