From: Bard Liao Date: Tue, 15 Nov 2016 07:25:50 +0000 (+0800) Subject: ASoC: rl6231: add 19.2M to 4.096M pll preset table X-Git-Tag: v4.10-rc1~121^2~3^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b01131407780764f5286c1085a27675ee4898f;p=thirdparty%2Fkernel%2Fstable.git 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 --- diff --git a/sound/soc/codecs/rl6231.c b/sound/soc/codecs/rl6231.c index 1dc68ab08a179..7b447d0b173a8 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}, };