[alsa-devel] [PATCH] ASoC: rl6231: add 19.2M to 4.096M pll preset table

Bard Liao bardliao at realtek.com
Tue Nov 15 08:25:50 CET 2016


Add a pll mapping table for 19.2M in and 4.096M out.

Signed-off-by: Bard Liao <bardliao at 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



More information about the Alsa-devel mailing list