diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2014-05-26 04:28:21 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-26 11:16:54 -0400 |
commit | b10ab7b838bdd86031aececcb386dc253ef3466f (patch) | |
tree | 08a43428c8c631d06ae9e18def44f654397d4db1 /sound/soc/codecs/max98090.h | |
parent | 2c81a10ae6c6aaef68f8b92b4fc8037d1dfe0d9e (diff) |
ASoC: max98090: Add master clock handling
If master clock is provided through device tree, then update
the master clock frequency during set_sysclk.
Documentation has been updated to reflect the change.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/max98090.h')
-rw-r--r-- | sound/soc/codecs/max98090.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98090.h b/sound/soc/codecs/max98090.h index 5a3c8d0613cb..cf1b6062ba8c 100644 --- a/sound/soc/codecs/max98090.h +++ b/sound/soc/codecs/max98090.h | |||
@@ -1524,6 +1524,7 @@ struct max98090_priv { | |||
1524 | struct snd_soc_codec *codec; | 1524 | struct snd_soc_codec *codec; |
1525 | enum max98090_type devtype; | 1525 | enum max98090_type devtype; |
1526 | struct max98090_pdata *pdata; | 1526 | struct max98090_pdata *pdata; |
1527 | struct clk *mclk; | ||
1527 | unsigned int sysclk; | 1528 | unsigned int sysclk; |
1528 | unsigned int bclk; | 1529 | unsigned int bclk; |
1529 | unsigned int lrclk; | 1530 | unsigned int lrclk; |