Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: rl6231: Add new supports on rl6231

Add pll preset maps for Realtek codecs' PLL2 freq conversions.

Signed-off-by: derek.fang <derek.fang@realtek.com>
Link: https://lore.kernel.org/r/1591938925-1070-2-git-send-email-derek.fang@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

derek.fang and committed by
Mark Brown
8d8efecb 6b9fbb07

+2
+2
sound/soc/codecs/rl6231.c
··· 103 103 static const struct pll_calc_map pll_preset_table[] = { 104 104 {19200000, 4096000, 23, 14, 1, false, false}, 105 105 {19200000, 24576000, 3, 30, 3, false, false}, 106 + {48000000, 3840000, 23, 2, 0, false, false}, 106 107 {3840000, 24576000, 3, 30, 0, true, false}, 108 + {3840000, 22579200, 3, 5, 0, true, false}, 107 109 }; 108 110 109 111 static unsigned int find_best_div(unsigned int in,