]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: move sysclk source setting to platform_clock_control for balance.
authorJin Yao <yao.jin@linux.intel.com>
Tue, 10 Mar 2015 01:05:38 +0000 (09:05 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 10 Mar 2015 20:40:51 +0000 (20:40 +0000)
commitcd702e586e9b05fa3b31db87cb8495550ccfc525
tree3200cc2fa97c70ef6c6d1a3a43f67c7b2c4a53ca
parentfbe8efb459f8b8e7e6715abda218c4fd0bd399c2
ASoC: Intel: move sysclk source setting to platform_clock_control for balance.

A playback noise happens after suspend/resume on Braswell. The issue is due to
the codec PLL and codec ASRC are not enabled correctly due to the incorrect
sysclk setting after resume. This patch resets the sysclk source setting in
platform clock control widget handler.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Jin Yao <yao.jin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/cht_bsw_rt5672.c