aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/nau8824.c2
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);
43 43
44/* the parameter threshold of FLL */ 44/* the parameter threshold of FLL */
45#define NAU_FREF_MAX 13500000 45#define NAU_FREF_MAX 13500000
46#define NAU_FVCO_MAX 124000000 46#define NAU_FVCO_MAX 100000000
47#define NAU_FVCO_MIN 90000000 47#define NAU_FVCO_MIN 90000000
48 48
49/* scaling for mclk from sysclk_src output */ 49/* scaling for mclk from sysclk_src output */