]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: fsl_spdif: Add sysclk df support to derive txclk from sysclk
authorNicolin Chen <Guangyu.Chen@freescale.com>
Wed, 30 Apr 2014 10:54:07 +0000 (18:54 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 5 May 2014 19:27:39 +0000 (12:27 -0700)
commit27c647bff20c6883dd0b4e3fc24c3d414a9e192a
tree29c7e4ffd900be5554191563c9d9a8e89d4117c9
parente41a4a79af5cad172971af8681292af33496b119
ASoC: fsl_spdif: Add sysclk df support to derive txclk from sysclk

The sysclk is one the clock sources that could be selected to derive
tx clock. But the route for sysclk is a bit different that it does
not only contain txclk df divider but also have an extra sysclk df.

So this patch mainly adds syclk df configuration support so as to
let the driver be able to get clock from sysclk.

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_spdif.c