projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ASoC: rl6231: add 19.2M to 4.096M pll preset table
author
Bard Liao
<bardliao@realtek.com>
Tue, 15 Nov 2016 07:25:50 +0000
(15:25 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 15 Nov 2016 17:07:22 +0000
(17:07 +0000)
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>
sound/soc/codecs/rl6231.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rl6231.c
b/sound/soc/codecs/rl6231.c
index 1dc68ab08a1799e71ec17677c5b0da959d3cd40f..7b447d0b173a8c1860c2ff2b08a51e790887fb41 100644
(file)
--- 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},
};