diff options
author | John Hsu <KCHSU0@nuvoton.com> | 2017-11-13 10:36:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-16 12:00:38 +0000 |
commit | 080f773d226a9c2b0fa0d8f02107518c560f8b77 (patch) | |
tree | 35e3f6387a509f4be980e4675002875824cceb20 /sound | |
parent | a2eb62edbd01064cee0c4c00854a25f04237605b (diff) | |
download | linux-080f773d226a9c2b0fa0d8f02107518c560f8b77.tar.bz2 |
ASoC: nau8824: change FVCO maximum threshold
Change the maximum of FDCO which remains between 90MHz-100MHz.
FDCO must be within the 90MHz-100MHz or the FFL cannot be
guaranteed across the full range of operation.
Signed-off-by: John Hsu <KCHSU0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/nau8824.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/nau8824.c b/sound/soc/codecs/nau8824.c index 8a9a9939827e..088e0cef4cb8 100644 --- a/sound/soc/codecs/nau8824.c +++ b/sound/soc/codecs/nau8824.c @@ -43,7 +43,7 @@ static bool nau8824_is_jack_inserted(struct nau8824 *nau8824); /* the parameter threshold of FLL */ #define NAU_FREF_MAX 13500000 -#define NAU_FVCO_MAX 124000000 +#define NAU_FVCO_MAX 100000000 #define NAU_FVCO_MIN 90000000 /* scaling for mclk from sysclk_src output */ |