ASoC: tlv320aic32x4: Break out clock setting into separate function
authorAnnaliese McDermond <nh6z@nh6z.net>
Tue, 19 Mar 2019 03:37:44 +0000 (20:37 -0700)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:25 +0000 (00:08 +0100)
commit23c6f75595afd850ca49506cfcd0217edb929cd4
tree7c6e81c2ccf161dac8450e442a2f15531dde4094
parentcad72d31fb6222b86b2777cb1ba1970940a2ca13
ASoC: tlv320aic32x4: Break out clock setting into separate function

commit bf31cbfbe25001036e1e096b1c260bf871766ea5 upstream.

Break the clock setting logic out from the main hw_params.  It's
rather large and unweildy and makes for a large function.  This
also better enables some of the following changes to the clock
tree access in the driver.

Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c