diff options
author | Bard Liao <bardliao@realtek.com> | 2016-11-15 10:25:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-15 20:07:22 +0300 |
commit | 59b01131407780764f5286c1085a27675ee4898f (patch) | |
tree | 78988e1931fc0282ce55b0d75386d422566560ed /sound | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-59b01131407780764f5286c1085a27675ee4898f.tar.xz |
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')
-rw-r--r-- | sound/soc/codecs/rl6231.c | 1 |
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}, }; |