]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: imx-wm8962: Let codec driver enable/disable its MCLK
authorDaniel Baluta <daniel.baluta@nxp.com>
Tue, 28 Mar 2017 08:58:51 +0000 (11:58 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 29 Mar 2017 11:48:33 +0000 (12:48 +0100)
commitfd8ba1e3093e2f405df20c7f6c1150187ecdb18b
treeacff1673cca2ecdf064d0858dd917c4597fba031
parent70d435ba1cd6a955e715b8a4729bbc9044e9d7ff
ASoC: imx-wm8962: Let codec driver enable/disable its MCLK

WM8962 needs its MCLK when powerup in wm8962_resume(). Thus it's better
to control the MCLK in codec driver. Thus remove the clock enable in
machine driver accordingly.

While at it, get rid of imx_wm8962_remove function since it is now
empty.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/imx-wm8962.c