diff options
author | Annaliese McDermond <nh6z@nh6z.net> | 2019-03-21 17:58:45 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-25 15:53:19 +0000 |
commit | 514b044cba667e4b7c383ec79b42b997e624b91d (patch) | |
tree | fb4ae1d7eddc58a4022aa59fc1f24392657115d8 /sound/soc/codecs/Kconfig | |
parent | 8633d44002ba5c98f44bacc1397190adba832fd6 (diff) | |
download | lwn-514b044cba667e4b7c383ec79b42b997e624b91d.tar.gz lwn-514b044cba667e4b7c383ec79b42b997e624b91d.zip |
ASoC: tlv320aic32x4: Model PLL in CCF
Model and manage the on-board PLL as a component in the Core
Clock Framework. This should allow us to do some more complex
clock management and power control. Also, some of the
on-board chip clocks can be exposed to the outside, and this
change will make those clocks easier to consume by other
parts of the kernel.
Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 05f16632296b..6e99320c79b8 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1105,6 +1105,7 @@ config SND_SOC_TLV320AIC31XX config SND_SOC_TLV320AIC32X4 tristate + depends on COMMON_CLK config SND_SOC_TLV320AIC32X4_I2C tristate "Texas Instruments TLV320AIC32x4 audio CODECs - I2C" |