aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2016-11-15 15:25:50 +0800
committerMark Brown <broonie@kernel.org>2016-11-15 17:07:22 +0000
commit59b01131407780764f5286c1085a27675ee4898f (patch)
tree78988e1931fc0282ce55b0d75386d422566560ed /sound/soc/codecs
parentLinux 4.9-rc1 (diff)
downloadwireguard-linux-59b01131407780764f5286c1085a27675ee4898f.tar.xz
wireguard-linux-59b01131407780764f5286c1085a27675ee4898f.zip
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 <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/rl6231.c1
1 files changed, 1 insertions, 0 deletions
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},
};