]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: kirkwood: fix loss of external clock at probe time
authorJean-Francois Moine <moinejf@free.fr>
Sat, 21 Sep 2013 10:00:36 +0000 (12:00 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 21 Sep 2013 13:31:10 +0000 (14:31 +0100)
commit1a9aa06d74d74a25c47f0c801f041ba996c9821a
tree92447ad11e635852be1d0742776dd928c1b96054
parent3bc31170eea72c85f7429792e31b5a6385613fdb
ASoC: kirkwood: fix loss of external clock at probe time

At probe time, when the clock driver is not yet initialized, the
external clock of the kirkwood sound device will not be usable.

This patch fixes this problem defering the device probe.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/kirkwood/kirkwood-i2s.c