diff mbox

ASoC: rl6231: add 19.2M to 4.096M pll preset table

Message ID 1479194750-25638-1-git-send-email-bardliao@realtek.com (mailing list archive)
State Accepted
Commit 59b01131407780764f5286c1085a27675ee4898f
Headers show

Commit Message

Bard Liao Nov. 15, 2016, 7:25 a.m. UTC
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 mbox

Patch

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},
 };