]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00257755-4 ASoC: WM8962: Disable FLL when chip's not being used
authorNicolin Chen <b42378@freescale.com>
Mon, 8 Apr 2013 13:12:07 +0000 (21:12 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:13:55 +0000 (14:13 +0200)
commita28d01324b18de71e090375b64dfac8b28e486af
treeb3a14be1ce4435a8d7a2b319eda98c9e9976cc35
parentaad75bedaf202e40c656da2890b0442560b6b4ab
ENGR00257755-4 ASoC: WM8962: Disable FLL when chip's not being used

There might be a case that SYSCLK_SRC is not FLL, but FLL's still open.
If so, next time we use FLL as SYSCLK_SRC, it won't work normally.

This patch disabled FLL if FLL's enabled no matter what SYSCLK_SRC is.

Acked-by: Wang Shengjiu <b02247@freescale.com>
Signed-off-by: Nicolin Chen <b42378@freescale.com>
sound/soc/codecs/wm8962.c