From 59b01131407780764f5286c1085a27675ee4898f Mon Sep 17 00:00:00 2001 From: Bard Liao Date: Tue, 15 Nov 2016 15:25:50 +0800 Subject: [PATCH] ASoC: rl6231: add 19.2M to 4.096M pll preset table Add a pll mapping table for 19.2M in and 4.096M out. Signed-off-by: Bard Liao Signed-off-by: Mark Brown --- sound/soc/codecs/rl6231.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/rl6231.c b/sound/soc/codecs/rl6231.c index 1dc68ab08a17..7b447d0b173a 100644 --- a/sound/soc/codecs/rl6231.c +++ b/sound/soc/codecs/rl6231.c @@ -102,6 +102,7 @@ struct pll_calc_map { }; static const struct pll_calc_map pll_preset_table[] = { + {19200000, 4096000, 23, 14, 1, false}, {19200000, 24576000, 3, 30, 3, false}, }; -- GitLab