ASoC: mcasp: Fix implicit BLCK divider setting
authorJyri Sarha <jsarha@ti.com>
Wed, 6 Aug 2014 13:47:16 +0000 (16:47 +0300)
committerMark Brown <broonie@linaro.org>
Tue, 12 Aug 2014 22:04:08 +0000 (23:04 +0100)
commit8813543ecb405f3ea29be8dfa1f85afc6e06a544
treef6f6a06170449c74c6d956aa9789d1a280aa2ee8
parentae34a78c430c37c06404f032fb04e51315204281
ASoC: mcasp: Fix implicit BLCK divider setting

The implicit BLCK divider setting was broken by "ASoC: mcasp: don't
override bclk divider if it was provided by the machine"-patch. After
the BCLK divider is implicitly set for the first time the
mcasp->bclk_div gets a non zero value and the implicit setting is
"turned off".

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/davinci/davinci-mcasp.c