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)
committerMark Brown <broonie@kernel.org>
Wed, 20 Mar 2019 17:10:31 +0000 (17:10 +0000)
commitbf31cbfbe25001036e1e096b1c260bf871766ea5
treec9b084151c05ff2d0bafb999640c9988f34de9e0
parent0f91d24f2c78e24303594395db58a0e983606a8c
ASoC: tlv320aic32x4: Break out clock setting into separate function

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