]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rl6231: avoid using divisible by 3 for DMIC clk
authorBard Liao <bardliao@realtek.com>
Tue, 10 Nov 2015 06:40:55 +0000 (14:40 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 10 Nov 2015 18:58:19 +0000 (18:58 +0000)
commit965e69956bb232e62613a0eed61c5b117aea0398
treeb04ad87ce6b7b8259ee047945b20f81e243b640c
parent935a478e4144e0a4f690471a4a1d8ad5718a721b
ASoC: rl6231: avoid using divisible by 3 for DMIC clk

Few codecs will meet no DMIC clock output issue when select a divided
number which is divisible by 3. To prevent this issue, the patch ignore
the numbers when calculating the DMIC clock divider.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rl6231.c