summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/arizona.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-07-10 18:03:46 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-07-10 18:17:35 +0200
commit2b4d39fc2a80e271ac8d44fccd02277a4b63c557 (patch)
tree9d4638752ae0466653fdec8015bde4128180b2cd /sound/soc/codecs/arizona.h
parentASoC: tlv320aic3x: add input clock selection (diff)
downloadlinux-2b4d39fc2a80e271ac8d44fccd02277a4b63c557.tar.xz
linux-2b4d39fc2a80e271ac8d44fccd02277a4b63c557.zip
ASoC: arizona: Support variable FLL VCO multipliers
Some Arizona chips have a higher frequency for the FLL VCO, support this in the common code. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r--sound/soc/codecs/arizona.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h
index b894b64e8f5c..59caca8865e8 100644
--- a/sound/soc/codecs/arizona.h
+++ b/sound/soc/codecs/arizona.h
@@ -141,6 +141,7 @@ struct arizona_fll {
struct arizona *arizona;
int id;
unsigned int base;
+ unsigned int vco_mult;
struct completion lock;
struct completion ok;