ASoC: tas5086: move two variables into private struct
authorDaniel Mack <zonque@gmail.com>
Tue, 1 Oct 2013 12:48:24 +0000 (14:48 +0200)
committerMark Brown <broonie@linaro.org>
Thu, 3 Oct 2013 13:14:36 +0000 (14:14 +0100)
commit648c538204c23370c734d72921155cc24aff928d
treef430036fe44023cfc60ad23d6e96a6902fe8762c
parent15c03dd4859ab16f9212238f29dd315654aa94f6
ASoC: tas5086: move two variables into private struct

We need to access the charge_period and start_mid_z values from other
places later, so move them to the private struct.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tas5086.c