commit | f490f326178a6fec87a9bc3d35525bc9cb96ef0e | [log] [tgz] |
---|---|---|
author | Nicolin Chen <nicoleotsuka@gmail.com> | Sun May 24 01:12:41 2015 -0700 |
committer | Mark Brown <broonie@kernel.org> | Mon May 25 12:58:01 2015 +0100 |
tree | 609888cfab4b3cb2c81e937b2615481c1d97306d | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
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>