15 Nov
2016
15 Nov
'16
8:25 a.m.
Add a pll mapping table for 19.2M in and 4.096M out.
Signed-off-by: Bard Liao bardliao@realtek.com --- 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 1dc68ab..7b447d0 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}, };
--
1.8.1.1.439.g50a6b54