commit | 026e73683ad5665a45b01ca1a221fa87e0e8e6fb | [log] [tgz] |
---|---|---|
author | Bard Liao <bardliao@realtek.com> | Mon Dec 15 15:42:34 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Dec 22 18:44:14 2014 +0000 |
tree | 2ba7cb72330c6be77f901db510b27a7d393d7d01 | |
parent | f2ecf2ef59b57bd495c40d8a3e9d03e80f66afa4 [diff] |
ASoC: rt5670: Keep sysclk on if JD func is used System clock is necessary for rt5670 JD function. We assume system clock source will be set in machine driver. So there are two things left we should do in codec driver. 1. Set sysclk to codec internal clock in probe since machine driver may not do that before JD function is registered. 2. Power up PLL once sysclk source is switched to PLL. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>